Community
Participate
Working Groups
Build Identifier: 0.7.0.v201109192102 1) Create an RUI handler in a new created workspace - only import the RUI widgets libraries. 2) Define a string variable and initialize it with value in the RUIHandler. For example, stringType string = "Hello string"; 3) In the design pane, drag the string variable to the editor, and select the Combox as the widget for the variable. 4) The value cannot be displayed in the design pane. Reproducible: Always
MVC is not ready, retest it when MVC is ready
How does RBD handle this situation?
Created attachment 205084 [details] screen shot
In RBD, it shows well, but in EDT, it report mvc error. Please see screen shot. So change the owner to Scott.
Afer fixing the MVC issue in 361333, I thought it would also fix this; however, this appears to be an issue with the Combo widget itself. The value used here "Hello string" isn't one of the pre-defined values on the combobox, so the getValueAsText fails. I don't know whether this is new, possibly unintended behavior in EDT, but if I add "Hello String" to the values on the Combo, then it works.
I don't see the problem after the resolution of 361333
Verified in 0.7.0.v201110272101.