I have been tweaking around with this little detail and cannot quite decide if it is possible or not:
I wonder if it is possible to display collapsed grouped folders, ie. members of collections or libraries rather than all expanded? (On small displays it can make a difference) If not, is there a way to make the explorer tree default to the libraries rather than my computer just like explorer opens up at libraries by default?
Try GO GROUPCOLLAPSE=*.
Oh wow, sounds promising! Thanks so much for a late helpful answer in this very, very hot night ugh.
Naw, sorry, I dont get it done. Problem is, I have the libraries in a dropdown, so the menu button must have the Go lib:\ command to populate the list I have another button (besides the "create new lib" button) in the menu set to Go lib:\ FOLDERCONTENT=norecurse.
Working off of abr's (make sure you didn't copy his period at the end), can't you just create a new 3 button to toggle the groups open/closed? Unless I understood the question incorrectly.
LMB runs:
GO GROUPCOLLAPSE=*
RMB runs:
Go GROUPEXPAND=*
Not sure if this could be turned into an @ifset button or not, so it can be a single standard button.
You can select Library's in the tree, then save as default lister. It should then point to Library's on each start. Make sure Preferences -> Folder Tree -> Options -> "Expand selected branch" is turned on if you want the Library to be expanded when opened.
I'm sorry for all the confusion but I am very grateful for your input. I try to explain the task a little better, maybe my problem with the suggested code gets clearer.
I have the following menu button on a taskbar:
The menu button goes to the library main folder, the sub menu is populated through a button that generates the list of all my libraries (that one has the code Go lib:\ FOLDERCONTENT=norecurse).
What I would like to do is, when I click on a specific library, say, Pictures, I'd like to see the "members" of this lib rather collapsed than all groups (grouped by path) expanded.
To be honest, I am uncertain on how to change the menu to fit the suggestion. Sorry, I'm a little sick today and therefor slow. But I guess the solution is right before my nose.
OMG, I should get more coffee - ktbcrash I got your button working!! Perfect. I initially thought it has to do with the menu for the lib itself. But I think it cannot be combined with that menu button at all, so another button is a workaround.
I fixed the settings with the folder tree; my only problem there is the lock state of the folder tree is always off and I could not find a command to toggle it in the manual.