Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.11 Form library TOS This library contains useful functions for handling dialog and alert boxes of all kinds. The following routines are available for this purpose: ∙ form_alert Displays standardized alert box ∙ form_button Simulates a mouse-click ∙ form_center Centres an object ∙ form_dial Reserves and releases screen memory ∙ form_do Processes a dialog ∙ form_error Outputs operating system error alert ∙ form_keybd Processes keyboard input ∙ form_popup Manages a popup-menu ∙ form_wbutton Simulates a mouse-click (in window) ∙ form_wkeybd Processes keyboard input (in window) ∙ form_xdial Reserves/releases screen memory (Flydials) ∙ form_xdo Extended dialog handling ∙ form_xerr Outputs operating system error alert (MagiC) ∙ xfrm_popup Manages a popup-menu (extended version) ∙ x_form_center Centres an object (Geneva) ∙ x_form_error Outputs operating system error alert (Geneva) Note: Some of these functions are only present under MagiC, and offer additional convenience (e.g. movable dialog boxes). See Also: Dialog boxes Style guidelines Scrollable input fields