Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Tue Sep 14, 2004 8:26 am Post subject: |
|
|
You can put your own dialog in the foreground by giving it the "ontop" style on creating:
| Code: | dialog create,Test,-1,0,300,200,ONTOP
dialog show
:Evloop
wait event
goto @event()
:Close
exit |
To put another dialog window on top, use the "window ontop" command:
| Code: | | window ontop,<window name, class or id> |
_________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|