Gordoni Posted January 1, 2009 Posted January 1, 2009 Topic says all . how i can get ToolTip visible in active window ? Gordoni
FireFox Posted January 2, 2009 Posted January 2, 2009 @Gordoni Only but your topic after 24h of your last reply While 1 ToolTip('text', 300, 300, '') Sleep(5000) ToolTip('') WEnd Cheers, FireFox.
Gordoni Posted January 2, 2009 Author Posted January 2, 2009 No ... Thats must be visible in maximalized window but thanks . Stil waiting . No one know? Gordoni
PsaltyDS Posted January 2, 2009 Posted January 2, 2009 No ...Thats must be visible in maximalized window but thanks . Stil waiting . No one know? GordoniA ToolTip is actually a separate window and carries the TOPMOST attribute by default. So, what does "visible in active window" and "visible in maximalized window" mean? What is the ToolTip doing wrong for you? Can you post a short script that demonstrates your problem? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Gordoni Posted January 2, 2009 Author Posted January 2, 2009 Look at screenshot from any game When toolip is running connot see that in maximalized window ( only deskop etc ) I wanna to show ToolTip ingame Adding screen with example how it must work Gordoni
FireFox Posted January 2, 2009 Posted January 2, 2009 @Gordini Because a game window isnt normal window perhaps D3D window or other... try to create child on it with $WS_EX_TOPMOST Cheers, FireFox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now