there is a Picker example for usage in an ActionScript project. It works well in simulator.
But how do you use that component in a Mobile Flex Project (with Burrito Flash Builder)?
How do you add a qnx.ui.picker.Picker to a spark.components.View?
The latter seems to expect a mx.core.UIComponent, but the former is a qnx.ui.core.UIComponent.
The ActionScript project I've mentioned above works ok, because the Picker is added to the Sprite. But adding it to a View in a Mobile Flex project fails for me.
Thank you! Alex
UPDATE:
I've found this page today: http://corlan.org/2011/03/28/creating-playbook-apps-with-flex-and-qnx-ui-components/
And also I've found out that the QNX AIR components work on Android as well, wonder if it is legal to use them there? Nothing is mentioned in Playbook SDK Legal Notice.