| Author |
Message |
Topic: Sending keystroke to an application that does not have focus |
Watcher
Replies: 1
Views: 332
|
Forum: Ask for Help Posted: Sat Apr 02, 2005 4:52 pm Subject: Sending keystroke to an application that does not have focus |
| I thought I had seen a thread on this but when I searched for it, no luck. I would like to send keystrokes to an application that does not have focus at the time and would prefer not to give it focus ... |
Topic: Suspend hotkeys until 1 of 2 keys is pressed - how? |
Watcher
Replies: 10
Views: 831
|
Forum: Ask for Help Posted: Sat Apr 02, 2005 4:48 pm Subject: Suspend hotkeys until 1 of 2 keys is pressed - how? |
Give this a try if you like, it's MUCH more efficient than what you had and should function identically. Sorry but I had no way to test so good luck.
;
; AutoHotkey Version: 1.x
; Language ... |
Topic: Diffinitive addressing of controls |
Watcher
Replies: 8
Views: 395
|
Forum: Ask for Help Posted: Tue Feb 22, 2005 6:38 am Subject: Diffinitive addressing of controls |
I'm going to look into allowing the gui-variable method to be used with the other Control commands. Thanks for the idea.
Now we have hit the problem I've been trying (very badly I'm afraid) to get ... |
Topic: Diffinitive addressing of controls |
Watcher
Replies: 8
Views: 395
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 11:09 pm Subject: Diffinitive addressing of controls |
Well I'm thrilled you said it, but let's try again, how about this one:
WinTitle = MyButtons
Gui, Add, Button, x+10 vMyButton1, 1
Gui, Add, Button, x+10 vMyButton2, 2
Gui, Add, Button, x+10 vM ... |
Topic: String convert |
Watcher
Replies: 11
Views: 489
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 10:39 pm Subject: String convert |
Ok, based on your question you already know how to read the file, in your loop just add the strings
Myvar += %A_LoopField%
Not sure if the var is right but you should already know that part. |
Topic: IniRead [No Section] |
Watcher
Replies: 3
Views: 351
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 10:12 pm Subject: IniRead [No Section] |
You might try adding your own section header to it. It's very possible that although the program does not add one it will not complain if you do.  |
Topic: String convert |
Watcher
Replies: 11
Views: 489
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 10:09 pm Subject: Re: String convert |
"]Simple question:
Is there any way to convert a string to a variable?
Umm, not sure that's a simple question. You have a variable that say contains the string Mystring and you want to create a n ... |
Topic: Help me test please |
Watcher
Replies: 14
Views: 671
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 10:05 pm Subject: Help me test please |
| I was also able to right click the top bar of this window, about 2 or 3 pixels were showing. 1024x768 XP |
Topic: Diffinitive addressing of controls |
Watcher
Replies: 8
Views: 395
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 9:46 pm Subject: Diffinitive addressing of controls |
Ok, let's do it this way... This code does not do as expected...
WinTitle = MyButtons
Gui, Add, Button, x+10 vMyButton1, 1
Gui, Add, Button, x+10 vMyButton2, 2
Gui, Add, Button, x+10 vMyButton ... |
Topic: Diffinitive addressing of controls |
Watcher
Replies: 8
Views: 395
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 8:57 pm Subject: Diffinitive addressing of controls |
| In all the time I've been coding with AHK my biggest frustration is to be able to KNOW I'm addressing a specific control. Is there any way to define a control that can always be addressed specificall ... |
Topic: RGB or BGR? |
Watcher
Replies: 5
Views: 347
|
Forum: Ask for Help Posted: Fri Feb 18, 2005 9:33 pm Subject: RGB or BGR? |
| It occurred to me today, since I work with pixels a lot, why don't I just remove the RGB param off of all my commands, I don't really care if it's RGB or BGR... then I remembered that the reason I hav ... |
Topic: Found a bug? |
Watcher
Replies: 14
Views: 718
|
Forum: Ask for Help Posted: Thu Feb 17, 2005 2:17 pm Subject: Found a bug? |
This appears to be caused by the fact that ControlClick sometimes activates the target window as a side-effect.
More specifically it activates the target window as a side-effect the first time ... |
Topic: Close Opera (safely) with Autohotkey |
Watcher
Replies: 11
Views: 620
|
Forum: Ask for Help Posted: Thu Feb 17, 2005 1:57 am Subject: Close Opera (safely) with Autohotkey |
| Just a thought, Opera handles tabbed windows very well... if you try it you'll never go back ). |
Topic: Found a bug? |
Watcher
Replies: 14
Views: 718
|
Forum: Ask for Help Posted: Thu Feb 17, 2005 1:44 am Subject: Found a bug? |
| Ok, this is a complete code snippet that will demonstrate the problem. I don't think you can do it wrong so just run it. What I am trying to demonstrate is that the 2nd window dissapears when the -c ... |
Topic: Add a control to an application window |
Watcher
Replies: 7
Views: 633
|
Forum: Ask for Help Posted: Thu Feb 17, 2005 12:41 am Subject: Add a control to an application window |
| What does the button do? Chances are it could be replicated in AHK, and I think a button in the system tray would be more sensible than one on the titlebar. (You can do this by making the tray button ... |
| |