On 04/05/2014 at 11:56, xxxxxxxx wrote:
Inside my container description I have an item that is supposed to be a list of items. I created it with:
LONG PT_PRESETS { CYCLE { PT_CUSTOM; } }
The PT_CUSTOM is a simple string (in the str file) that holds the word "Custom".
However, I want to be able to populate the dropdown list inside my plugin code, being able to, for example, fill the list with:
Item1
Item2
Item3
Custom
How can I do that, in code?
Rui Batista