Hello,
I am having trouble using the populate opcode (using for loading in .wav files) paired with the items (tried the text item aswell but just assumes that loads text) opcode using the combobox. The populate opcode works correctly when using the standard combobox. However, when using the items opcode to create dropdowns in the combobox, the populate function cannot seem to be used in tandem as it simply overrides the dropdowns from being created.
My next port of call was trying to individually code the .wav files using the file() opcode but the combobox ignores that being an opcode and just takes it as text (I’m nearly 100% my syntax was correct and tried it several ways to no avail).
I think I am just getting the wrong end of the stick and there is quite an easy solve, but just wondering is it possible to load .wavs into a combobox when using dropdowns.