I have a "FilesOnly" button reading:
Set FLATVIEW=Toggle,MixedNoFolders
In Explorer-Style (details mode) I either have the folders or the contents of the folders, without folders.
Fine.
I tried to get the same with images.
I'd like to have the folders displayed details mode
hit (let's say) ThumbnailsOnly-button
Then, image contents (such as *.jpg|gif|jpeg|png|bmp|psd|pcx|tiff) to be displayed as thumbnails.
Hit button again->Back to folder view.
I think you just need to add a quickfilter for your images after testing for the current view mode.
Somehow like this, I did not test it, plz be be careful.. o)
@ifset:VIEW=thumbnails
SET QUICKFILTER="*.(jpg|png)"
@ifset:else
Set CLEARFILTERS QUICKFILTERCLEAR
Right now I have two buttons [Files Only] [Thumbnails Only]
to get the thumbnails only, I first click on:
[Files only]
Set FLATVIEW=Toggle,MixedNoFolders
files are displayed in detail mode
then I click on the thumbnails only button
[ThumbnailsOnly] @ifset:VIEW=Thumbnails,MixedNoFolders
Set VIEW=Details @ifset:else
Set VIEW=Thumbnails,MixedNoFolders
This is a 'small workaround' and I was hoping to 'combine' the first with the second, i.e. toggle between details view folders/files (Explorer) and thumbnails view, without folders.
Do you just want to hide folders, or do you mean you also want Flat View + No Folders?
What are the exact details of the two modes you want to toggle between? Maybe it would be best to explain how you manually set up each mode at the moment, so we know which commands need to be run.
My 'Thumbnails Only' should show toggle between : thumbnails only, without folders and normal explorer details mode.
This I now accomplish to click on my 1st 'Files Only' button and then Thumbnails Only-button. Unclicking both buttons
gets me back in the normal explorer mode/style.
For the code of thes buttons - see my previous post.
Lateron: regretfully my idea doesn't work. It still shows other extensions as well.
I'll forget about it. Takes too much time on figuring this out.
Thanks anyway.
Feel a bit sad to say.. for some other reasons I had to re-install Windows entirely.
Created an .ocb before starting.
Re-installed Opus, imported the .ocb and it looks like most (I didn't try all) is working.
I am not sure about the thumbnail only button, with the code above.
Left I selected a folder, with in the right panel the subfolders (details-view)
subfolders contain jpg's.
In my believe the thumbnails would then be displayed. Regretfully, nothing is displayed...
Admittedly I start to doubt a little bit right now, but I (wrongly?) believed that thumbnails would be displayed -without- first clicking on
the [Files only]-button, then the [Thumbnails only]-button.
The folder you're in only contains other folders. The files are all inside those subfolders.
Clicking your Files Only button puts the display into Flat View, which means those files-within-subfolders become visible.
However, if you click your Thumbnails Only button without first going into FlatView then none of those files-within-subfolders will be visible. The Thumbnails Only button would need to also put the display into FlatView in order to see any files.