AutoHotkey Community

It is currently May 24th, 2012, 6:59 am

All times are UTC [ DST ]


Search found 48 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: Formal request to Polyethene

Posted: May 18th, 2012, 4:15 pm 

Replies: 30
Views: 1219


I hope that I'm not stirring up what has already been put to rest. If I am, a mod can feel free to delete this post. I agree with everything that sumon has said, but I do understand where polyethene is coming from. To be honest, when I heard that AHK_L has OOP, I didn't like the idea; I still don't,...

 Forum: Support   Topic: Windows 7 switching Users

Posted: April 27th, 2012, 8:07 pm 

Replies: 1
Views: 42


I doubt it. I think as soon as you get to the login screen, the programs running on one account lose focus. But you can always set a hotkey to quickly get to the login screen.

Code:
Pause::
run, %windir%\system32\rundll32.exe user32.dll`,LockWorkStation
return


-Bry

 Forum: Support   Topic: Replace or Split String At Certain Position

Posted: April 27th, 2012, 8:02 pm 

Replies: 1
Views: 48


This might do. Message = Curse your sudden but inevitable betrayal! ~Wash StringLen, Message_Length, Message If Message_Length = 0 { return } formatTime, time, , HH:mm:ss If Message_Length > 40 { Position := InStr(message, A_Space,False,40) if Position > 0 Message := SubStr(Message, 1, Position) . &...

 Forum: Support   Topic: Audio player without GUI in AHK?

Posted: April 27th, 2012, 7:48 pm 

Replies: 2
Views: 46


This should be simple enough to do, assuming you have the correct codecs installed. But if you want to have controls such as pause and skip, well, you'd need to find something more complicated. CurrentFile=1 NumberOfFiles=%0% while(CurrentFile<=NumberOfFiles) { TrayTip,MySoundPlayer, % %CurrentFile%...

 Forum: Support   Topic: Windows Folder question

 Post subject: Re: Windows Folder question
Posted: April 27th, 2012, 7:37 pm 

Replies: 4
Views: 49


Here's a head start for you: Onmessage(0x200,"WM_MouseMove") ~LButton:: WM_MouseMove() return WM_MouseMove() { ifWinNotActive, ahk_class CabinetWClass { tooltip return } ControlGet, fileName, List, Selected, SysListView321, ahk_class CabinetWClass if(!filename) { tooltip return } wingetact...

 Forum: Support   Topic: Change touchpad speed, different from USB mouse

Posted: April 27th, 2012, 6:58 pm 

Replies: 2
Views: 73


Maybe you could try "Detecting Hardware Changes (for example new USB devices)" and "Script for changing mouse pointer speed".

 Forum: Scripts   Topic: Switch Your DVORAK keyboard back to QWERTY by pressing PAUSE

Posted: April 27th, 2012, 6:53 pm 

Replies: 1
Views: 182


Nice! I had the same idea when I first started trying to type Dvorak. I had not thought about using the Pause button though.

 Forum: Suggestions   Topic: Linux Support

 Post subject: Re: Linux Support
Posted: April 27th, 2012, 6:52 pm 

Replies: 2
Views: 195


I think that AHK uses a ton of Windows API calls, especially for drawing the windows, so it would be quite an undertaking to port it to Linux. You'd basically have to port everything over to GTK or Qt. But I could be utterly and completely wrong. By the way, try running it in WINE. It works perfectl...

 Forum: Support   Topic: ListBox: Simpliest way to process enter/return

Posted: April 27th, 2012, 6:48 pm 

Replies: 3
Views: 46


The first thing that I think of is creating an invisible button and set it to be default. Gui, Add, ListBox, vTest w200 h200, Test1|Test2|Test3|Test4 Gui, Add, Text, vChoice w200, LB Choice will appear here! Gui, add, button, default w0 h0 x0 y0 gLB_Enter Gui, Show,, Testing return LB_Enter: Gui, Su...

 Forum: Scripts   Topic: dIE: The last version of IE you will ever need.

Posted: April 6th, 2012, 8:14 am 

Replies: 3
Views: 656


Update - 1.1 Added a few more browsers (QtWeb, Columbus, GreenBrowser, TheWorld, CometBird, SeaMonkey) Added an About window Added an Update Checker (checks for dIE, not for the browsers) Added an Error Reporter. You guys should take a look at the error reporter if you get a chance. It might amuse ...

 Forum: Scripts   Topic: dIE: The last version of IE you will ever need.

Posted: April 1st, 2012, 2:58 am 

Replies: 3
Views: 656


(I had the idea for this a while ago and then recently saw a joke image of it, so I decided to turn that image into a reality.) http://www.qweex.com/qweexware/die/screenshot.png It is a joke, but it is also fully functional. Carry it around on a USB stick to quickly download the very latest version...

 Forum: Scripts   Topic: BestInstaller: AHK-based setup creator

Posted: March 8th, 2012, 7:40 am 

Replies: 13
Views: 1493


bmoore45, yes, that is exactly the goal! Thought I would not recommend it to be used just quite yet, hence the Alpha version.

No updates for now, school has picked up, but hopefully I will be able to get any more features you guys are looking for!

 Forum: Scripts   Topic: BestInstaller: AHK-based setup creator

Posted: February 11th, 2012, 10:34 pm 

Replies: 13
Views: 1493


I get error #Include file "BestInstaller_TEMPPLATE.ahk" cannot be opened. Sorry, I forgot to mention, the TEMPLATE file needs to be in the same directory as the source file. What does Set Program/Re-Set Program and Set Readme/Reset Readme do? That part needs some serious tweaking on my pa...

 Forum: Scripts   Topic: BestInstaller: AHK-based setup creator

Posted: February 9th, 2012, 11:12 am 

Replies: 13
Views: 1493


Heya, got some updates. ⋅ Switched to a docked Tutorial instead of tooltips ⋅ Added &'s to menus for keyboard navigation :D ⋅ Added an About window (It looks nice!) ⋅ Fixed an issue where Recent menu entries could be too long and throw an error ⋅ ...

 Forum: Scripts   Topic: BestInstaller: AHK-based setup creator

Posted: January 26th, 2012, 11:30 pm 

Replies: 13
Views: 1493


I tried, but failed at "Run". It just launches a new script called "Program", and then nothing. I did set the AHK Path to my AHK.exe (in Program Files (x86). That is very odd. :( I have no clue why that would be happening. Did you fill in any information? Try opening SAMPLE.ahk ...
Sort by:  
Page 1 of 4 [ Search found 48 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group