Homepage | About EASA | Contact
Guide Section: An EASAP GUI | EASAP Tree: USER INTERFACE → FORM LIST
A FORM defines a popup window that appears following an OPEN FORM ACTION.
After selecting,
Add Child GUI objects such as CHOICE LIST, REALBOX, LOGICBOX, etc….(see Tree Objects→FORM 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.
![]() |
|
---|---|
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