laugan
Member
|
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 |
|
PsychoBoy
Member
|
RE: Gui.MsgBox
1. WindowMsgBox() ?
|
|
06-04-2012 01:37 PM |
|
laugan
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
laugan
Member
|
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
|
|
06-05-2012 12:28 PM |
|