Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
At coordinates of WAIT message?
Message
De
05/04/2007 09:20:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01212252
Message ID:
01212419
Vues:
13
>>>Is it possible to determine the position of top left corner of a window to use in AT coordinates of a WAIT message. Basically I am trying to figure out how to manipulate the coordinates to position WAIT message more accurately.
>>>
>>>Thank you.
>>
>>Dmitry,
>>
>>I use this to show a wait window at the mouse pointer
>>If the mouse is outside the screen (eg in the taskbar) then it shows as if it were done without coordinates
>>
>>
>>function WaitWindowAtMouse(msg)
>>
>>	if( !empty(m.msg) )
>>		wait window nowait at mRow(_screen.name), mCol(_screen.name) m.msg
>>	else
>>		wait clear
>>	endif
>>endfunc
>>
>
>Gregory,
>
>Thank you very much.


De nada, hombre !
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform