Hi,
Is there a way to make a button that will cycle details & thumbnails display modes only (no power,...) ?
Leo.
Hi,
Is there a way to make a button that will cycle details & thumbnails display modes only (no power,...) ?
Leo.
With a DOpus 3 button button yes.
Just create two individual buttons like the ones below:
[DOpus.ButtonInfo]
Name=Thumbs
Icon=95,9999999
Flags=40102,0,0
Color=0,a0a0a0
Func1=Set VIEW=Thumbnails
[DOpus.ButtonInfo]
Name=Details
Icon=95,9999999
Flags=40102,0,0
Color=0,a0a0a0
Func1=Set VIEW=Details
Then in customize mode drag and drop them into a 3 button button so you can toggle from details to thumbs via left or right mouse clicks.
John
[quote="leo42"]Hi,
Is there a way to make a button that will cycle details & thumbnails display modes only (no power,...) ?
Leo.[/quote]
You can now create your own custom Cycle button. Just specify the views you want. The order they are listed is also the order in which they will cycle.
Set View=Cycle,Details,Thumbnails