--- In [email protected], "forxtra" <forx...@...> wrote:
>
> Hi.
>
> How to display a top-most messagebox with a icon?
>
> When I set top-most in the "layout" with the icons, the
> messagebox had no top-most attribute set.
>
> MessageBox("yesno topmost", "text", "title") ;; topmost
> MessageBox("topmost question", "text", "title") ;; not topmost
>
Here's a workaround:
event.createms(15,0,?Zwin.ontop("title",1)Z++"\revent.destroythis", ;;+
?Zvisiblewindow("title")Z)
MessageBox("yesno question", "text", "title")
Regards,
Sheri