Can I have a box that lets the user enter a string and then based on that string a drop downlist is dynamically added/shown with choices based on the string typed?
I assume I have to do one pop-up to get the string and then take that input to create a new pop based on that string to show the choices. This program can do so much, so I thought I should ask before assuming. I did a search for "directory opus dynamic dialog" but nothing came up.
I linked to the start of the section as it’s best to start from there and seemed like you had not found it yet. If you start at the later part you won’t understand it without going back first.
I can just add the code to the botton of the script
Everything before the line ==SCRIPT RESOURCES is considered part of the script code, and everything after it is the XML-formatted resources.
This causes an error and doesn't work.
I have am currently trying this option: Script resources can be loaded from an external file, or a raw XML string, using the Script.LoadResources** method.
Something is incorrect about this, but I have no idea what I did wrong.
So the last thing to try I guess is
can be loaded from an external file
Seems like this would take more over head, and I will have a separate file that could get "lost". I would really prefer to keep the code in the script if possible.
Currently, It's part of one big script addin that I have combined lots of stuff in. Let me try to put it in just a bare minium script and if it still doesn't work I will post it. thanks.