La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.

ANIICON dialog element

Windows Linux macOS

Syntax

DIALOG ADD, ANIICON,<name>,<top>,<left>,<width>,<height>,<filename>,<tooltip>,<styles>

Description

This dialog element creates an animation at the position and size specified, containing the ANI <filename>.

The ANIICON dialog element supports only ANI files. The animation can be loaded directly from a file, or from a resource compiled in to the executable file. In this case, the file should be located in the project folder or the resource folder specified in the project options, and the filename should be prefixed by a hash '#' character.

Styles

In addition to user-defined styles to change the default background color, the following styles may be used with this dialog element:

CLICK The element will generate a <name>CLICK event when clicked with the mouse.
TRANSPARENT The background of the ANI file will not be painted.
<cursor style> The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND.

See also