|
TMCHintBox component for Delphi is developed by Leonid Belousov and distributed as shareware. A smart way to display diagnostic messages without dialog boxes. MCHintBox is a combination of the Windows popup hints, "What's this?" context popup help, and our need to quickly show and hide diagnostic messages. MCHintBox simplifies the user's life:
* User has no need to search the screen for the problematic control - the component will set focus to it, graphically point to it and display a message near to it.
* User has no need to perform any special actions to discard this message from the screen. * When he understand the message then he just continues with his task - and the message will disappear.
* Programmers may use only a single function call, HintBox, to display the message (see the "Simple Sample" below)....
|