![]() |
Lost Hidden Item?? - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html) +--- Forum: General Discussion (http://forum.tordex.com/forum-8.html) +--- Thread: Lost Hidden Item?? (/thread-4684.html) |
Lost Hidden Item?? - CWBillow - 08-13-2014 I have been reconstructing a system all day today, and just a moment ago, as I am coming close to thee finish, I think I may have hidden a menu item in error. This particular setup is a mimic of the programs folder, so it has many nested folders in the True Launch bar. Is there any way to get a list of any and all programs the True Launch is hiding so that I can verify and find the one I think is hidden? I'm not sure of the name, I just think that I saw something get hidden as I was constructing the folders. Is there a way to find all the hidden folders? Regards, Chuck Billow RE: Lost Hidden Item?? - Yuri Kobets - 08-13-2014 Quote:Is there a way to find all the hidden folders?This is impossible by using TLB itself, but you can seach in the tlbdata.xml files inthe toolbar folder the string: Code: hidden="1" Code: <item name="My Programm" hidden="1" ... RE: Lost Hidden Item?? - CWBillow - 08-13-2014 (08-13-2014, 08:44 PM)Yuri Kobets Wrote:Quote:Is there a way to find all the hidden folders?This is impossible by using TLB itself, but you can seach in the tlbdata.xml files inthe toolbar folder the string: I found the file: C:\Users\CWBillow\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\tlbdata.xml So what does this mean? Where exactly is it? and how then do I "recover" it? Chuck RE: Lost Hidden Item?? - Yuri Kobets - 08-14-2014 Oh, this is the "Rest items" or more correctly "More items" - the menu with two arrows where TLB shows items when there are no space for them. This is not actually the hidden folder/shortcut. Note, all subfolders inside the toolbar folder contain the tlbdata.xml, if none of these files don't have hidden="1" then you don't have any hidden items. If you'll find something, just replace 1 with 0 and refresh TLB toolbar. |