User Tools

Site Tools


FORM

Guide Section: An EASAP GUI | EASAP Tree: USER INTERFACEFORM LIST


A FORM defines a popup window that appears following an OPEN FORM ACTION.

After selecting,

  • USER INTERFACE→USER INTERFACE STYLE LIST→Add FORM LIST→Add FORM

Add Child GUI objects such as CHOICE LIST, REALBOX, LOGICBOX, etc….(see Tree ObjectsFORM LIST)

FORM shares most of its Child GUI objects with TABBED PANE. Unlike a TABBED PANE, a FORM is hidden by default; it must be opened using an EVENT; and can be closed or hidden again by a user.

FORM
Optional Parameters:
Title:Text displayed on title bar of form window (object references allowed)
Delimiter:Set alternate delimiter to enclose object references in Title: (default→%)
Size:Set desired size of the FORM window in pixels: width, height (eg. 640,480 )

An example FORM for entering a value is shown below.

If a POLL interval is triggered while a FORM is open, the FORM will get closed automatically so they should not be present together on the same TABBED PANE


Page Tools