RollWindow

Prev Next Home Home Table Of Contents Index

RollWindow (Number)

Windows can be looked at as a stack. RollWindow will roll a previous window to the top of the stack making the previous window the current window.


Example:
;Make the third window on the stack the active window RollWindow 3 ;Write out message Writeln 'You have mail waiting!' ;Now put the windows back PushBackWindow (3)

Procedure PushBackWindow (N)

;To roll a window back to its original position on the stack, ;the parameter should be the same as the parameter for the call ;to RollWindow. If you use RollWindow(3) then use PushBackWindow(3)

Loop N RollWindow N EndLoop EndProc ;PushBackWindow

See Also: CurrentWindow SetTopWindow

Category: Display

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home