Closed tatejones closed 10 years ago
Maybe I am missing something but I am unable to bind to a QPickerElement via JSON.
eg. From sample.json with the additional bind.
{"type":"QPickerElement", "title":"Picker3", "items":[[1, 2, 3], ["Blue", "Yellow", "Green"], ["Metal","Chrome","Wood"]], "key":"Picker3", "bind":"textValue:Picker3"},
The key works, but it doesn't look like the class can marshall the something like this "Picker3" : "1\tYellow\tWood"
Resolved.
Changed to "bind":"value:Picker3"
Maybe I am missing something but I am unable to bind to a QPickerElement via JSON.
eg. From sample.json with the additional bind.
{"type":"QPickerElement", "title":"Picker3", "items":[[1, 2, 3], ["Blue", "Yellow", "Green"], ["Metal","Chrome","Wood"]], "key":"Picker3", "bind":"textValue:Picker3"},
The key works, but it doesn't look like the class can marshall the something like this "Picker3" : "1\tYellow\tWood"