| Author |
Message |
Topic: Problem minimizing all windows except one |
bandittm
Replies: 5
Views: 610
|
Forum: Ask for Help Posted: Tue Dec 02, 2008 4:28 pm Subject: Problem minimizing all windows except one |
Same thing, doesn't work
Hi, have you found a solution, wondering about the same thing myself... |
Topic: Scriptlet Library v4 |
bandittm
Replies: 73
Views: 31140
|
Forum: Scripts & Functions Posted: Sun Nov 30, 2008 6:47 am Subject: Re: Minimization sugestion |
Great little helper, anyone got an loaded "Scriptlet_Library_v4.ini" file to post??
Would save a lot of cuting and pasting  |
Topic: Popcorn Movie Db [v3.1.0] |
bandittm
Replies: 85
Views: 15585
|
Forum: Scripts & Functions Posted: Sat Nov 29, 2008 8:24 am Subject: Popcorn Movie Db [v3.1.0] |
Cnt get this to work eighter, clicking on the movie does nothing. Do i have to edit the script somehow before i run it.???
Any way to add several movies easily, or do i have to add one and one.. ... |
Topic: MButton: Close windows(taskbar+titlebar) & open IE links |
bandittm
Replies: 28
Views: 14300
|
Forum: Scripts & Functions Posted: Sat Nov 29, 2008 7:28 am Subject: MButton: Close windows(taskbar+titlebar) & open IE links |
Any chance to make it work with Firefox instead of IE?  |
Topic: middleclick close window problem |
bandittm
Replies: 1
Views: 321
|
Forum: Ask for Help Posted: Tue Nov 25, 2008 9:46 am Subject: middleclick close window problem |
Trying to make a middleclick close window, but i need it to to do that only when i click on the program down on the taskbar or the programs titlebar
current code:
~MButton:: Winclose, A |
Topic: How do i press a button in a specific window?? |
bandittm
Replies: 1
Views: 362
|
Forum: Ask for Help Posted: Mon Nov 24, 2008 11:16 pm Subject: How do i press a button in a specific window?? |
| How do i press a spesific button in a spesific window?? |
Topic: Press button in Firefox dialog |
bandittm
Replies: 7
Views: 563
|
Forum: Ask for Help Posted: Mon Nov 24, 2008 12:25 am Subject: Press button in Firefox dialog |
I don't have ahk on this box but you should be able to use IfWinActive, WinGetText, and Window Spy.
-- IfWinActive for popup title only
-- WinGetText ( I hope that is the command) to get text in w ... |
Topic: Press button in Firefox dialog |
bandittm
Replies: 7
Views: 563
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 4:01 pm Subject: Press button in Firefox dialog |
change send {enter} to send {left}{enter}
that should work but im not sure
Have found a problem with the code now, other popupwindows in firefox alse being affected.
How can i make it just pres ... |
Topic: Press button in Firefox dialog |
bandittm
Replies: 7
Views: 563
|
Forum: Ask for Help Posted: Sat Nov 22, 2008 6:06 pm Subject: Press button in Firefox dialog |
put it in a loop
loop
{
your action
sleep 50
}
the sleep makes it work smoother
Thx alot, it works 99% , but since this is a OK/Cancel box, how would i do this to press the Butt ... |
Topic: Press button in Firefox dialog |
bandittm
Replies: 7
Views: 563
|
Forum: Ask for Help Posted: Sat Nov 22, 2008 5:00 pm Subject: Press button in Firefox dialog |
Quick question from a rookie:
trying to make AHK press a OK button on a popup window in Firefox.
My code is: IfWinExist ahk_class MozillaDialogClass Send {Enter}
But it only works when i star ... |
| |