How to show THUMBNAILSIZE 256 for left and right file display

hello!!

I have a code 'Show THUMBNAILSIZE 256'
It's changed the thumbnail size into 256 for both file display (Left and Right file display)
I want to create a Tripple button
for left Click

  1. change the view mode into thumbnail
  2. and change the size of the thumbnail into 256
  3. it's only changing in the left file display (Do not change the view mode of right file display, If right file display in details mode, then let it be in details view mode, should not change the view mode into thumbnail)

for Right Click

  1. change the view mode into thumbnail
  2. and change the size of the thumbnail into 256
  3. it's only changing in the Right file display (Do not change the view mode of Left file display, If Left file display in details mode, then let it be in details view mode, should not change the view mode into thumbnail)
    how to do that?

Did you look at the documentation for Show THUMBNAILSIZE? It tells you how to make it only affect the left or right, right there in the manual.

https://www.gpsoft.com.au/help/opus12/index.html#!Documents/Show.htm

Thanks Leo, I just Read the Document.
I create a button with Set VIEW=Thumbnails Show THUMBNAILSIZE=left,256
But It's not work
Screenshot 2020-10-13 055749

If you want it to change the left side to thumbnails, and set the left side to use 256x256 thumbnail size:

Set SOURCE=Left
Set VIEW=Thumbnails
Show THUMBNAILSIZE=left,256
1 Like

That's perfectly works for me, Thank you, Dear Leo

1 Like