AutoHotkey Community

It is currently May 23rd, 2012, 4:39 am

All times are UTC [ DST ]


Search found 901 matches
Search these results:

Author Message

 Forum: Support   Topic: Can AutoHotKey retrieve file path of the selected file ?

Posted: May 7th, 2012, 10:33 pm 

Replies: 27
Views: 3551


I've been using these functions for a while now but suddenly I'm getting errors with Explorer_GetSelection(hwnd=""). The error says: Warning: Using value of unitialized variable . After the error message I am getting the correct path to the file. Explorer_GetPath(hwnd="") still ...

 Forum: Scripts   Topic: Get paths of selected items in an explorer window

Posted: April 27th, 2011, 9:16 pm 

Replies: 23
Views: 4635


Anyways, I (hopefully) fixed the ftp issue.

 Forum: Scripts   Topic: Get paths of selected items in an explorer window

Posted: April 27th, 2011, 9:01 pm 

Replies: 23
Views: 4635


That should be the same.

 Forum: Scripts   Topic: Get paths of selected items in an explorer window

Posted: April 27th, 2011, 6:46 pm 

Replies: 23
Views: 4635


Sorry, didn't notice the replies until now! :oops: I bet the location url is grabbed as "ftp://llalaa@domain.de/folder/". And then I didn't plan for urls that didn't start like file:///stuffhere, so trimming at -1+3 chops off the ft. StringReplace, path, path, file:/// would probably be be...

 Forum: Issues   Topic: "musical chairs" - Include file cannot be opened

Posted: February 16th, 2011, 9:42 pm 

Replies: 5
Views: 1201


I was under the impression that calista isn't human. Or at least someone with things other than AHK in mind? The world may never know

 Forum: Support   Topic: Filename change - not reliable

Posted: January 18th, 2011, 12:49 am 

Replies: 9
Views: 475


I'll set this as my next project. For now, here's some extra detail: Searching is done through a library based on my search library . It has changed a lot since then. The query is basically: query1 := "SELECT TOP 1 System.ItemPathDisplay FROM " query2 := ".SystemIndex WHERE " que...

 Forum: Support   Topic: Filename change - not reliable

Posted: January 17th, 2011, 7:19 pm 

Replies: 9
Views: 475


I actually have a system for this sort of thing, if you are interested! One big warning up front: It requires AHK_H. When I watch something on my computer, the show is logged (xml log for later visualization) and the next episode is automatically found. I can then just type "next name-of-show&q...

 Forum: Scripts   Topic: Quick Post AHK Help Links

Posted: January 5th, 2011, 12:00 am 

Replies: 37
Views: 2365


Wait... did you add the library version of Splash Me to your library yet ( Libraries of Functions: Standard Library and User Library ). If you can't get that to work, you could also paste the contents of the library version of Splash Me directly into the Quick Post AHK Help Links code. All that was ...

 Forum: Scripts   Topic: Quick Post AHK Help Links

Posted: January 4th, 2011, 11:33 pm 

Replies: 37
Views: 2365


:oops:

I'll check it out tonight. I've been busy with my new job and keep forgetting! My todo list is getting rather large...

 Forum: Scripts   Topic: My Very Useful Debugging Functions

Posted: January 4th, 2011, 11:30 pm 

Replies: 11
Views: 3413


Does your debug method include the ability to log this data or is it just for real time output display / testing? Sorta both. My code only spits out the debug messages, but DebugViewer has a log to file setting. I always have DebugViewer running, and have it set to keep a log of fixed size (it cycl...

 Forum: Support   Topic: talented programmers: is this even possible???

Posted: December 12th, 2010, 10:55 pm 

Replies: 17
Views: 473


GDI+ was suggested

 Forum: Support   Topic: talented programmers: is this even possible???

Posted: December 12th, 2010, 10:52 pm 

Replies: 17
Views: 473


At least for Win7, you can set the magnifier view to "Lens". And in the settings, you can change the size of the lens. Now the lens wont help for what's exactly under the mouse, but the magnification will spread out the items viewed (hopefully so that you can see what's on the edges of the...

 Forum: Support   Topic: [AHKL,COM] how to handle "out parameters"? [SOLVED

Posted: December 12th, 2010, 10:47 pm 

Replies: 5
Views: 366


Makes sense, I agree. Though it feels a bit awkward to have to make a special parameter just to pass a reference in those situations, the hypothetical solutions you mentioned are still clear enough and way simpler than what is currently required.

 Forum: Support   Topic: talented programmers: is this even possible???

Posted: December 12th, 2010, 10:02 pm 

Replies: 17
Views: 473


You could use the magnifier (comes with windows) as a temporary workaround.

It probably is possible to do exactly what you want in AHK, but I don't have any experience with graphics in AHK to know for certain or even point you in the right direction.

 Forum: Support   Topic: Strange! "MButton::X" makes Firefox crawl

Posted: December 12th, 2010, 7:32 pm 

Replies: 7
Views: 227


What version of Firefox? Try putting a $ in front of the hotkey? Does it happen if the script is started first and then Firefox is started? Rather than using suspend, can you use Hotkey to disable the hotkey? It'd be even weirder if this worked and #IfWinNotActive didn't... Try this too: #IfWinActiv...
Sort by:  
Page 1 of 61 [ Search found 901 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group