1. We are aware of bugs with the PickerWheel and are working to fix them.
-
Take custom skins out of the equation for the moment… The widget.newPickerWheel does not have a width or height parameter. It does not permit resizing or scaling either. The width and height are determined by the graphics used to draw the widget. The unskinned version is fixed at 320px x 240px (or whatever it actually is). On iOS the pickerWheel can change width, but not height.
-
We do support custom skins either through creating your own theme sheet, or for the specific widget. It looks like since that’s documented, it should be working. Though there could be things in this next round of widget fixes that address finishing out the skinning issues. Unfortunately, I don’t have a list of what’s in the next round readily available or an ETA.
-
Corona Labs provides widgets to do a core set of functionality. We can’t make them omni-functional. There just are not enough engineering hours available to address every possible use case you can dream up for them. If you need a widget that turns purple on it’s own every 3rd Thursday, we simply are not going to provide that. Our goal is to get them close enough to emulate the native versions within reason. If you need something beyond that, you are more than welcome to grab the open sourced version and build it to your specific needs.