AutoHotkey Community

It is currently May 27th, 2012, 10:55 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 181 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 13  Next
Author Message
 Post subject:
PostPosted: June 17th, 2009, 12:56 pm 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 18th, 2009, 11:43 am 
Offline

Joined: May 27th, 2009, 6:54 pm
Posts: 4
Yes, I mean this. In the Total Commander is it this menu:
Image

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

That's great!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Instructions or read me?
PostPosted: June 19th, 2009, 3:06 pm 
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?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 12:03 am 
Great app!

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

Is v1 better than v2?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 1:48 am 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 9:11 am 
Offline

Joined: May 27th, 2009, 6:54 pm
Posts: 4
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 9:16 am 
Offline

Joined: June 2nd, 2009, 9:45 am
Posts: 7
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 9:19 am 
Offline
User avatar

Joined: January 25th, 2006, 8:08 am
Posts: 225
Location: Froschtümpel
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 9:47 am 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 10:55 am 
Offline
User avatar

Joined: January 25th, 2006, 8:08 am
Posts: 225
Location: Froschtümpel
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 ...)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 20th, 2009, 12:05 pm 
Offline

Joined: June 2nd, 2009, 9:45 am
Posts: 7
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 22nd, 2009, 11:37 pm 
Offline

Joined: June 9th, 2008, 10:28 pm
Posts: 6
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?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 23rd, 2009, 4:39 am 
Offline

Joined: February 28th, 2006, 4:38 pm
Posts: 73
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 23rd, 2009, 11:48 pm 
Offline

Joined: June 23rd, 2009, 11:43 pm
Posts: 16
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 June 24th, 2009, 10:19 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject: XYplorer support
PostPosted: June 24th, 2009, 9:22 am 
Offline

Joined: March 16th, 2008, 7:04 pm
Posts: 1
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


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 51 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