forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Messages or Dialogs in foreground

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
thomas
Newbie


Joined: 15 Jan 2003
Posts: 23
Location: Germany

PostPosted: Tue Sep 14, 2004 8:22 am    Post subject: Messages or Dialogs in foreground Reply with quote

Is it possible to promt a message or a dialog in foreground and leave them there (like task manager => always on top)? So all other windows are in backround.

Thanks!!
Thomas
Back to top
View user's profile Send private message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Tue Sep 14, 2004 8:26 am    Post subject: Reply with quote

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!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group