| Author |
Message |
Topic: Is there any way to pop up a msgbox but wait for input |
rlandersen
Replies: 4
Views: 175
|
Forum: Ask for Help Posted: Thu Sep 06, 2007 5:03 pm Subject: Is there any way to pop up a msgbox but wait for input |
| I just want to pop up a msgbox or some other type of box for user information that I want to time out but I still want the script to continue and not wait for the timeout or button press. |
Topic: How to use AutoHotKeys to operate KVM Switch |
rlandersen
Replies: 3
Views: 304
|
Forum: Ask for Help Posted: Thu Aug 31, 2006 12:10 am Subject: How to use AutoHotKeys to operate KVM Switch |
I have two keyboards hooked up to my system, one through a KVM and the other directly through usb.
If I use the scrlk key on the usb it will change the state on the kvm kbd, but will not process t ... |
Topic: Syntax highlighter for Eclipse IDE |
rlandersen
Replies: 40
Views: 3274
|
Forum: Wish List Posted: Tue Mar 28, 2006 6:44 pm Subject: Syntax highlighter for Eclipse IDE |
| I agree. An Eclipse syntax highlighter would be great. |
Topic: Add a hidden GUI control |
rlandersen
Replies: 2
Views: 295
|
Forum: Ask for Help Posted: Thu Mar 23, 2006 12:51 am Subject: Add a hidden GUI control |
I added a function to hide all the controls.
So it is working but should not the initial commands work? |
Topic: Add a hidden GUI control |
rlandersen
Replies: 2
Views: 295
|
Forum: Ask for Help Posted: Thu Mar 23, 2006 12:10 am Subject: Add a hidden GUI control |
I have the code:
Gui, Add, Checkbox, vVar1 show0, text
and have tried
Gui, Add, Checkbox, vVar1 hide, text
but it always displays the controls when added. I want to initialize them but only s ... |
Topic: Dynamically update groupbox text |
rlandersen
Replies: 4
Views: 345
|
Forum: Ask for Help Posted: Wed Mar 22, 2006 11:10 pm Subject: Solved |
Thanks
It is the control: GuiControl that changes that status. So I had to create the controls at the first and then on menu selection call guicontrol, show%var2% to switch.
One more question, ... |
Topic: Dynamically update groupbox text |
rlandersen
Replies: 4
Views: 345
|
Forum: Ask for Help Posted: Wed Mar 22, 2006 10:32 pm Subject: Dynamically update groupbox text |
Actually this question goes for any menu item.
I have an action associated with a change in the combo box that will call a function that has some lines like
gui, add, checkbox, vVar1 show%var2 ... |
| |