AutoHotkey Community

It is currently May 26th, 2012, 7:31 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 181 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 13  Next
Author Message
PostPosted: April 26th, 2009, 3:40 pm 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
Anonymous wrote:
Rexx,

you could use regular expressions instead of Contains.

For example:

Code:
[REGEXPCLASS:.*MozillaUIWindowClass; REGEXPTITLE:\A\[\#\] Mozilla Firefox[^-]*\Z]



Thanks.
But I dont understand your example.
Could you give a ahk code example?
And is that really different from using "contain" command?

bluefish wrote:
Thanks for this script.
I have an error when trying to add a new item.
'Could not open...........whatever file
there's something wrong with your config file.'
It is a noob question, but what have I missed here?
Thanks
Andy

It means some items' path is not valid, which can not be opened.
Maybe you leave the path blank?
That will cause some problem.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 27th, 2009, 8:31 am 
Oops, you are right. I think i landed in the wrong forum. This was actually au3 code :-)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2009, 10:55 am 
I have exactly the same problem on Vista Ultimate SP1.

I downloaded version 2009/04/30 v1.24:
- FolderMenu.ahk
- Lib.Ahk
- Gui.ahk
- the default.ini
into the same directory.

The I started FolderMenu.ahk and right clicked on the tray icon and selected "add favorite". FolderMenu.ahk crashes immediately ("autohotkey stopped working").

I installed the latest autohotkey (48.02) version.

Please advise.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2009, 2:13 pm 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
Anonymous wrote:
I have exactly the same problem on Vista Ultimate SP1.

I downloaded version 2009/04/30 v1.24:
- FolderMenu.ahk
- Lib.Ahk
- Gui.ahk
- the default.ini
into the same directory.

The I started FolderMenu.ahk and right clicked on the tray icon and selected "add favorite". FolderMenu.ahk crashes immediately ("autohotkey stopped working").

I installed the latest autohotkey (48.02) version.

Please advise.

I have no idea. :?
I'm now using win7 RC (7100) and don't have this problem.
Can you add an item in the favorites tab in options? (press Ins or click "+" button)
or that crashes too?
And have you tried compiled executable?

If you know how to write ahk, can you add some msgbox in the f_AddFavorite label to pause it and see where it crashes?
Thanks for help.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2009, 8:39 pm 
I can not do anything. Even if I click on options it crashes as well. (same for executable or ahk) :-(


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2009, 1:22 am 
I can independently confirm the same behavior on Windows 7!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2009, 9:16 am 
Rexx, could you please release a version without lib.ahk to test whether this caused the problems? Thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2009, 1:27 pm 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
Anonymous wrote:
Rexx, could you please release a version without lib.ahk to test whether this caused the problems? Thanks!

OK, try this http://www.autohotkey.net/~rexx/FolderMenu/files/test.7z


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2009, 10:33 pm 
Rexx,
I tried all three v1.26 "branches":
- "Regular"
- "NoToolTip"
- "NoTVX"

All three don't crash anymore ...

Thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2009, 7:23 am 
Rexx, I think FolderMenu is getting more and more bloated. More dependencies. XML format and so on.

Just my two cents (anonymously :-)

But thanks for putting so much time and effort into this great time saver.

Better bloated, than nothing :-)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2009, 4:42 am 
Offline

Joined: June 9th, 2008, 10:28 pm
Posts: 6
I love the program, but one thing was bothering me. I've re-arranged all the toolbars in explorer. When I launch a new explorer instance by right clicking on the desktop and selecting a link it would open in explorer's default view, with two panes.

This happens in both the 1.29 and 2.00b5 version.

I did a little digging in the 1.29 script and found on line 1014 of FolderMenu.ahk that the command being passed to open a new window was "explore". I changed it to "explorer" and Explorer windows now open in the single-pane modified version of Explorer I use.

On a slightly different note compiling my own EXE causes all the icons to disappear, even with the original FolderMenu is present in the executing directory. Is there a way to build all the icons into an EXE like the one you provide?

Thanks for all the hard work.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2009, 5:07 am 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
RandomGuy001 wrote:
I love the program, but one thing was bothering me. I've re-arranged all the toolbars in explorer. When I launch a new explorer instance by right clicking on the desktop and selecting a link it would open in explorer's default view, with two panes.

This happens in both the 1.29 and 2.00b5 version.

I did a little digging in the 1.29 script and found on line 1014 of FolderMenu.ahk that the command being passed to open a new window was "explore". I changed it to "explorer" and Explorer windows now open in the single-pane modified version of Explorer I use.

On a slightly different note compiling my own EXE causes all the icons to disappear, even with the original FolderMenu is present in the executing directory. Is there a way to build all the icons into an EXE like the one you provide?

Thanks for all the hard work.


You needs a modified AutoHotkeySC.bin when compiling.
You can get it here http://www.autohotkey.net/~rexx/FolderMenu/files/Compiler/AutoHotkeySC.bin


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2009, 5:21 am 
Offline

Joined: June 9th, 2008, 10:28 pm
Posts: 6
That did it!

Thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Feature Requests
PostPosted: May 25th, 2009, 11:10 am 
Thanks rexx, I am glad to use this program.

I have a few feature requests, if you wouldn't mind ;)

1. A "Add Here" special item in a menu/sub-menu, to add a favorite directly in that menu

2. In Options > Favorites Tab,
the '...' button next to 'Path' field gives 3 options:
Browse Folder
Browse File &
Special Items
When the 'Browse File' option is selected, it would be nice if the 'Select File dialog' opens at the location specified in the 'Path field' by default.

Thanks Again :)


Report this post
Top
  
Reply with quote  
 Post subject: SpeedCommander
PostPosted: May 27th, 2009, 11:13 am 
Hi rexx,

by far the best tool for this purpose, that I've ever seen!

One thing that I'm missing is support for the file manager SpeedCommander (http://www.speedproject.de/speedcommander/index.html).

Can you please support this one, too?

Tia,
Highend


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 181 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, jrav and 16 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group