| View previous topic :: View next topic |
| Author |
Message |
trueski
Joined: 08 Apr 2008 Posts: 32
|
Posted: Thu Jul 31, 2008 1:37 pm Post subject: Option to prevent GUI window from activating?? |
|
|
Is there an option for a GUI window so that it will not be activated when it appears? -Disabled doesn't work... _________________ -Trueski- |
|
| Back to top |
|
 |
BoBo² Guest
|
Posted: Thu Jul 31, 2008 1:44 pm Post subject: |
|
|
| Quote: | | Disabled: Disables the window, which prevents the user from interacting with its controls. This is often used on a window that owns other windows (see Owner). | RTFMed  |
|
| Back to top |
|
 |
trueski
Joined: 08 Apr 2008 Posts: 32
|
Posted: Thu Jul 31, 2008 1:53 pm Post subject: |
|
|
It doesn't do what I need it to do. It changes focus from where the user is typing. I need the window to always be on top, but I don't want it to change focus when it appears _________________ -Trueski- |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Thu Jul 31, 2008 2:05 pm Post subject: |
|
|
Have you tried NoActivate option ? _________________
 |
|
| Back to top |
|
 |
trueski
Joined: 08 Apr 2008 Posts: 32
|
Posted: Thu Jul 31, 2008 2:25 pm Post subject: |
|
|
Thanks, got it working, (+NoActivate on the same line as gui, show) _________________ -Trueski- |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Fri Aug 01, 2008 3:29 am Post subject: |
|
|
the + is not required, fyi. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
|