How do I save an empty duf file as a note/tip?
lorraineopua
Posts: 642
I often see notes and tips saved as duf files that either just tell you to do something, or when you click on them, open a longer note or information. How do I do this? There are lots of times I want to remind myself of something and I've been putting it in the title of a folder...a note would be so much better.
Thanking you, Lorraine
Comments
What you mentioned should be a dsa file (DAZ Script). You may use Script IDE to enter a script to display the notes you want, for example simply: MessageBox.information("This is my notes!", "Info", "&OK");
then save it as a dsa file. Put it in the scene folder and give it a png file with the same file name if you want~
reference: http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/messagebox_dz
Thank you so much!