Forum: Poser Python Scripting


Subject: Dialog boxes

Anthony Appleyard opened this issue on Jul 18, 2008 · 9 posts


semidieu posted Fri, 18 July 2008 at 4:31 PM

Also, another important note:

Poser 4 users do not have python
Poser 5 users has python, but a LOT is limited...
Poser 6 users... HAS the DialogFileChooser, at least in the latest update.

I just tried this code:

import poser

dlg =
poser.DialogFileChooser(poser.kDialogFileChooserOpen, None,'')<br></br>
if dlg.Show():<br></br>
 print dlg.Path()