Page 2 of 2

Posted: 2009-05-26, 14:15 UTC
by raeubi
2Lefteous
Breadcrumbs in directory menu would be great!
Support ++

Posted: 2009-05-26, 14:30 UTC
by tcvol
tcvol wrote:i did that already here:
http://www.autohotkey.com/forum/topic12412-90.html

no answer so far ;-(
ok i got impatient ;-) but lucky ..

find the file tc_functions in the includes folder.

replace this
ControlGetText pLeft, TMyPanel5, ahk_class TTOTAL_CMD
ControlGetText pRight, TMyPanel9, ahk_class TTOTAL_CMD

with this
ControlGetText pLeft, TPathPanel1, ahk_class TTOTAL_CMD
ControlGetText pRight, TPathPanel2, ahk_class TTOTAL_CMD

save, compile, restart, voila :D

Posted: 2009-06-19, 20:01 UTC
by bruce
I discovered further occurrences of the class name changes affecting FavMenu.

In tc_hook.ahk replace:
TMyPanel3 with TMyPanel4
TMyPanel5 with TPathPanel1
TMyPanel9 with TPathPanel2

otherwise pressing the button "\" in the right panel opens the Favmenu and clicking on "*" doesn't open the Favmenu.

hope that helps :)

Posted: 2010-04-15, 01:21 UTC
by Stevie1
great find guys... changed my ahk files accordingly.
Only thing that's not working for me is "add current directory".