Inigo
1
I want to create a new button with a custom script that will first change the view mode to Details + Thumbnails (before some other things as well).
From the command reference guide: "The valid mode keywords are largeicons, smallicons, list, details, power, thumbnails and tiles."
What about Details + Thumbnails?
yonder
2
The item "Details + Thumbnails" from 'View' button in the Menu toolbar shows this in the command editor.
Set VIEW=Details
Set COLUMNSADD=thumbnail(0,96)
@toggle:if&COLUMNSTOGGLE=thumbnail
Inigo
3
I didn't think to look at that- thanks! Works perfect!