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



Joined: 30 Aug 2005
Posts: 7698
Location: Germany (but I only speak English)

PostPosted: Mon Aug 24, 2009 2:50 pm    Post subject: Reply with quote

The Website wrote:
Features

Quickly Switching Folders
Click the middle mouse button (show menu 1 hotkey), a popup menu for favorite folders will show up, click on an item and it will switch to that folder.

_________________
Unless noted, all code is UNTESTED.
Answers Here: 1.(Loops, Viruses, etc.) 2.Search 3.RTFM 4.Ask for Help.
PMs will be ignored unless you are hiring me.
Back to top
View user's profile Send private message Visit poster's website
dal765
Guest





PostPosted: Thu Sep 10, 2009 11:50 am    Post subject: Foldermenu- update prompt & V3 migration? Reply with quote

Hi,

1. A suggestion: - the dialogue box advising an update is available should include the name of the app..

I got this 'random' prompt about an update being available to 3.something beta.. no identifiable title.

It turned out to be from Foldermenu 2.08.

2. How do you migrate from v2 to v3? I put the exe in the folder wiht the xml and lng files- but got a string of error messages..

Thanks!
Back to top
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Thu Sep 10, 2009 2:57 pm    Post subject: Re: Foldermenu- update prompt & V3 migration? Reply with quote

dal765 wrote:
Hi,

1. A suggestion: - the dialogue box advising an update is available should include the name of the app..

I got this 'random' prompt about an update being available to 3.something beta.. no identifiable title.

It turned out to be from Foldermenu 2.08.

2. How do you migrate from v2 to v3? I put the exe in the folder wiht the xml and lng files- but got a string of error messages..

Thanks!


The xml structure of the settings is changed, it's better to backup you v2 config.xml and let v3 generate a new default one.
Most of the favorite entries in v2 can be used in v3, except some special menus. So you can open the xml file with notepad and copy/paste the favorites into new config.xml.
eg.
in v2:
Code:
<FolderMenu>
   ...
   <Menu>
      <Item>
         <Item ..../>
         <Item ..../>
         <Item ..../>

      </Item>
   </Menu>
</FolderMenu>


in v3:
Code:
<FolderMenu>
   <Menu>
      <Item ..../>
      <Item ..../>
      <Item ..../>

   </Menu>
   ...
</FolderMenu>


the app list/hotkey list/icon list can also be used in v3.

but for others, I suggest you to set it in the gui again.
Back to top
View user's profile Send private message
gfostick
Guest





PostPosted: Thu Oct 01, 2009 2:35 pm    Post subject: FolderMenu and keyboard hook Reply with quote

Hi,

I am using version 3.

It appears to install a low-level keyboard hook and as a result it affects another AHK script I have: it forces the other script to revert from SendInput to SendEvent which is quite bothersome with hotstrings I have there. I don’t think there was a problem in version 2.

See http://www.autohotkey.com/docs/commands/Send.htm#SendInputUnavail.

Suggestions?
Back to top
GKDantas



Joined: 06 Dec 2009
Posts: 1
Location: Brazil

PostPosted: Sun Dec 06, 2009 1:28 pm    Post subject: Reply with quote

Hi people, I am new with Windows 7 and FolderMenu was working fine in RC release. Now after install the final version I cant use the middle buttom to open the menu, and when I got it open any option will open another explorer windows, not move to the folder that I asked... someone can help me?
Back to top
View user's profile Send private message Send e-mail AIM Address MSN Messenger
Disabling during gaming?
Guest





PostPosted: Mon Dec 14, 2009 4:51 pm    Post subject: Reply with quote

I wonder is there any way to automatically disable Folder Menu while gaming? (Otherwise, even if middle mouse is mapped to an option in the game, it still crashes to the desktop).

Cheers,

P.
Back to top
dansx6
Guest





PostPosted: Sun Jan 10, 2010 2:18 am    Post subject: skin Reply with quote

I recently "found" this app and I love it. Is it possible to change the background of the menu popup? I am using Win7 x64 and I would love to be able to have it use the aero capabilities.

Thank you for this excellent program!
Back to top
ziller
Guest





PostPosted: Wed Feb 24, 2010 4:04 pm    Post subject: Reply with quote

hello,

could someone tell me how to configure folder menu 3 in order to properly work with windows 7 explorer?

thanks!
Back to top
Marcusology
Guest





PostPosted: Fri Mar 05, 2010 6:44 am    Post subject: How can I add a "start(and stop) a service" comman Reply with quote

I wish to start or stop some services conveniently in FolderMenu,other than to press"win+R" ,input "services.msc" ,find the service and click start or stop.
Is it possible in FolderMenu?
Back to top
tony01
Guest





PostPosted: Tue Mar 16, 2010 8:55 pm    Post subject: Open Folders with Total Commander issue Reply with quote

Hi :

When I open a folder path using "Folder Menu" in Total commander,
It just works partially, for example:
If I open a folder path : "e:\Tools\SysTools" in Total commander
It goes just to the directory "e:\Tools" and It should go to "e:\Tools\SysTools" .

This issue happens just with total commander, I tested with Windows explorer and It works with no problems.

My setting in Folder Menus:
In Folder Menu OPTIONS/OTHERS/File Manager Path, I put:
"c:\Program Files\Total Commander\TOTALCMD.EXE" /O /T /L="%1"

and In Applications I checked "Total Commander".

What Am I doing wrong?

Maybe Rexx can help me please.


Thanks a lot for the great Tool

Tony
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 ... 10, 11, 12
Page 12 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