Cycling behavior of Thumbnail views in scripts
Posted: 13 Aug 2014 12:33
Hi Don, I understand that cycling on a thumbnail view in the right click of the view menu will cycle between the thumbnail view and the non-thumbnail view (e.g., I'm currently in a #308, Large thumbnail view and I click again and view changes to the non-thumbnail view) and that's fine. However, if I'm in a script, I can't immediately change from one size thumbnail view (#308) to another thumbnail view (#307) without the cycling (instead the view changes to the non-thumbnail view (in my case details). As an example, get in an image folder and with a thumbnail view Large thumbnail (#308). Now run the following in a script or AB... The if statement is true, indicating we are in a large thumbnail view, but instead of the view changing from Large thumbnails to Medium thumbnails (#307) it changes to the non-thumbnail view. I think in scripting the view command ID should immediately change to the thumbnail view specified in the script and not act as a cycle as it does in the menu. It makes it difficult in scripting to change to different thumbnail views on the fly when the view command IDs are acting as a cycle.
Thanks,
Ken
Code: Select all
::if (get("view") == "6") {#307;}Thanks,
Ken