Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

In this new picture, you can draw and place graphic objects on the area of the picture and define the relations among these objects and D2000 System objects (so-called connections).   You can find information on the creation of a graphic object in the topic Drawing graphic objects and information on connections in the topic Connecting objects.

...

Possibility to use the Dictionary (to open press CTRL+L).

Help

The parameter allows to define defining a page of application help to be opened after pressing the F1 key while the picture is active. If the parameter is not defined, there will be opened the title page of D2000 help will be opened.


Basic parameters

The following parameters define a the size and background color of the picture.

ParameterMeaning
Size - WidthWidth of the picture (in pixels). Minimum: 10 pixels.
The picture dimensions in the HI process can only be changed from the picture script, it is not possible to determine a cut in the picture. In case of change of picture dimensions, the position and dimensions of the picture elements remain unchanged. This type in the new schemes can be achieved by using the same values for the min and max dimensions of the picture.
Size - HeightHeight of the picture (in pixels).
The picture dimensions in the HI process can only be changed from the picture script, it is not possible to determine a cut in the picture. In case of change of picture dimensions, the position and dimensions of the picture elements remain unchanged. This type in the new schemes can be achieved by using the same values for the min and max dimensions of the picture.
Minimal size - WidthMinimal width of the picture (in pixels). If the picture is main, the user cannot change its size out of the range.
If the picture is opened as a sub-picture with enabled Min. size for subpicture parameter, then when its size is changed under this value, a zoom change stops at this point and a scrollbar is added. This behaviour does not apply if in that sub-picture set the user zoom.
If min and max size of the picture is set to the same value, it has a special behaviour. A picture margin does not allow to change width and height. The minimum dimensions are not accepted and the picture reduced from the script does not get scrollbars.
Minimal size - HeightMinimal height of the picture (in pixels). If the picture is main, the user cannot change its size out of the range.
If the picture is opened as a sub-picture with enabled Min. size for subpicture parameter, then when its size is changed under this value, a zoom change stops at this point and a scrollbar is added. This behaviour does not apply if in that sub-picture set the user zoom.
If min and max size of the picture is set to the same value, it has a special behaviour. A picture margin does not allow to change width and height. The minimum dimensions are not accepted and the picture reduced from the script does not get scrollbars.
Maximal size - WidthThe maximum width of the graphical picture in points (x-dimension). If the picture is opened as a master picture, the user can not change its size beyond this dimension. If the value is 0, the maximum dimension of the picture is given by the monitor size, but at least to the value of 1920.
Maximal size - HeightThe maximum height of the graphical picture in points (y-dimension). If the picture is opened as a master picture, the user can not change its size beyond this dimension. If the value is 0, the maximum dimension of the picture is given by the monitor size, but at least to the value of 1200.
Background - Color

Selection of a background color and color gradient of the picture.

The basic underlying color of the scheme is specified, followed by the Gradient Select button and the gradient color selection button. If no gradient is selected, the gradient color button is crossed out and inactive. Pressing the gradient box opens a window allowing you to select the gradient fill type  (more ...).

Background - Pattern

Selection of a color for the picture background.

Bitmap The bitmap is being selected from a list of bitmaps. Restrictions of the operating system are applied to this bitmap.

...

The process D2000 GrEditor also allows the user to resize the picture in other another way than in the dialog box above mentioned. This way is described in the topic Resize a picture.

...

The configuration dialog box allows to define defining two bitmaps - a picture background and a logo placed in the picture foreground.

...

The parameters define a type of the window containing the picture contents and its behaviour. The default setting is MDI window on the desktop of the process D2000 HI.

ParameterMeaning
MDI windowThe picture window is placed on the HI desktop as a common window (so-called MDI window).
Dialog
Dialog window type. In the process D2000 HI, an  an opened picture of this type is placed above all opened graphic information windows (graphs, reports, pictures – non-dialog).

When the radio button is selected, there will appear the checkbox Modal - the picture is Dialog-modal window type.

If this picture is opened in HI process, it is possible to control only this picture, not the other objects of HI process.

Dock

The radio button allows a user in the process D2000 HI to dock the picture to the given margin of the D2000 HI desktop. When you click on the radio button,  the placement menu appears. They represent the margins of the HI desktop.

...

ParameterMeaning
Application-modalThe picture can be opened only once in the system. The feature can be used in an application with several HI consoles (processes).
ProportionalKeeps aspect ratio of the picture in the window
Min. size for subpicture
Specifies whether to apply the minimum size even when the picture is opened as a subpicture.
Historic coordinate systemEnables/disables the original (historical) coordinate system - the 0, 0 point is placed at the corner left bottom. The new coordinate system has the 0, 0 point placed at the upper left corner.

Note: The parameter can be edited only by the user with the administrator rights.

Server ScriptEnables/disables the remote ESL script.
Invisible
The picture will be invisible after opening. It can be used as a user's control script carrier.
Hide in HI listsThe picture will be visible only for the users with the administrator rights. For the others, it will be hidden.
Refresh in HIIf the picture is opened in the process D2000 HI, it will be automatically reopened after saving any changes in the process D2000 GrEditor.
Reopen in RDParameter The parameter may be used only for the application in redundant system. If the picture is opened in the process D2000 HI, it will be reopen reopened after changing the HOT server.
Scrollbars when zoomDisplays the scrollbars in the window when the picture is zoomed.
If the shift in zoom is disabled, the shift is possible through SHIFT+left mouse button+ movement.
Minimize box*Enables/disables the minimize button in the title bar of the picture.
Maximize box*Enables/disables the maximize button in the title bar of the picture. For the fixed size pictures, the button is always disabled.
BorderEnables/disables border arround of around the picture
Close*Disables the close button in the title bar of the picture.
Close on user changeThe picture will be closed when the user is changed or logged off.
Java thread
  • SWT 1) - the user code of the picture will be executed in SWT thread, i.e. all pictures with this setting share this thread. SWT library requires to execute any callings from this thread.
  • Own - each picture has own thread to execute the user code.
  • SWING 1) - the user code of the picture will be executed in AWT/SWING thread (Event Dispatch Thread), i.e. all pictures with this setting share this thread. SWING library requires to execute any callings from this thread.
  • POOL - recommended - thread, on which a picture code will be executed, is allocated automatically from a pool of threads
Scrip functions

Parameter was created to ensure backward compatibility of behavior of positional functions (%HI_SetPos*, %HI_GetPos*, %HI_SetSize*, %HI_GetSize*) in the existing ESL/Java scripts.

  • Zoom - functions behave compatibly with the pictures that were in previous versions of D2000 - the types Resize with zoom and Resize with layers.
  • Layout - functions behave compatibly with the pictures that were of type Resize with layout manager.
  • StdLayout - standard behavior, explained in the descriptions of each function.

* If both minimize and maximize checkboxes are not checked off, the picture does not contain these buttons. If one of them is checked off, both are visible but the disabled button is inactive.
(Note: Above mentioned is not applied to the pictures opened in other picture - because these pictures do not have a title bar).
If the picture is opened in D2000 HI, the minimize, maximize and close buttons are placed in the upper right corner.

...

The parameters define a behaviour of a picture in the process D2000 HI.

...

The first position places the picture, opened in HI, in the centre of the desktop in the original picture size. Other positions change the picture size to fill selected part of the HI desktop. The position and relative size of the picture is represented by the red rectangle.

...