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 ... 6, 7, 8 ... 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: Wed Jun 17, 2009 12:56 pm    Post subject: Reply with quote

praetor wrote:

Thank you, now I understand. I thought, it works now with the Total Commander directory menu. Is that feature comming soon?


Do you mean this?
http://smilebox.yo2.cn/articles/flashfolder%E5%8F%AF%E4%BB%A5%E8%87%AA%E5%8A%A8%E8%AF%BB%E5%8F%96tc%E7%9A%84%E6%96%87%E4%BB%B6%E5%A4%B9%E8%8F%9C%E5%8D%95.html
I'll put it into my todo list.
Back to top
View user's profile Send private message
praetor



Joined: 27 May 2009
Posts: 4

PostPosted: Thu Jun 18, 2009 11:43 am    Post subject: Reply with quote

Yes, I mean this. In the Total Commander is it this menu:


Quote:
I'll put it into my todo list.

That's great!
Back to top
View user's profile Send private message
dan
Guest





PostPosted: Fri Jun 19, 2009 3:06 pm    Post subject: Instructions or read me? Reply with quote

Thanks for what seems to be a great tool
I have figured out the main parts of the options available and still playing.
Do you have an y sort of readme or instructions that would help me learn a little more about the functionality?
Back to top
Guest






PostPosted: Sat Jun 20, 2009 12:03 am    Post subject: Reply with quote

Great app!

One question though. Which version should I use (v1 or v2)?

Is v1 better than v2?
Back to top
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Sat Jun 20, 2009 1:48 am    Post subject: Reply with quote

dan wrote:
Thanks for what seems to be a great tool
I have figured out the main parts of the options available and still playing.
Do you have an y sort of readme or instructions that would help me learn a little more about the functionality?

uh.. maybe when i have time.
I have added tooltips to some options which is not so easy to understand.
move your mouse on to see some details in tooltip.

Anonymous wrote:
Great app!
One question though. Which version should I use (v1 or v2)?
Is v1 better than v2?

v2 has more new features and I'm still working on it.
v1 is a little faster when loading favorites, but it's the old one.
Back to top
View user's profile Send private message
praetor



Joined: 27 May 2009
Posts: 4

PostPosted: Sat Jun 20, 2009 9:11 am    Post subject: Reply with quote

Quote:
Special item - TC Menu.
Auto load items in Total Commander Dir Menu.
You can also use TC menu as main menu.

Thanks! It's great.
Back to top
View user's profile Send private message
highend



Joined: 02 Jun 2009
Posts: 7

PostPosted: Sat Jun 20, 2009 9:16 am    Post subject: Reply with quote

Thanks for integration for a default file manager (I'm using SpeedCommander here)!

A small issue when I try to open any of the two registry default entries (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run or HKLM...):

FolderMenu.exe

Error: Failed attempt to launch program or document
Action: <regedit /m>
Params: <>

The current thread will exit

Specifically: Das System kann die angegebene Datei nicht finden.

Line#
--> 1905: Run, regedit /m

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



Joined: 25 Jan 2006
Posts: 38
Location: Froschtümpel

PostPosted: Sat Jun 20, 2009 9:19 am    Post subject: Reply with quote

Quote:
Special item - TC Menu.
Auto load items in Total Commander Dir Menu.
You can also use TC menu as main menu.


Seems not to work (at least with me) when using redirection of ini-files within TotalCmd ...

My totalcmd.ini contains the following entry:
Code:
[DirMenu]
RedirectSection=%COMMANDER_PATH%\wincmd_User.ini


where wincmd_User.ini contains the directory menu items.
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Sat Jun 20, 2009 9:47 am    Post subject: Reply with quote

highend wrote:
Thanks for integration for a default file manager (I'm using SpeedCommander here)!

A small issue when I try to open any of the two registry default entries (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run or HKLM...):

FolderMenu.exe

Error: Failed attempt to launch program or document
Action: <regedit /m>
Params: <>

The current thread will exi

Specifically: Das System kann die angegebene Datei nicht finden.

Line#
--> 1905: Run, regedit /m

Regards,
Highend

file not found??
can you launch regedit by entering "regedit /m"?
or "regedit.exe /m"

hoppfrosch wrote:
Quote:
Special item - TC Menu.
Auto load items in Total Commander Dir Menu.
You can also use TC menu as main menu.


Seems not to work (at least with me) when using redirection of ini-files within TotalCmd ...

My totalcmd.ini contains the following entry:
Code:
[DirMenu]
RedirectSection=%COMMANDER_PATH%\wincmd_User.ini


where wincmd_User.ini contains the directory menu items.

It does not, because I didn't know the "Redirect" feature of TC ini file before.
So it means all entries in [DirMenu] is stored in "%COMMANDER_PATH%\wincmd_User.ini"
is that right?
Back to top
View user's profile Send private message
hoppfrosch



Joined: 25 Jan 2006
Posts: 38
Location: Froschtümpel

PostPosted: Sat Jun 20, 2009 10:55 am    Post subject: Reply with quote

rexx wrote:

So it means all entries in [DirMenu] is stored in "%COMMANDER_PATH%\wincmd_User.ini"
is that right?


Yes - completly right. (This is very handy to allow separation of user defined ini-entries from more "global" entries ...)

The [DirMenu] entry is completly stored within the redirected ini-file (my example: "%COMMANDER_PATH%\wincmd_User.ini")

It's stored there as complete INI-entry (Section + Keys ...)
Back to top
View user's profile Send private message
highend



Joined: 02 Jun 2009
Posts: 7

PostPosted: Sat Jun 20, 2009 12:05 pm    Post subject: Reply with quote

Quote:

file not found??
can you launch regedit by entering "regedit /m"?
or "regedit.exe /m"


I can launch it (using regedit /m) via e.g. Windows+R or via any command prompt flawlessly.
Back to top
View user's profile Send private message
RandomGuy001



Joined: 09 Jun 2008
Posts: 6

PostPosted: Mon Jun 22, 2009 11:37 pm    Post subject: Reply with quote

Thanks for posting the Version 2 source!

I was wondering if there was a way to use the _ExplorerList menu to open new instances of the currently open folders or navigate to the currently open folder's location. Right now it will just activate that folder. I'd find this very helpful when downloading/opening/saving a bunch of files that you want to go to a certain directory that you currently have open, but not as favorite.

I've tried messing with the code myself but I'm not very proficient with AHK. All I could get it to do is activate the window.

Code:
f_CreateExplorerMenu()
{
   Global
   Local AllExplorerPaths := f_GetExplorerList()
   Menu, ExplorerMenu, Add
   Menu, ExplorerMenu, DeleteAll
   Local ItemPos = 1
   Local Name
   Loop, Parse, AllExplorerPaths, `n
   {
      if A_LoopField =
         continue
      f_Split2(A_LoopField, "=", i_ExplorerMenuID%ItemPos%, Name)
      ;Menu, ExplorerMenu, Add, %Name%, f_ActivateWindow
      Menu, ExplorerMenu, Add, %Name%, f_OpenExplorerMenuPath
      f_SetMenuIcon("ExplorerMenu", Name, f_GetIcon("Explorer"))
      ItemPos++
   }
   if ItemPos = 1
   {
      ;Menu, ExplorerMenu, Add, %lang_Empty%, f_ActivateWindow
      Menu, ExplorerMenu, Add, %lang_Empty%, f_OpenExplorerMenuPath
      Menu, ExplorerMenu, Disable, %lang_Empty%
   }
   return
}

; Opens the path specified in the menu: ExplorerMenu
; which is the list of Explorer windows currently open
; Done by getting the name of the list item from the ExplorerMenu
; which happens to also be the path
f_OpenExplorerMenuPath:
f_OpenSelected("%A_ThisMenuItem%")
return


Any suggestions?
Back to top
View user's profile Send private message
rexx



Joined: 28 Feb 2006
Posts: 72

PostPosted: Tue Jun 23, 2009 4:39 am    Post subject: Reply with quote

RandomGuy001 wrote:
Thanks for posting the Version 2 source!

I was wondering if there was a way to use the _ExplorerList menu to open new instances of the currently open folders or navigate to the currently open folder's location. Right now it will just activate that folder. I'd find this very helpful when downloading/opening/saving a bunch of files that you want to go to a certain directory that you currently have open, but not as favorite.

I've tried messing with the code myself but I'm not very proficient with AHK. All I could get it to do is activate the window.

Code:
f_CreateExplorerMenu()
{
   Global
   Local AllExplorerPaths := f_GetExplorerList()
   Menu, ExplorerMenu, Add
   Menu, ExplorerMenu, DeleteAll
   Local ItemPos = 1
   Local Name
   Loop, Parse, AllExplorerPaths, `n
   {
      if A_LoopField =
         continue
      f_Split2(A_LoopField, "=", i_ExplorerMenuID%ItemPos%, Name)
      ;Menu, ExplorerMenu, Add, %Name%, f_ActivateWindow
      Menu, ExplorerMenu, Add, %Name%, f_OpenExplorerMenuPath
      f_SetMenuIcon("ExplorerMenu", Name, f_GetIcon("Explorer"))
      ItemPos++
   }
   if ItemPos = 1
   {
      ;Menu, ExplorerMenu, Add, %lang_Empty%, f_ActivateWindow
      Menu, ExplorerMenu, Add, %lang_Empty%, f_OpenExplorerMenuPath
      Menu, ExplorerMenu, Disable, %lang_Empty%
   }
   return
}

; Opens the path specified in the menu: ExplorerMenu
; which is the list of Explorer windows currently open
; Done by getting the name of the list item from the ExplorerMenu
; which happens to also be the path
f_OpenExplorerMenuPath:
f_OpenSelected("%A_ThisMenuItem%")
return


Any suggestions?

You can use f_OpenPath(), it will open the path in current window, if possible.
f_OpenSelected() should work too, but it always opens a new explorer.

btw, this is a good idea, i'll add this in the next ver.
then you can do this by ctrl click on an item.
and click will still activate the explorer.
Back to top
View user's profile Send private message
WHACKSTER



Joined: 23 Jun 2009
Posts: 13

PostPosted: Tue Jun 23, 2009 11:48 pm    Post subject: Reply with quote

hoppfrosch wrote:
rexx wrote:

So it means all entries in [DirMenu] is stored in "%COMMANDER_PATH%\wincmd_User.ini"
is that right?


Yes - completly right. (This is very handy to allow separation of user defined ini-entries from more "global" entries ...)

The [DirMenu] entry is completly stored within the redirected ini-file (my example: "%COMMANDER_PATH%\wincmd_User.ini")

It's stored there as complete INI-entry (Section + Keys ...)


Thank you for this wonderful app!

One more thing about working with the directory hotlist in Total Commander, Folder menu doesn't seem to understand TC's internal variables like %COMMANDER_PATH%, is there a way to set this path, so that it can be used?

Actually you have an option to point to the Total Commander path, it just needs to be interpreted as %COMMANDER_PATH% too, weather or not Use TC Menu as main menu is checked or not, because you still have an option _TCMenu which still needs to work with %COMMANDER_PATH% variable.


Last edited by WHACKSTER on Wed Jun 24, 2009 10:19 am; edited 1 time in total
Back to top
View user's profile Send private message
alexey_r



Joined: 16 Mar 2008
Posts: 1

PostPosted: Wed Jun 24, 2009 9:22 am    Post subject: XYplorer support Reply with quote

First: Folder Menu is brilliant. It just replaced FileBox Extender for me.

However, could you add XYplorer support? Win+9 doesn't detect the address bar.
_________________
Alexey Romanov
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 ... 6, 7, 8 ... 10, 11, 12  Next
Page 7 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