AutoHotkey Community

It is currently May 23rd, 2012, 10:18 pm

All times are UTC [ DST ]


Search found 25 matches
Search these results:

Author Message

 Forum: Support   Topic: Image tracer

 Post subject: Image tracer
Posted: September 7th, 2009, 2:29 am 

Replies: 1
Views: 171


I have an idea, and i want to know if it's even feasible. Autohotkey script. you run it, and you feed it an image. It takes the image, looks at it and spits out a list of MouseClickDrags that would reproduce a rough outline of the image and some details. usage (heh): I feed it an image of the mona l...

 Forum: Support   Topic: Loop sending an entire array

Posted: May 18th, 2009, 10:12 pm 

Replies: 2
Views: 298


nevermind, guess not StringSplit, ComLine, Names, `r`n msgbox,0,hi, Click the chatbox then hit Alt+Enter !enter:: loop, %comline0% { SendPlay /nick sendplay, {space}% comline%A_VarIndex% sendplay, {space}%passes% SendPlay {enter} a_varindex++ } can anyone plea...

 Forum: Support   Topic: Stringreplaces and such

Posted: April 21st, 2009, 4:15 am 

Replies: 7
Views: 332


Fantastic! thanks so much again!

 Forum: Support   Topic: Stringreplaces and such

Posted: April 21st, 2009, 3:24 am 

Replies: 7
Views: 332


just one more thing, sorry
is there a way you could make it so that the variables are numbered by how many there are (how many joes in this example) rather than by how many times the loop has completed?

 Forum: Support   Topic: Stringreplaces and such

Posted: April 21st, 2009, 3:14 am 

Replies: 7
Views: 332


wow!
that is perfect! I didn't know about ".=", and this seems to works awesome. thanks!

 Forum: Support   Topic: Stringreplaces and such

 Post subject: Stringreplaces and such
Posted: April 21st, 2009, 2:31 am 

Replies: 7
Views: 332


got completely bamboozled. what I'm trying to achieve here is this: Gui opens, and you enter in different things on each line. for example I type into the edit:: bananas grapes mangoes join flower bubble join pie then the script submits the gui, and looks through the contents of the edit looking for...

 Forum: Support   Topic: loops and double variables

 Post subject: loops and double variables
Posted: January 29th, 2009, 6:37 am 

Replies: 1
Views: 284


this is probably stupid, but here's what i want to do. i'm doing iniwrite, and i want variables to add up. problem is, i can't get one variable inside another. x=1 up = 1 loop { IniWrite, %name%up%%, past.ini, names, name1 x++ up++ if x=9 break } so it writes %name1% then %name2% then %nam...

 Forum: Scripts   Topic: The Insane Adventures of The MightyTank

Posted: January 28th, 2009, 4:43 am 

Replies: 28
Views: 2945


LOL that was hilarious. and educational too. i'm learnin while playin games. what now, ma?
hahahhahaa

 Forum: Support   Topic: ? button next to close button

Posted: January 21st, 2009, 10:42 pm 

Replies: 3
Views: 235


thanks so much :D
i was hoping there'd be a more simple way like gui +help or somethin, but that'll do.

 Forum: Support   Topic: ? button next to close button

Posted: January 21st, 2009, 8:36 pm 

Replies: 3
Views: 235


On my gui, i'd like to have a ? button right next to my minimize and close buttons. basically, i'd like to create something like this: http://img504.imageshack.us/img504/6063/propsze1.jpg then i'll have it trigger a messagebox. i don't need the tooltips and stuff. i rtfm'd the section on guis but th...

 Forum: Support   Topic: FTP-uploading with the help of AHK

Posted: January 14th, 2009, 3:14 am 

Replies: 15
Views: 3731


hmm, i've been working on this for the last few days. who knows. FTP_Connect(host,user,pass,commands) { FTPCommandFile = %A_ScriptDir%\FTPCommands2.txt FTPLogFile = %A_ScriptDir%\FTPLog.txt FileDelete %FTPCommandFile% ; In case previous run was terminated prematurely. FileAppend, ( ...

 Forum: Support   Topic: break loop with hotkey

 Post subject: break loop with hotkey
Posted: January 13th, 2009, 5:46 am 

Replies: 1
Views: 372


Loop 500
{
sendinput, lights{space}camera{enter}
sendinput, action{enter}
sleep, 2000
!x::break
}

i want it so that altx breaks the loop, but right now, the loop just stops at altx and breaks. help please?

 Forum: Support   Topic: picture IN my exe

Posted: January 13th, 2009, 3:34 am 

Replies: 4
Views: 448


use winrar's sfx to bind your ahk exe with the image, then extract both and execute the macro. or use urldownloadtofile to get the image from the web. then you don't need to merge with the exe.

 Forum: Support   Topic: help building expanding gui

Posted: January 11th, 2009, 8:18 pm 

Replies: 3
Views: 509


i was thinking, maybe the thing to do would be to delete the controls when the checkbox is uncheckd and recreate them when they're checked. then have the gui set to autofit. i'm gonna try that, any help though is still appreciated. the more difficult way would be to shift all of the controls up when...

 Forum: Support   Topic: help building expanding gui

 Post subject: help building expanding gui
Posted: January 11th, 2009, 7:58 pm 

Replies: 3
Views: 509


Hi, i have a quick question. I'm making a gui where the checkboxes at the bottom decide whether the text and edit controls above are hidden or not. here's some code so you get the idea: #SingleInstance force #NoTrayIcon #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Gui, Add, Text, x2 y2 w100 h20...
Sort by:  
Page 1 of 2 [ Search found 25 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group