Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help bubble
Message
From
17/06/2012 23:38:19
 
 
To
17/06/2012 17:51:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01546166
Message ID:
01546177
Views:
61
good to know thank you.
k

>Tooltips are not available on the standard MessageBox. But why would you do that? Just put all the information into the message. That makes it easier for the user as all the information they need is in one place.
>
>>Without going too far over my head and paygrade - is it possible to create a help bubble that appears when you move your cursor over the message in messagebox().
>>Using VFP example if the cursor is placed OVER the message text - a help bubble will appear.
>>(I have been using wait 'message' nowait noclear to explain issues but the help bubble would undoubtably result in clear display.)
>>
>>thanks k
>>
>>
>>eMessageTitle = 'My Application'
>>eMessageText = 'Record not found. Would you like to search again?'
>>nDialogType = 4 + 16 + 256
>>
>>nAnswer = MESSAGEBOX(eMessageText, nDialogType, eMessageTitle)
>>DO CASE
>>   CASE nAnswer = 6
>>      WAIT WINDOW 'You chose Yes'
>>   CASE nAnswer = 7
>>      WAIT WINDOW 'You chose No'
>>ENDCASE
>>
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform