Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help bubble
Message
De
18/06/2012 14:51:51
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01546166
Message ID:
01546269
Vues:
53
>thank you koen - i will see if i can get it to work.
>k

Karin,

feel free to contact me if any problems using this class.


Regards.

Koen
++

>>>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
>>>
>>>
>>Hi,
>>I have constructed a messagebox form using vfp functions only. The class works/accepts with the default messagebox() parameters. Tooltips can be implented on the TextMessage or on the Messagebox icon to your liking.
>>Enclosed a zip file with a small readme document.
>>Regards,
>>Koen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform