A Question
DarkEmperor13
Posts: 31
Hey I'm trying to figure out how to make a script that when you click on it, a mini window within DAZ pops up and has text like a info box of sorts. Can anyone guide me to where I can find the best help/tutorial/guide for this?
Comments
The scripts here show the basics of dialogues http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/start#general
You would probably want to add a non-editable text box ( http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/textedit_dz with the readOnly property set to True) or use http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/label_dz