AutoHotkey Community

It is currently May 24th, 2012, 8:33 am

All times are UTC [ DST ]


Search found 15 matches
Search these results:

Author Message

 Forum: Scripts   Topic: object creator for languages like PHP and Perl

Posted: March 31st, 2007, 9:14 pm 

Replies: 0
Views: 1679


Not sure if there are any Object Oriented programmers around here and if so, if they will find this tool handy, but I did, and it was fun to make. ; TrayTip,ObjectParser/ Refresh,`Package and Class Generator`npress WIN+H for more info`n`nuser logged in:%username% sleep 1000 traytip settitlematchmode...

 Forum: Support   Topic: snapshot of where you left of

Posted: February 2nd, 2007, 12:38 pm 

Replies: 4
Views: 278


Amazing, it is indeed.. :-)

Thanks

 Forum: Support   Topic: snapshot of where you left of

Posted: February 2nd, 2007, 7:58 am 

Replies: 4
Views: 278


Hi there, Has anybody worked on, or seen, a script that can make a snapshot of all your active programs so you can start them up again with a single click the next time? Ideally it would do so with rememberence of opened-up files in the applications. For example, every day I work with eclipse and ul...

 Forum: Support   Topic: filewrite from template while keeping text position intact

Posted: October 5th, 2006, 7:51 pm 

Replies: 4
Views: 528


That does the trick, thank you so very much PhiLho!

 Forum: Support   Topic: filewrite from template while keeping text position intact

Posted: October 5th, 2006, 9:16 am 

Replies: 4
Views: 528


Tried that but not extensive enough obviously.
Will try a bit more.

 Forum: Support   Topic: filewrite from template while keeping text position intact

Posted: October 4th, 2006, 9:08 pm 

Replies: 4
Views: 528


This piece of code replaces the field1,2 and3 strings to strings from the gui which works ok but the result is not nicely in one line as the values from the gui's have different lengths sometimes. How can I make this happen? file1.txt: 'field1' => '', 'field2' => '', 'field3' => '', Gui,color,CCFFFF...

 Forum: Scripts   Topic: klik2assist, website login tool/password manager

Posted: May 3rd, 2006, 7:47 pm 

Replies: 11
Views: 6357


Hello, I have a new release of klik2assist v1.6: new features: -55 entries of urls with logins -language selection via the gui (dutch and english available, seeking volunteers for other languages) -choose your own hotkey combination for activation English download page Dutch download page For those ...

 Forum: Scripts   Topic: klik2assist, website login tool/password manager

Posted: September 21st, 2005, 1:45 pm 

Replies: 11
Views: 6357


Ok, here it is, be aware the code is a bit of a mess. I hope that the ones for which it didn't work have some clues for me so I can improve the script. Also if someone has a ideas on how to increase the number of entries on the gui (after about 19 entries the gui gets to big) I welcome that very muc...

 Forum: Scripts   Topic: klik2assist, website login tool/password manager

Posted: September 21st, 2005, 12:48 pm 

Replies: 11
Views: 6357


Well, that is one of the reasons I'm reluctant to release the code: I have a datingsite on which I'm presenting this software, if someone releases the same in a modified version it's very bad advertisement. Still if you have a decent firewall there should be no reason to worry that your passwords tr...

 Forum: Scripts   Topic: klik2assist, website login tool/password manager

Posted: September 20th, 2005, 7:51 pm 

Replies: 11
Views: 6357


Hi there, I created this tool with autohotkey after I was fed up with remembering all my logins for the websites I'm used login. I'm reluctant to release the code as I spent quit some time creating this, altough it's no rocket-science :wink: Anyways, hope you'll find it usefull and will give me feed...

 Forum: Support   Topic: address bar firefox

 Post subject: address bar firefox
Posted: September 5th, 2005, 5:25 pm 

Replies: 4
Views: 739


Hi there, does anybody have a nifty solution to catch the address bar of firefox?

Just the title bar is not enough for the script I'm working on because it differs from the url to often.

 Forum: Support   Topic: clickable urls red from file

Posted: July 25th, 2005, 9:02 pm 

Replies: 5
Views: 245


Loop, read, url.txt { if A_loopreadline <> { stringsplit, url, A_loopreadline, %A_Tab% Gui, Add, Text, x66 y10 w70 cBlue gLink, %url% } } Link: run %url% return I'm trying tor read urls form a file and make them clickable in a gui. This is obvious not the way to go as the parame...

 Forum: Support   Topic: sequential gui's dependant on eachother

Posted: February 5th, 2005, 2:01 pm 

Replies: 3
Views: 546


Hi there, I posted here before about gui's and I came far. Yep, I even got my scripts working which is great. But, I still think I'm not working through the most efficient solution. Here is a piece of my code wich has 2 sequential gui's. The second gui is dependent on the outcome of the first. The a...

 Forum: Support   Topic: multiple radiofields in one script

Posted: January 11th, 2005, 7:01 pm 

Replies: 5
Views: 541


goto, radioveld radioveld: Gui, add, radio, vMyRadio, optie1 Gui, add, radio,, optie2 Gui, add, button, default xm, OK ; xm puts it at the bottom left corner. Gui, show return goto, radioveld1 radioveld1: Gui, add, radio, vMyRadio1, optie3 Gui, add, radio,, optie4 Gui, add, radio,, optie5 Gui, add,...

 Forum: Scripts   Topic: simple menudropdown

 Post subject: simple menudropdown
Posted: January 5th, 2005, 8:35 pm 

Replies: 3
Views: 2641


Hi there, I've searched quit a bit, but all examples are too extensive. I'm working with a troubleticketsystem, and all I need is a simple dropdownlist which I can configure with for example: problem 1, problem 2, problem 3 and gives me the oportunity to use the choises further on in the script. At ...
Sort by:  
Page 1 of 1 [ Search found 15 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group