-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Is there a limit on how many option boxes you can have on screen? As soon as I add a 7th box to my I get the error:
Uncaught exception - std@module_read
If I do not set a value to the box like
var status = UIBuilder.getAs('status',Options);
It works ok but if I do:
status.value="Closed";
I get the error.
The XML looks like this:
<Options
w = "100"
h = "30"
id = "'status'"
skinName = "'dropDown'"
skin:Paint-border = "1"
skin:Paint-borderColor = "0xcccccc"
options = "[['Open', 'Open'], ['Closed', 'Closed'], ['Pending', 'Pending']]"
optionDefaults = "'option'"
/>
Metadata
Metadata
Assignees
Labels
No labels