GUI windows and give focus

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

GUI windows and give focus

Sylvain pralon
hi,

I just want to know how can I give the focus to an existing windows
which can be hidden by another.
until now, I found the solution to close this windows and to re-open it
but i found that very desgusting!

thanks

sylvain pralon

Reply | Threaded
Open this post in threaded view
|

RE: GUI windows and give focus

Mark Plas
Hi,

You can send #raise to an application's window.

For example:

self builder window raise

-----Original Message-----
From: Sylvain Pralon [mailto:[hidden email]]
Sent: maandag 30 oktober 2006 11:50
To: VW NC
Subject: GUI windows and give focus

hi,

I just want to know how can I give the focus to an existing windows
which can be hidden by another.
until now, I found the solution to close this windows and to re-open it
but i found that very desgusting!

thanks

sylvain pralon