What kind of message? Maybe you mean the *Message command:
message This is my message text

Or maybe you mean the messagebox function for example:
messagebox("yesno question" , "continue with script?", "My title")


If it is the first of those two, the Message command, you can add
the keyword *takefocus at the end of the line:
message This is my message text *takefocus

Sometimes that doesn't work for me, so I add an extra line:

message This is my message text *takefocus
window.ontop("Powerpro Message")


If it is the messagebox(.....) function, then I don't think there is
a keyword like *takefocus for it. You can still add a second line:

messagebox("yesno question" , "continue with script?", "My title")
window.ontop("My title")


You mention your tweakUI setting may be the cause.
I think that means the window exists but behind other windows.
If so this second line may also do the trick, instead of ontop,
after your message command:
window.show("Powerpro Message")
or
window.show("My title")



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to