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 ... 8, 9, 10, 11, 12  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
WHACKSTER



Joined: 23 Jun 2009
Posts: 13

PostPosted: Thu Jun 25, 2009 8:22 am    Post subject: Reply with quote

Sorry I missed that, spent half an hour trying to figure out what's wrong ant it never occurred to me that I actually wrote the path....


Thank You for this amazing app it's such a a time saver!
Back to top
View user's profile Send private message
highend



Joined: 02 Jun 2009
Posts: 7

PostPosted: Thu Jun 25, 2009 11:59 pm    Post subject: Reply with quote

I'm trying to get used to Total Commander atm, but the first thing I noticed is that trying to open a directory with Folder Menu inside Total Commander (menu 2) always opens the directory on the left pane and not on the current active pane.

Are there any settings to change this behaviour to open a directory always in the current active pane (it works with menu 1.5 but the same behaviour would be nice for the menu 2 especially when Total Commander is already running)?

Regards,
Highend
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Fri Jun 26, 2009 1:49 am    Post subject: Reply with quote

highend wrote:
I'm trying to get used to Total Commander atm, but the first thing I noticed is that trying to open a directory with Folder Menu inside Total Commander (menu 2) always opens the directory on the left pane and not on the current active pane.

Are there any settings to change this behaviour to open a directory always in the current active pane (it works with menu 1.5 but the same behaviour would be nice for the menu 2 especially when Total Commander is already running)?

Regards,
Highend

show menu 2 always open a new explorer.
do you use totalcmd as your default file manager?
if so, i just run the command "totalcmd.exe [path]"

or do you mean show menu 1
for show menu 1, you have to left click on the panel to activate it first. middle click will not activate the panel.
Back to top
View user's profile Send private message
highend



Joined: 02 Jun 2009
Posts: 7

PostPosted: Fri Jun 26, 2009 7:18 am    Post subject: Reply with quote

Quote:

show menu 2 always open a new explorer.
do you use totalcmd as your default file manager?


Yes I do.
Tab: Others
File manager path: d:\Users\Highend\Tools\TotalCMD\TOTALCMD.EXE

Quote:

if so, i just run the command "totalcmd.exe [path]"


Uhm, where should I enter this?
If I use it for the file manager path the normal explorer opens when I use menu 2.

Quote:

or do you mean show menu 1
for show menu 1, you have to left click on the panel to activate it first. middle click will not activate the panel.


No, I don't use menu 1 at all.

I'll try to explain it once more *g*

Menu 1.5 (Total Commander is already running) opens a path in the active pane. That's fine.
Menu 2 opens Total Commander and the path in the left pane (when TC hasn't been started before). That's fine, too.
But when TC is already running Menu 2 always still opens the path in the left pane, not in the active one.
Could this behaviour be modified so that it works like menu 1.5 if TC is already running?

Regards,
Highend
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Fri Jun 26, 2009 10:52 am    Post subject: Reply with quote

highend wrote:

Menu 1.5 (Total Commander is already running) opens a path in the active pane. That's fine.
Menu 2 opens Total Commander and the path in the left pane (when TC hasn't been started before). That's fine, too.
But when TC is already running Menu 2 always still opens the path in the left pane, not in the active one.
Could this behaviour be modified so that it works like menu 1.5 if TC is already running?
Regards,
Highend


Because show menu 2 is used to open a new explorer, so everytime you select an item, the path will be opened in a new explorer(or your file manager).
So when you click an item, "C:\" for example, it just run
"d:\Users\Highend\Tools\TotalCMD\TOTALCMD.EXE C:\"
it works like you type this line in cmd or run box.
It just pass the parameter (the path) to your file manager(TC).
So the behavior depends on your file manager, you can use some command line switch to change the behavior, if there's one.
menu 1.5 is a combination of 1 and 2, it works like 1 when a supported window(TC) is active, and run a new explorer otherwise, like 2.
Back to top
View user's profile Send private message
cybermcm



Joined: 24 Jun 2009
Posts: 4

PostPosted: Fri Jun 26, 2009 2:40 pm    Post subject: Reply with quote

cybermcm wrote:

Question: I use folder menu 2 on my notebook which I carry around and use in different networks. I have a few favorites containing unc paths. Now I realise that if I'm not connected to the network FM loads very, very slow (I guess Windows is searching for the unc paths).
Can I prevent this behavior?
my system: Vista SP2

rexx wrote:

Answer: It only checks the unc path when opening a unc item, not when loading the menu, so i don't know what's the problem.
I don't have this problem even i added a lot of unavailable unc path.

That's weird. I did a little researching with Wireshark and there is traffic causing Folder Menu to slow down. FM is trying to query the Net Bios Names from my links and after the timeout FM is ready (causing FM to load very slow). I tried it on 2 systems XP and Vista.
Do you have any idea why this is happening?
thx for your time and patience anyway!
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Sat Jun 27, 2009 2:29 am    Post subject: Reply with quote

cybermcm wrote:

That's weird. I did a little researching with Wireshark and there is traffic causing Folder Menu to slow down. FM is trying to query the Net Bios Names from my links and after the timeout FM is ready (causing FM to load very slow). I tried it on 2 systems XP and Vista.
Do you have any idea why this is happening?
thx for your time and patience anyway!

I still can not make this problem on my computer.
I'm using win 7, and also tested in winxp in virtualpc.
I also tried both ip and host name for unc path.
what's your unc path that causing it to make a query?
Back to top
View user's profile Send private message
cybermcm



Joined: 24 Jun 2009
Posts: 4

PostPosted: Sat Jun 27, 2009 7:02 am    Post subject: Reply with quote

rexx wrote:
what's your unc path that causing it to make a query?

According to wireshark all names are queried, e.g. \\k****.co.at, \\excelsior, \\enterprise, \\n060b380, ...

thx again for your time.
I'm afraid that this is my last reply for the next 2 weeks, cause I'll be on vacation without internet Wink in a few hours
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Jun 29, 2009 9:09 pm    Post subject: Re: Total Noob Question Reply with quote

rexx wrote:
Guest-12 wrote:
Is there a way to make the folders that FolderMenu opens open in a regular window rather than Windows Explorer?

Options -> Others -> File manager path
make it blank to open in a regular window.


You rock, thank you. =)
Back to top
JazzX



Joined: 29 Jun 2009
Posts: 2

PostPosted: Mon Jun 29, 2009 11:50 pm    Post subject: Bug in version Reply with quote

Great application, I think I found a bug in v2.06 though.

If I blank out "Options > Others > File Manager Path" and Apply/Okay out, everything works fine. However once I close and then restart (or even just reload) Folder Menu 2 it starts acting like "explore" is listed again.

When this happens if I go back into the Options I see explore is indeed set. Interstingly I've watched the Config.xml file, and the "explore" value doesn't actually get written unless I hit Apply or Okay.

So it seems like the FileManager value isn't being read correclty when the application starts, and since FM2 thinks it isn't set it's using the default value (explore).

This is probably also why you see it in the Configuration screen, even though the XML file show something else (presumably all these settings are read from Config.xml on start, stored as local variables, and then the configuration screen is populated with local variable values).
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Tue Jun 30, 2009 8:59 am    Post subject: Re: Bug in version Reply with quote

cybermcm wrote:
rexx wrote:
what's your unc path that causing it to make a query?

According to wireshark all names are queried, e.g. \\k****.co.at, \\excelsior, \\enterprise, \\n060b380, ...

I still can not find the problem..Sad

JazzX wrote:
Great application, I think I found a bug in v2.06 though.
If I blank out "Options > Others > File Manager Path" and Apply/Okay out, everything works fine. However once I close and then restart (or even just reload) Folder Menu 2 it starts acting like "explore" is listed again.
When this happens if I go back into the Options I see explore is indeed set. Interstingly I've watched the Config.xml file, and the "explore" value doesn't actually get written unless I hit Apply or Okay.
So it seems like the FileManager value isn't being read correclty when the application starts, and since FM2 thinks it isn't set it's using the default value (explore).
This is probably also why you see it in the Configuration screen, even though the XML file show something else (presumably all these settings are read from Config.xml on start, stored as local variables, and then the configuration screen is populated with local variable values).

Oh! I finally got the problem.
Because if a setting is blank, it will return the default value, "explore" in this for example.
So please use "open" instead.
Back to top
View user's profile Send private message
Dan
Guest





PostPosted: Wed Jul 01, 2009 1:43 pm    Post subject: Web URLS dont work Reply with quote

When trying to open any website including your's even the "new Version is available would you like to go to the Site?" dialog does this

http://%20http//www.ttstimeclock.com/

And the link doesnt work as you could imagine, is this a setting I have screwed up?
Back to top
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Wed Jul 01, 2009 2:14 pm    Post subject: Re: Web URLS dont work Reply with quote

Dan wrote:
When trying to open any website including your's even the "new Version is available would you like to go to the Site?" dialog does this

http://%20http//www.ttstimeclock.com/

And the link doesnt work as you could imagine, is this a setting I have screwed up?


What's your "Browser path" setting in options others tab?
And your OS?
Back to top
View user's profile Send private message
zorro23
Guest





PostPosted: Wed Jul 01, 2009 3:37 pm    Post subject: Folder Menu doesn't open UNC paths inside Open/Save dialogs Reply with quote

Ok, I was using Folder Menu as tool to choose between several favorite paths in Open/Save dialog. Now with new version (2.07) I can't use Folder Menu as a tool for doing that with UNC paths, but it stills works with local and mapped network drives.

example 1:
if my favorite path is: \\computer\share1\
after choosing it with Folder Menu while in Open/Save dialog, Folder Menu will open explorer window with this path - this in NOT GOOD any more

example 2:
if my favorite path is: C:\\share1\
after choosing it in Open/Save dialog, Folder Menu will open that path in Open/Save dialog - this in GOOD

How can I make Folder Menu open UNC paths inside Open/Save dialogs, like it did before?

I'm using WIN XP SP3
Back to top
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Wed Jul 01, 2009 4:10 pm    Post subject: Re: Folder Menu doesn't open UNC paths inside Open/Save dial Reply with quote

zorro23 wrote:
Ok, I was using Folder Menu as tool to choose between several favorite paths in Open/Save dialog. Now with new version (2.07) I can't use Folder Menu as a tool for doing that with UNC paths, but it stills works with local and mapped network drives.

example 1:
if my favorite path is: \\computer\share1\
after choosing it with Folder Menu while in Open/Save dialog, Folder Menu will open explorer window with this path - this in NOT GOOD any more

example 2:
if my favorite path is: C:\\share1\
after choosing it in Open/Save dialog, Folder Menu will open that path in Open/Save dialog - this in GOOD

How can I make Folder Menu open UNC paths inside Open/Save dialogs, like it did before?

I'm using WIN XP SP3

OK, I'll fix this.
Back to top
View user's profile Send private message
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 ... 8, 9, 10, 11, 12  Next
Page 9 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