![]() |
||||
![]() Home ![]() |
Attaching objectsCertain objects allow other objects to be attached to them. When an object is created, all of its attached objects are also created. In this example a window is attached to the Iconbar and a popup menu is attached to the window |
|||
![]() | ||||
![]() |
Create a new AppBasic shell application | |||
![]() |
Create a window template and attach it to the iconbar object
|
|||
![]() |
Create a menu template and attach it to the window
|
|||
![]() |
Save the resfile and run the application | |||
![]() |
Select the iconbar and popup the window's menu The menu is automatically created because it is attached to an object (Window) which was itself auto-created. |
|||
![]() |
Worked solution |