| Author |
Message |
Topic: GuiControl cutting off after space [solved] |
System Monitor
Replies: 1
Views: 55
|
Forum: Ask for Help Posted: Thu Feb 18, 2010 7:40 am Subject: GuiControl cutting off after space [solved] |
| When using GuiControl to change the text of a text control it cuts off the remaining text in the variable after the space. I have no idea why it would do this!!! I put a message box to check that the ... |
Topic: Clock/Timer |
System Monitor
Replies: 11
Views: 224
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 4:40 am Subject: Clock/Timer |
You should be (probably are) using A_NOW and comparing it to your start and stop times.
Yep!
Sorry for the bad explanation. Once the period changes I want a text label to change to the next period ... |
Topic: Clock/Timer |
System Monitor
Replies: 11
Views: 224
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 4:29 am Subject: Clock/Timer |
| I just realized that my problem is how to start the countdown. To specify it is easy to display the time til x but how do I tell the script to start counting down at lets say 8:00 AM, but do that dyna ... |
Topic: Clock/Timer |
System Monitor
Replies: 11
Views: 224
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 4:13 am Subject: Clock/Timer |
I want the script to be much more dynamic. For example on the fly you could create a text file and load it with program (without changing the program source) and it would work.
I think now my only di ... |
Topic: Virtual Desktops & extras for Win7 |
System Monitor
Replies: 20
Views: 1494
|
Forum: Scripts & Functions Posted: Fri Feb 12, 2010 3:58 am Subject: Virtual Desktops & extras for Win7 |
| Umm, WOW. It is awesome. One thing is that even though I pressed the hotkey to toggle other desks windows visibility from taskbar iTunes is still on both desktops. I also tried dragging it to another ... |
Topic: No value when := used on recursive function? [solved] |
System Monitor
Replies: 10
Views: 177
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 3:43 am Subject: No value when := used on recursive function? [solved] |
| Ahhh, I agree with guest. Good catch. randall, if you wanted to do that I would recommend using a label instead of a function. |
Topic: No value when := used on recursive function? [solved] |
System Monitor
Replies: 10
Views: 177
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 3:30 am Subject: No value when := used on recursive function? [solved] |
I really don't know why this doesn't work. What is odd though is this shows that it does go into the if statement
;This doesn't work
n := 95
x := f(n)
msgbox %x% ;why is this b ... |
Topic: Clock/Timer |
System Monitor
Replies: 11
Views: 224
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 3:10 am Subject: Clock/Timer |
| Thanks randallf. I already know how to display/format time. I just can't figure out a "good" way to start the countdown and track multiple countdowns. |
Topic: No value when := used on recursive function? [solved] |
System Monitor
Replies: 10
Views: 177
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 3:08 am Subject: No value when := used on recursive function? [solved] |
| I think x is blank because you haven't declared n yet... |
Topic: Clock/Timer |
System Monitor
Replies: 11
Views: 224
|
Forum: Ask for Help Posted: Fri Feb 12, 2010 2:49 am Subject: Clock/Timer |
Hi, I am having difficulty creating an "outline" for my program and I was wondering you guys may have any ideas.
I am trying to create a clock/timer for school. It would tell me what peri ... |
Topic: How to extract Patterns from a Textfile? |
System Monitor
Replies: 3
Views: 91
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 5:53 am Subject: How to extract Patterns from a Textfile? |
There are many different ways to approach this. You could use any of the following commands.
http://www.autohotkey.com/docs/commands/RegExMatch.htm
http://www.autohotkey.com/docs/commands/LoopParse. ... |
Topic: keyboard as mouse |
System Monitor
Replies: 5
Views: 138
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 2:34 am Subject: keyboard as mouse |
| http://www.autohotkey.com/docs/scripts/NumpadMouse.htm |
Topic: Alt button randomly activating |
System Monitor
Replies: 4
Views: 106
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 1:36 am Subject: Alt button randomly activating |
First, it may not be autohotkey that is sending the alt, it is obviously not hardware problem either.
Reinstall the latest version of ahk.
Try getting another key history app (aka keylogger) that re ... |
Topic: Putting % in correct places |
System Monitor
Replies: 6
Views: 118
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 7:42 am Subject: Putting % in correct places |
thanks!
lots would be an understatement  |
Topic: Putting % in correct places |
System Monitor
Replies: 6
Views: 118
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 4:48 am Subject: Putting % in correct places |
| isGreater = row1col1 * row1col2 * row1col3 |
| |