Products Downloads


French version


 

Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar below the object, or when he/she resizes the window below and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_MOVE

The control moves relative to the window.

_OGW_EXPAND

The control expands of contracts.

_OGW_ANCHOR

The control does not move relative to the window.

_OGW_DEFAULT

Corresponds to the value _OGW_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _OGW_MOVE if located in a pane at the bottom.

Conditions of use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the left of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_MOVE

The control moves relative to the window.

_OGW_EXPAND

The control expands of contracts.

_OGW_ANCHOR

The control does not move relative to the window.

_OGW_DEFAULT

Corresponds to the value _OGW_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _OGW_MOVE if located in a pane on the right.

Conditions of use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the vertical bar to the right of the object, or when he/she resizes the window below and when the split bar expands (HORIZONTAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_WIDTH) and if the object belongs to one of the rightmost views.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_MOVE

The control moves relative to the window.

_OGW_EXPAND

The control expands of contracts.

_OGW_ANCHOR

The control does not move relative to the window.

_OGW_DEFAULT

Corresponds to the value _OGW_ANCHOR if the control is in a pane located to the left of the bar.

Corresponds to the value _OGW_MOVE if located in a pane on the right.

Conditions of use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Defines the adjustment of an object placed in the view of a split bar object, when the user drags the horizontal bar above the object, or when he/she resizes the window above and when the split bar expands (VERTICAL_ADJUSTMENT property equal to _SPLT_ADJUST_EXPAND_HEIGHT) and if the object belongs to one of the bottommost views.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_MOVE

The control moves relative to the window.

_OGW_EXPAND

The control expands of contracts.

_OGW_ANCHOR

The control does not move relative to the window.

_OGW_DEFAULT

Corresponds to the value _OGW_ANCHOR if the control is in a pane located above the bar.

Corresponds to the value _OGW_MOVE if located in a pane at the bottom.

Conditions of use

The object must be in a split bar pane.


Note: This property is not implemented in Java and Mobile generation.


Specifies whether the object responds to the user's keyboard and mouse actions.

This property is mainly used when transparent objects overlay the image.

When it has the *FALSE value, overlaid objects can be selected in the layout manager. The overlaid objects also respond to the user's actions.

For more information about managing graphical object overlap, consult the managing object overlap section.


Adelia type

BOOL

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants

None.

Conditions of use

None.

Default value

*TRUE.



Display a graphical representation. If this property is enabled, the webcam is displayed in the object box. If it is not, the webcam is displayed in a Livebox.

Adelia type

BOOL

Accessibility


Layout design mode

Read/Write.

Execution mode

Read.

Associated constants

None.

Conditions of use

None.

Default value

*FALSE.



Defines how the graphical control is adjusted when the window is resized horizontally.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_ADJUST_EXPAND_WIDTH

The control is expanded width-wise.

_OGW_ADJUST_ALIGNED_LEFT

The control keeps its left side alignment.

_OGW_ADJUST_ALIGNED_RIGHT

The control keeps its right side alignment.

_OGW_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_OGW_ADJUST_NONE

No horizontal adjustment is applied to the control.

Conditions of use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.
 

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_OGW_ADJUST_ALIGNED_LEFT.


Note: This property is not implemented in Java and Mobile generation.


Static name of the object.

Adelia type

ALPHA(128).

Accessibility


Layout design mode

Read/Write.

Execution mode

Read.

Associated constants

None.

Conditions of use

None.

Default value

Prefix of the basic object.



Camera options. A list of key-value pairs separated by the ";" character.

Adelia type

ALPHA(250).

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants

None.

Conditions of use

None.

Default value

None.


The following options are available:

maxsize

:

Numerical. Specifies the maximum image width. If this option is specified and the picture taken has a higher resolution, the image will be resized so that its largest dimension is smaller or equal to maxsize.

We recommend setting a value to limit the size of the sent file.

Default value: 1024.

format

:

Image format. The accepted values are "jpeg" and "png".

Default value: ""jpeg".

compression

:

Image quality in the case of JPEG compression. From 0 to 100, with 100 representing maximum quality.

Default value: 92.

camera

:

Camera to use (useful in the case of a smartphone or tablet with a front and rear camera).

The accepted values are "front" (front camera) and "back" (rear camera).

Default value: not specified (browser default).

showPreview

:

Displays the last image previewed after taking. The accepted values are "1", "0", "true", "false".

Note: this preview is not saved: it will be lost if the page is reloaded.

Default value: true".

Property only taken into account if the GUI property is positioned.



Defines how the graphical control is adjusted when the window is resized vertically.

Adelia type

NUM_BIN_2.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants


_OGW_ADJUST_EXPAND_HEIGHT

The control is extended height-wise.

_OGW_ADJUST_ALIGNED_TOP

The control keeps its top side alignment.

_OGW_ADJUST_ALIGNED_BOTTOM

The control keeps its bottom side alignment.

_OGW_ADJUST_ALIGNED_CENTER

The control keeps its center alignment.

_OGW_ADJUST_NONE

No vertical adjustment is applied to the control.

Conditions of use

This property applies when the window's ADJUSTMENT property is other than _WIN_ADJUST_NONE and when the object is not part of a Split bar pane.
 

When executed, its value is taken into account before initializing the window and when the window's ADJUSTMENT property is modified.

At this point, the object's VISIBILITY property must be True. Otherwise, the control will not be adjusted.
 

The modification is only taken into account if the window's ADJUSTMENT property is _WIN_ADJUST_NONE. Otherwise it is ignored.

Default value

_ICG_ADJUST_EXPAND_HEIGHT.


Note: This property is not implemented in Java and Mobile generation.


Visibility of the object.

Adelia type

BOOL

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants

None.

Conditions of use

None.

Default value

*TRUE.



Object's width value.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants

None.

Conditions of use

None.

Default value

100.



Value of the object's X coordinate, relative to the area covered by the window.

The reference point (origin) is the top left-hand corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants

None.

Conditions of use

None.

Default value

None.



Y-axis value of the object relative to the area covered by the window, page or view.

The reference point (origin) is the top left-hand corner of the object.

Adelia type

NUM_BIN_4.

Accessibility


Layout design mode

Read/Write.

Execution mode

Read/Write.

Associated constants

None.

Conditions of use

None.

Default value

None.





↑ Top of page