Icon object. Various objects(button) can be created by Icons with transparent background.
Icon - Animation - Visible property
Icon - Animation - Location X property
Icon - Animation - Location Y property
Adding Icon object to the screen
Adding to Screen:
Icon object located in the drawing group in the menu which opens when right clicked on empty space at Screen Designer.
Properties:
Circle object has a 3 property group as Animation, Function and Enable.
Animation Group:
Objects can be moved on horizontal and vertical axis and their size and visibilities can be changed.
Visible:
Used for determining object visibility. If tag's value 0 or negative which selected from tag list, object becomes hidden, if value bigger than 0 object becomes visible.
Location X:
Object's horizontal location can be changed by the tag which connected to object's Location X property.
Location Y:
Object's vertical location can be changed by the tag which connected to object's Location Y property.
Enable:
When tag's value bigger than 0, which selected from tag list, object becomes active. On other cases object is disabled.
This property can be used when accessing to object is wanted to be controlled. Additionally, accessing to object can be controlled according to User Level with PasswordLevelX tags.
Function:
The functions for Mouse Down and Mouse Up events which occurs when user clicked on the object are defined here.
Function window opens when user clicked on this properties.