Project

General

Profile

Download (1.54 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / sitools-build / files / HOWTO.txt @ master

1
HOWTO
2

    
3
How to configure a Quicklook with Zoom capabilities on a specific dataset column
4
	- Edit the dataset and configure the column with an Image FeatureType
5
	- Add a Gui Service (from the Dataset services menu) named Window Image Zoomer
6
	- Configure the Window Image Zoomer with
7
		- FeatureType : Image
8
		- Image Column : the column of the quicklook
9
		- Image preview column : the column containing a Thumbnail of the quicklook, used as a preview of the zoomed area
10
		- Limit Width / Limit Height : The size of the window which will be opened
11
		- Zoom Factor : The percentage of zoom at each level
12
		- Max Zoom : The maximum percentage of Zoom between the original size of the window and the zoomed size
13
	- Open the dataset in the client interface and click on the column to open the Image Zoomer
14
	
15
How to configure a Quicklook with Zoom capabilities on a all dataset columns with Image FeatureType		
16
	- Edit the dataset and configure the columns with an Image FeatureType
17
	- Add a Gui Service (from the Dataset services menu) named Window Image Zoomer
18
	- Configure the Window Image Zoomer with
19
		- FeatureType : Image
20
		- Image Column : Leave the value blank (important!!!)
21
		- Image preview column :  Leave the value blank (important!!!)
22
		- Limit Width / Limit Height : The size of the window which will be opened
23
		- Zoom Factor : The percentage of zoom at each level
24
		- Max Zoom : The maximum percentage of Zoom between the original size of the window and the zoomed size
25
	- Open the dataset in the client interface and click on the column to open the Image Zoomer
26