Archive

Posts Tagged ‘Hinting’

DXCore Services – BigHint

December 14th, 2010 Comments off

The BigHint service provides methods for manipulating of big hints, such as creating new ones and showing at the specified position.

The following methods are available:

Read more…

Options – Hinting\Big Hints

December 6th, 2010 Comments off

This options page is similar to the Action Hints options page, but a bit simplified, however. The page manages settings for the DXCore big hints appearance, and allows you to test them. Also, here you can entirely disable the big hints from appearing.

DXCore Big hints options page

Read more…

How to use BigHint DXCore component

December 6th, 2010 Comments off

To make the big hint component work, execute the following steps:

  1. Drop the BigHint control on the PlugIn design surface
  2. Fill the Title property with a short message
  3. Fill the Text property with a message or some information
  4. Call one of the ShowAt() overloads inside your code.

Read more…

DXCore Components – BigHint

December 6th, 2010 Comments off

Big hints are large tool tips which describe the active feature or provide other helpful information. This is what the big hint looks like:

DXCore Big hint preview

Read more…

Options – Hinting\Action Hints

November 22nd, 2010 Comments off

The Action Hints options page manages settings for DXCore action hints.

DXCore Action hints options page

Read more…

DXCore Services – ActionHint

November 22nd, 2010 Comments off

The ActionHint service provides methods for manipulating of action hints and tweaking its settings for the current Visual Studio session.

Read more…

DXCore Components – ActionHint

November 22nd, 2010 Comments off

The Action Hint component points to a location on screen with a large colored arrow, displaying a short text message. Action hints inform new users about IDE tools features, as they occur. Here is what it looks like:

DXCore action hint samples

Read more…