Hi All again !
Thank you for your interest and just to put more fire in this feature
And I wish to clarify some more, thanks to our colleague HASA in another forum has mentioned.
In MiniGUI Extended there is a MESSAGE property in MENUITEM but does not refer to a ToolTip, this message is being displayed at first StatusBar item (by _HMG_aControlValue).
This feature is quite the same style as Clipper in these
SET MESSAGE TO <nLine> and
@ ... PROMPT <cItem> MESSAGE <cMsg> commands (
Clipper Reference).
An example using this mentioned syntax is at this example: C:\MiniGUI\SAMPLES\Advanced\FrameWork\demo.prg

- Screen1.png (17.06 KiB) Viewed 5244 times
In this example is using some more elaborated feature, because is having a C function that reads RC file, in order to take messages string pre-defined.
IMHO, all of these feature are very usefull. All kind information given by displaying, showing what each item does, it helps to the app user and is also making part of app documentary as a good practice.