Forum: Poser Python Scripting


Subject: Script request: simple non-modal dialog

Spanki opened this issue on Mar 29, 2008 · 8 posts


markschum posted Sat, 29 March 2008 at 7:07 PM

I dunno if this will work but its easy to try

    msg = " Wrong Figure Selected - select xxxxxxxxxx "
    mymsg = poser.DialogSimple.MessageBox(msg)

for poser 7 , puts up a message with an ok button only