AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Folder Menu - a popup menu to quickly change your folders
Goto page Previous  1, 2, 3, 4, 5, 6 ... 10, 11, 12  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Sun Apr 26, 2009 3:40 pm    Post subject: Re: Problem with Sandboxie Reply with quote

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.
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Apr 27, 2009 8:31 am    Post subject: Reply with quote

Oops, you are right. I think i landed in the wrong forum. This was actually au3 code Smile
Back to top
Guest






PostPosted: Sun May 03, 2009 10:55 am    Post subject: Reply with quote

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.
Back to top
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Sun May 03, 2009 2:13 pm    Post subject: Reply with quote

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. Confused
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.
Back to top
View user's profile Send private message
Guest






PostPosted: Sun May 03, 2009 8:39 pm    Post subject: Reply with quote

I can not do anything. Even if I click on options it crashes as well. (same for executable or ahk) Sad
Back to top
FolderMenuGuy
Guest





PostPosted: Mon May 04, 2009 1:22 am    Post subject: Reply with quote

I can independently confirm the same behavior on Windows 7!
Back to top
Guest






PostPosted: Mon May 04, 2009 9:16 am    Post subject: Reply with quote

Rexx, could you please release a version without lib.ahk to test whether this caused the problems? Thanks!
Back to top
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Mon May 04, 2009 1:27 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Guest






PostPosted: Mon May 04, 2009 10:33 pm    Post subject: Reply with quote

Rexx,
I tried all three v1.26 "branches":
- "Regular"
- "NoToolTip"
- "NoTVX"

All three don't crash anymore ...

Thanks!
Back to top
AHK_1990
Guest





PostPosted: Wed May 06, 2009 7:23 am    Post subject: Reply with quote

Rexx, I think FolderMenu is getting more and more bloated. More dependencies. XML format and so on.

Just my two cents (anonymously Smile

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

Better bloated, than nothing Smile
Back to top
RandomGuy001



Joined: 09 Jun 2008
Posts: 6

PostPosted: Sat May 23, 2009 4:42 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Sat May 23, 2009 5:07 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
RandomGuy001



Joined: 09 Jun 2008
Posts: 6

PostPosted: Sat May 23, 2009 5:21 am    Post subject: Reply with quote

That did it!

Thanks!
Back to top
View user's profile Send private message
anjan_oleti
Guest





PostPosted: Mon May 25, 2009 11:10 am    Post subject: Feature Requests Reply with quote

Thanks rexx, I am glad to use this program.

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

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 Smile
Back to top
Highend
Guest





PostPosted: Wed May 27, 2009 11:13 am    Post subject: SpeedCommander Reply with quote

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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6 ... 10, 11, 12  Next
Page 5 of 12

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group