Aneesh Carvalho 1 Posted April 6 Hi. Is it possible to create a custom dialog box in marionette that prompts a user for input? I’m working on a script for a custom wardrobe. I’d like the user to be asked the question “Enter the number of sections” if the user enters 4, it should then prompt the user for dimensions of each of the 4 sections. if the user enter 3, it should prompt the user for dimensions of only 3 sections. is this possible in marionette? thank you Quote Share this post Link to post
Antonio Landsberger 24 Posted April 6 Hi @Aneesh Carvalho, a setup like this should do what you are looking for: Mind you: the series has to start with 1 instead of the default (0) for this to work. Regards, Antonio 1 Quote Share this post Link to post
Pat Stanford 1,630 Posted April 6 Be careful how you use this. You don't want to get 100 of these things in a drawing and have something cause them to regenerate and have to manually reenter all of those values again. Or even just hit return to accept them all. 3 Quote Share this post Link to post
Aneesh Carvalho 1 Posted Monday at 07:19 AM Thank You @Antonio Landsberger That is what I'm looking for. @Pat Stanford I will be placing a manual with the script file that will hopefully warn my colleagues about not "fooling around" with the script 🙂 Quote Share this post Link to post