Author Topic: 1065 Disable view selector thumbnails?  (Read 4576 times)

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
1065 Disable view selector thumbnails?
« on: 2013 December 14 08:43:08 »
I'd like a new option in Preferences > Special GUI Effects to disable these thumbnails. Frankly, I like PI better without them.
Thanks,
Mike

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: 1065 Disable view selector thumbnails?
« Reply #1 on: 2013 December 14 20:12:10 »
In the final 1.8.0 version (build 1070), you can disable ViewList thumbnails with the following command from the Process Console:

   set MainWindow/ShowViewListImageThumbnails=false

This global flag still isn't accessible from the Preferences interface. It will be available in the next version.

For a list of all configurable global flags, enter this command:

   set -lb

For more information on the set command:

   help set
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
Re: 1065 Disable view selector thumbnails?
« Reply #2 on: 2013 December 15 17:51:11 »
Juan, thank you. Just a note: I found three flags for different types of thumbnails. It is nice they can be enabled/disabled independently.
Mike

Process window: set MainWindow/ShowViewListImageThumbnails=true/false
Image window: set ImageWindow/ShowViewSelectorImageThumbnails=true/false
Workspace icon: set MainWindow/ShowWorkspaceThumbnails=true/false