![]() |
|||||
![]() Home ![]() |
Ceasing program execution
AppBasic applications cease execution when the variable |
||||
![]() | |||||
![]() |
Amend MinApp Give MinApp a !RunImage directory and amend the resfile so that selecting the Quit entry in the iconbar menu generates the default event. ![]() |
||||
![]() |
Insert a ‘Menu Event’ handler in !RunImage
|
||||
![]() |
Edit the event-handler
The function FNUtils_Object(object) is an AppBasic utility which returns the name of the resfile template used in the contruction of the object. Each menu entry is assigned a component value (unique within the object) in its resfile design
|
||||
![]() |
Compress the application Compression will remove any unused variables and procedure definitions. |
||||
![]() |
Worked solution |