| Author |
Message |
Forum: Support Topic: Swap windows script help |
| mongoose |
|
Posted: July 9th, 2008, 2:52 am
|
|
Replies: 2 Views: 402
|
| Thanks I wasn't gonna do a timer. I thought it'd take too much cpu usage. |
|
 |
Forum: Support Topic: Swap windows script help |
| mongoose |
|
Posted: July 9th, 2008, 1:01 am
|
|
Replies: 2 Views: 402
|
| I have a printer window that pops up which causes my taskbar to steal focus. I added the #Persistent directive, but it doesn't change back to the window I want it to. Need some advice please. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent #WinActi... |
|
 |
Forum: Suggestions Topic: Gui Radio variable get description & placement |
| mongoose |
|
Posted: June 12th, 2007, 11:42 pm
|
|
Replies: 1 Views: 546
|
| When I'm using radio buttons it would be nice to have the description next to the radio button stored in the variable instead of 1, 2, 3... So that I could use it as a string. For instance in a send command. Maybe an some added option. Another thing is the x+ and y+ they don't seem to support variab... |
|
 |
Forum: Support Topic: Complete beginner :( |
| mongoose |
|
Posted: June 12th, 2007, 4:28 pm
|
|
Replies: 5 Views: 557
|
Thanks. Some of the parameters I need to pass seem a little daunting... Any prerequisites I'd need to learn would be helpful.
edit: darn it C++ |
|
 |
Forum: Support Topic: Complete beginner :( |
| mongoose |
|
Posted: June 12th, 2007, 3:59 pm
|
|
Replies: 5 Views: 557
|
| Where would one start to learn about dll calling with the quickest learning curve? |
|
 |
Forum: Support Topic: In need of Gui help. |
| mongoose |
|
Posted: June 10th, 2007, 10:41 pm
|
|
Replies: 2 Views: 469
|
|
 |
Forum: Support Topic: In need of Gui help. |
| mongoose |
|
Posted: June 10th, 2007, 9:54 pm
|
|
Replies: 2 Views: 469
|
| okey for some reason my ButtonSubmit: label executes if I call press a hotkey that calls a function to send text. Can someone tell me why this happens? I only want ButtonSubmit to execute if I call it explicitly. has this anything to do with me using the textToBeSent variable and that ahk knows that... |
|
 |
Forum: Support Topic: some newbie questions... labels/functions |
| mongoose |
|
Posted: June 8th, 2007, 6:37 pm
|
|
Replies: 3 Views: 455
|
| it works with one function but not two and I was just wondering why. I thought it was strange they conflicted. |
|
 |
Forum: Suggestions Topic: loop to Reevaluate in expression mode |
| mongoose |
|
Posted: June 8th, 2007, 5:15 pm
|
|
Replies: 2 Views: 503
|
|
 |
Forum: Support Topic: some newbie questions... labels/functions |
| mongoose |
|
Posted: June 8th, 2007, 5:06 pm
|
|
Replies: 3 Views: 455
|
| Ok I can't seem find any documentation for using a single colon though I've seen a few script examples that use one. eg. aLabel: do something... return I know I use :: and ::abbreviation:: for hotkeys and hotstrings. are labels just defined using one colon and is a label like a hotstring that can be... |
|
 |
Forum: Suggestions Topic: loop to Reevaluate in expression mode |
| mongoose |
|
Posted: June 7th, 2007, 12:51 pm
|
|
Replies: 2 Views: 503
|
The thing is I read the help file and it doesn't evaluate the loop count more than once after the first run.
It'll be nice if another parameter could be added to the loop to Reevaluate.
eg. loop, count, Re
so I could use count++ and not use a pesky if statement
Just an idea... |
|
 |
Forum: Suggestions Topic: ByRef pass default dynamic variables |
| mongoose |
|
Posted: June 6th, 2007, 11:43 am
|
|
Replies: 6 Views: 632
|
| yea kinda like my idea I think... just passing one pseudo-array would be better than passing multiple variables. |
|
 |
Forum: Suggestions Topic: ByRef pass default dynamic variables |
| mongoose |
|
Posted: June 4th, 2007, 8:48 pm
|
|
Replies: 6 Views: 632
|
| ah it is terribly flawed. what I mean is I know parameters can't be read globally and that ByRef takes variables so instead of passing more variables at the function call it'll be good to already have dynamic variables passed. Since the dynamic variables are not parameters I can read them and that t... |
|
 |
Forum: Suggestions Topic: ByRef pass default dynamic variables |
| mongoose |
|
Posted: June 4th, 2007, 8:07 pm
|
|
Replies: 6 Views: 632
|
| random aRandom, 1, 30 someFunction(ByRef a, ByRef b := bDynamic%a%, byRef c := cDynamic%a%){ b := "moldy" c := " cheese" } someFunction(aRandom) concatenated := bDynamic%a% . cDynamic%a% b & c still acts as aliases when I read concatenated it'll ret... |
|
 |
Forum: Support Topic: byref access globally or any parameter?? |
| mongoose |
|
Posted: June 4th, 2007, 4:32 pm
|
|
Replies: 4 Views: 568
|
I think I fully understand now. ByRef will be the best option for me.
You're a godsend Helpy =P |
|
 |
| Sort by: |