I have a line of code like:
var answer = plugins.dialogs.showSelectDialog('Attention...', 'Question?', myArray);
As you understand, myArray is an array and a correct one (I have checked that). But, when I use this the listbox is filled with java messages like:
org.mozilla.javascript.NativejavaObject@b9b26a etc.
Is this me doing something wrong or is this a bug?
I really need to fill it with an array since I don't know on forehand what to fill the combobox of this dialog with...