AutoHotkey Community

It is currently May 23rd, 2012, 5:58 pm

All times are UTC [ DST ]


Search found 62 matches
Search these results:

Author Message

 Forum: Support   Topic: guicontrol failure

Posted: April 4th, 2011, 8:00 pm 

Replies: 3
Views: 149


oh XP ok , will do

 Forum: Support   Topic: guicontrol failure

 Post subject: guicontrol failure
Posted: April 4th, 2011, 6:41 pm 

Replies: 3
Views: 149


ok heres what i have that doesn't seem to work ( gives me an parameter # 1 invalid ) Gui, Add, Button, x6 y0 w150 h20 gAV, Add Volts Gui, Add, ListBox, x6 y30 w150 h220 vOL, Gui, Show return AV: InputBox, Vin , Add Voltage,,,, 200,,,,, Vol := Vol "|" Vin GuiControl,ListBox,OL,%Vol% return ...

 Forum: Support   Topic: [AHK_L] #if help plz

Posted: March 23rd, 2011, 5:00 am 

Replies: 9
Views: 197


i've always liked experience over teaching or being tought

 Forum: Support   Topic: Create script to auto cyle websites

Posted: March 22nd, 2011, 3:49 am 

Replies: 9
Views: 219


i had added a note to middle click the first tab after opening a new one
middle click ( at least in FF ) closes that tab

 Forum: Support   Topic: Create script to auto cyle websites

Posted: March 22nd, 2011, 3:42 am 

Replies: 9
Views: 219


heres an easy way that worked for me
Code:
run, http:\\www.yahoo.com
while(true) {

sleep, 30000
run, http:\\www.google.com
middle click fits tab to close it and repete

; add more of your own here


}
return

 Forum: Support   Topic: Calculatin the number of pixel into an image

Posted: March 22nd, 2011, 3:28 am 

Replies: 5
Views: 194


what your code will do is search an area of a picture for another picture , so if thats what u wanted , yeah that right , if not ... XP

 Forum: Support   Topic: [AHK_L] #if help plz

Posted: March 21st, 2011, 6:33 am 

Replies: 9
Views: 197


@ berban_ oops >< read too fast and thought u ment the 0x2 in quotes

ok , i'll try that

 Forum: Support   Topic: [AHK_L] #if help plz

Posted: March 21st, 2011, 6:17 am 

Replies: 9
Views: 197


so anothrwords i cant have a second set of hotkeys in that mode?

 Forum: Support   Topic: [AHK_L] #if help plz

Posted: March 21st, 2011, 5:44 am 

Replies: 9
Views: 197


useful but its the embeded #if i'm having problem

besides , mode is a hex number , so really i dont need quotes for it XP

 Forum: Support   Topic: [AHK_L] #if help plz

 Post subject: [AHK_L] #if help plz
Posted: March 21st, 2011, 3:54 am 

Replies: 9
Views: 197


heres one mode that i am having problems with , particularly the #if inside of it , even while F19 is held down , it still sends the media events #if (mode == 0x2) { F14::send {Media_Play_Pause} F15::send {Media_Next} F16::send {Media_Stop} F17::send {...

 Forum: Support   Topic: joystick config script?

Posted: November 8th, 2009, 6:50 pm 

Replies: 6
Views: 635


perfect , though i was planning on making the emu in the configure itself , this cuts out that entire process =D ty

 Forum: Support   Topic: joystick config script?

Posted: November 6th, 2009, 11:42 pm 

Replies: 6
Views: 635


it works with the keyboard too but not mouse ( pSX emulator )

the joystick is actually a standard dual shock ps1 game controller , and the adapter i have to let it plug into the computer has no software to edit the axis , just the general test stuff no configuration though

 Forum: Support   Topic: joystick config script?

Posted: November 6th, 2009, 7:40 pm 

Replies: 6
Views: 635


if it was that simple i would have >.< but the wsad wont detect pressure making it always run , and the game cant detect the mouse

 Forum: Support   Topic: joystick config script?

 Post subject: joystick config script?
Posted: November 6th, 2009, 12:33 am 

Replies: 6
Views: 635


what i want to do is make a script to fix the fact that my controller has almost no dead zone and cant be configured though the game controler configure thing . so heres the general idea configed_joyx = joyx ( plus or minus ) dead area then some how output that to a second joystick for the game to r...

 Forum: Support   Topic: get and place parts of images

Posted: May 31st, 2009, 4:15 am 

Replies: 2
Views: 307


i need to be able to set multiple pics in 1 gui.
i'm trying to make a game maker , mmorpg type
Sort by:  
Page 1 of 5 [ Search found 62 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group