About Store Forum Documentation Contact



Post Reply 
Gui.MsgBox
Author Message
laugan Offline
Member

Post: #1
Gui.MsgBox
Hi to all!

Sorry if this theme was already discussed, but i didn't find it)
So, is there any way to:

1. Show messagebox as a dialog window (until it is closed, any other controls are unreachable)?
2. Switch messagebox buttons (to get a moment when it was pressed and which one (if there is more than just OK))?

Thanks in advance!
06-04-2012 01:16 PM
Find all posts by this user Quote this message in a reply
PsychoBoy Offline
Member

Post: #2
RE: Gui.MsgBox
1. WindowMsgBox() ?
06-04-2012 01:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #3
RE: Gui.MsgBox
(06-04-2012 01:37 PM)PsychoBoy Wrote:  1. WindowMsgBox() ?

sorry? didn't get it.

I mean Gui.msgBox();
06-04-2012 01:43 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Gui.MsgBox
1. there's no built-in way
2. you need to make your own message box window class
06-05-2012 12:23 PM
Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #5
RE: Gui.MsgBox
(06-05-2012 12:23 PM)Esenthel Wrote:  1. there's no built-in way
2. you need to make your own message box window class

ok, thanks. till this moment i had a little hope it is already made smile
06-05-2012 12:28 PM
Find all posts by this user Quote this message in a reply
Post Reply