First time here? Check out the FAQ!
x

How do you encapsulate a MultiSample and make available the file dialog as a ?greenVar

0 votes
10 views

I'm trying to encapsulate a MultiSample and make available the file dialog as a ?greenVar. Trial and error and the multiple options isn't getting me close. Not sure if green variable ?pathToSample in file dialog needs to be an element of the array or the array, and if it should be within {} or left as is. I've also not sure if I use "File(s)" as the supplied valu

e, whether or not I need to list a single string, array of files, or include {} here. The multisample is reliant on a few parameters so I don't think it would be good to leave outside the encapsulation. In any event, the use of ?greenVar within a file dialog box is throwing me. Any help or examples are appreciated.

idea 1. {?pathToSample sampleFileNamesInSameFolder }

idea 2. simply ?pathToSample

I also posted pics and question on Discord: https://discord.com/channels/1012883024729358437/1014300904289226773/1534690744705482813

asked 1 day ago in Using Kyma by jonbellona (Adept) (1,400 points)

Please log in or register to answer this question.

...