Forum: Poser Python Scripting


Subject: Documentation on Poser Dialogs?

destro75 opened this issue on Mar 27, 2006 ยท 9 posts


svdl posted Tue, 28 March 2006 at 6:49 PM

A little trick concerning Poser Dialogs: in the xml file you almost always find the attribute 'isStringID="1"' and 'widgetText="number:number"' If you replace 'isStringID="1"' with 'isStringID="0"' and 'widgetText="number:number"' with 'widgetText="My text goes here"', the dialog will show the text of the widgetText attribute, instead of looking up the text in a string resource table. So you won't have to use the SetText dialog method to change the text on a widget to something useful.

The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter

My gallery   My freestuff