Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tooltip not showing in exe
Message
From
23/04/2020 09:54:04
 
 
To
23/04/2020 06:58:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01674124
Message ID:
01674127
Views:
62
Likes (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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform