Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tooltip not showing in exe
Message
De
23/04/2020 09:54:04
 
 
À
23/04/2020 06:58:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01674124
Message ID:
01674127
Vues:
63
J'aime (2)
>>Hi,
>>
>>Not any of my tooltips, do show in myExe untill a click anywhere on the form or one of its objects.
>>This behavior is not when I run my form in development.
>>What could possible be the reason for this, and how to solve?
>
>Sounds like the form doesn't have focus. Is there something going on in the EXE that would take focus away from the form after it opens?
>
>Tamar

Tamar,
It seems to be that the coding to activate a splash was the culprit. Mike Lewis advised me to put the following in the init,
that solved it good:
DECLARE INTEGER SetForegroundWindow IN WIN32API INTEGER
SetForegroundWindow(thisform.HWnd)
CLEAR DLLS "SetForegroundWindow" 
Regards,

Koen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform