I noticed that when I reverse the order and first set the LabelPath and
then the model
self.setLabelPath('label');
self.setModel(model);
Then the VirtualComboBox gets populated. But still I have the same error
message,
On 24/07/2015 09:22 μμ, voger wro
I am trying to subclass the qx.ui.form.VirtualSelectBox and create a
widget that on display communicates with the server and gets a list of
available gender choices.
If I subclass from qx.ui.form.VirtualComboBox or if I try to run it in
playground it works as expected. Here is a link http://ti