Search found 173 matches

by Learning one
07 Feb 2015, 04:04
Forum: Scripts and Functions (v1)
Topic: RefinePath()
Replies: 11
Views: 8254

Re: RefinePath()

Ok, I plan to do the following changes : A_ScriptDrive - start with a backslash RefinePath("\SubFolder\button.png") ; example output: "C:\SubFolder\button.png" RefinePath("\SubFolder") A_ScriptDir - omit a backslash or start with ".\" RefinePath("SubFolder\button.png") ; example output: "C:\Scripts\...
by Learning one
29 Jan 2015, 15:25
Forum: Scripts and Functions (v1)
Topic: ObjRegisterActive
Replies: 57
Views: 39800

Re: ObjRegisterActive

Lexikos, this is fantastic! 8-)
Thank you so much! :)
by Learning one
29 Jan 2015, 15:24
Forum: Scripts and Functions (v1)
Topic: StringIPC class - send/receive strings between processes
Replies: 8
Views: 3893

Re: StringIPC class - send/receive strings between processes

@lexikos : That developer only said that I should avoid using it, and I didn't ask for details... :( Wow, ObjRegisterActive rocks! 8-) With such a powerful and flexible IPC method it really doesn't make sense to use StringIPC. Thank you for making & presenting ObjRegisterActive ! :) First post upda...
by Learning one
28 Jan 2015, 15:56
Forum: Scripts and Functions (v1)
Topic: Fun with GDIPlus (GDI+)
Replies: 25
Views: 25498

Re: Fun with GDIPlus

joedf wrote:Very nice!
+1 :)
Were you inspired by this? :)
by Learning one
28 Jan 2015, 15:50
Forum: Scripts and Functions (v1)
Topic: StringIPC class - send/receive strings between processes
Replies: 8
Views: 3893

Re: StringIPC class - send/receive strings between processes

@lexikos : I absolutely agree that using WM_COPYDATA would be simpler. I know for majkinetor's IPC, and for OnMessage() example in AHK help, which use WM_COPYDATA. However, one developer told me that I should avoid using WM_COPYDATA to exchange strings between processes. I also read about possible ...
by Learning one
26 Jan 2015, 18:29
Forum: Scripts and Functions (v1)
Topic: StringIPC class - send/receive strings between processes
Replies: 8
Views: 3893

StringIPC class - send/receive strings between processes

:!: EDIT: instead of StringIPC class, it's recommended to use ObjRegisterActive , which is more powerful and flexible StringIPC class allows you to exchange (send/receive) strings between processes. It doesn't use WM_COPYDATA, ClipBoard, FileMapping, COM, Mailslots, Pipes, Sockets, or similar; it's ...
by Learning one
23 Jan 2015, 10:47
Forum: Scripts and Functions (v1)
Topic: RefinePath()
Replies: 11
Views: 8254

Re: RefinePath()

@Chef : Ooops, thanks for report, I updated the code. Try again, it should work fine now. Btw, when you use variable, you have to add it to the variables collection first - see the documentation. See also changes below; res\folder is no longer valid - you have to use backslash at beginning; \res\fo...
by Learning one
22 Jan 2015, 12:34
Forum: Scripts and Functions (v1)
Topic: RefinePath()
Replies: 11
Views: 8254

RefinePath()

RefinePath() allows you to use relative paths, absolute paths, and it may ease your life if you are working with portable drives. Some examples: Run, % RefinePath("Joe USB3:\Music\Song.mp3") ; use drive name (label) instead of letter - useful for USB sticks. Run, % RefinePath("\Documents\Info.txt") ...
by Learning one
14 Jan 2015, 03:01
Forum: Wish List
Topic: Default action when running AutoHotkey.exe
Replies: 36
Views: 13703

Re: Default action when running AutoHotkey.exe

lexikos wrote:How's this Welcome page?
I like it. It shows minimal info and points new user in right direction. :thumbup:
by Learning one
11 Jan 2015, 16:29
Forum: Wish List
Topic: Default action when running AutoHotkey.exe
Replies: 36
Views: 13703

Re: Default action when running AutoHotkey.exe

tidbit wrote:Make running AutoHotkey.exe open up some documentation page
+1 :thumbup:
by Learning one
05 Jan 2015, 07:21
Forum: Bug Reports
Topic: [Fixed] v1.1.19.00 --- '#If' make the script crash
Replies: 5
Views: 2161

Re: v1.1.19.00 --- '#If' make the script crash

Thank you! :) It works perfectly now. :)
by Learning one
04 Jan 2015, 14:27
Forum: Bug Reports
Topic: [Fixed] v1.1.19.00 --- '#If' make the script crash
Replies: 5
Views: 2161

Re: v1.1.19.00 --- '#If' make the script crash

Starting from v1.1.19.00, I'm also experiencing script crash. Test script below demonstrates the problem. Gui, New, +HwndhGui1 Gui %hGui1%:Show, w200 h100 Gui, New, +HwndhGui2 Gui %hGui2%:Show, w200 h100 Hotkey, IfWinExist, ahk_id %hGui1% Hotkey, F1, F1Hotkey, On ; enable hotkey for the first time =...
by Learning one
18 Sep 2014, 13:11
Forum: Ask for Help (v1)
Topic: ControlClassNN for Microsoft OneNote?
Replies: 3
Views: 1777

Re: ControlClassNN for Microsoft OneNote?

Microsoft Office OneNote 2007: ahk_class Framework::CFrame
by Learning one
31 Aug 2014, 10:41
Forum: Scripts and Functions (v1)
Topic: [class] Universal virtual desktop controler
Replies: 3
Views: 3192

Re: [class] Universal virtual desktop controler

Thanks, I'm VirtuaWin user too! :)
I added "Mouse gestures for 3 virtual desktops.zip" in the first post - ready to run example script.
by Learning one
31 Aug 2014, 08:07
Forum: Scripts and Functions (v1)
Topic: [class] Universal virtual desktop controler
Replies: 3
Views: 3192

[class] Universal virtual desktop controler

Virtual desktop applications have some common commands like SwitchToDesktop , MoveWinToDesktop , GatherWinsOnDesktop , etc. This class allows you to universally control (give commands to) those apps by sending window messages to them. You don't have to bother with tehnical details like "If I'm runni...
by Learning one
27 Jun 2014, 05:59
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4894
Views: 1395856

Re: « What's on your mind? » Topic is solved

jNizM wrote:Fun with gdip? Openprocessing / Jerome Herr
nice animation with small code
Beautiful! :) 8-)
by Learning one
22 Jun 2014, 14:26
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4894
Views: 1395856

Re: « What's on your mind? » Topic is solved

Silence wanderers - online graphic novel with semi-interactive storytelling... ;)

Go to advanced search