home *** CD-ROM | disk | FTP | other *** search
- /* Window Example: new, activatewindow, addview
- */
-
- options results
-
- address "ArtEffect"
-
- options results
-
- activatewindow toolbox
- getinfo stem tb.
-
- new 128 128 "Test"
- getinfo stem win.
- left=tb.leftedge + tb.width + tb.winbleft + tb.winbright
- top=tb.topedge
- width=win.width + win.winbleft + win.winbright
- height=win.height + win.winbtop + win.winbbottom
-
- 'changewindow l 'left' t 'top
- addview
- 'changewindow l 'left+width' t 'top
- addview
- 'changewindow l 'left' t 'top+height
- addview
- 'changewindow l 'left+width' t 'top+height
-
-