PhilC opened this issue on Oct 24, 2005 ยท 5 posts
mkrueger posted Mon, 24 October 2005 at 12:47 PM
Hi!
Just use:
dte = poser.DialogTextEntry(None, 'YourDialogText')
You show the dialog with
dte.Show()
and get the text with
text = dte.Text()
Hope that helps!
martin
Message edited on: 10/24/2005 12:48