Breadcrumb menu in more places

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

User avatar
raeubi
Power Member
Power Member
Posts: 575
Joined: 2003-11-25, 09:01 UTC
Location: Rhein/Main

Post by *raeubi »

2Lefteous
Breadcrumbs in directory menu would be great!
Support ++
Räubi
(#2852 + #287609)
tcvol
Junior Member
Junior Member
Posts: 67
Joined: 2009-02-02, 12:35 UTC

Post 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
bruce
Junior Member
Junior Member
Posts: 18
Joined: 2009-03-04, 19:49 UTC
Location: Germany

Post 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 :)
User avatar
Stevie1
Junior Member
Junior Member
Posts: 70
Joined: 2006-09-08, 22:50 UTC

Post by *Stevie1 »

great find guys... changed my ahk files accordingly.
Only thing that's not working for me is "add current directory".
Post Reply