Hi guys,
I have developed a framework for business applications using Corona SDK. Though it took 5 times the effort I expected, I have now a stable, configurable, multilingual and scriptable environment. It takes about 2 days to create a common business app with data feeds, API calls, database integration, slick user interfaces and much more, so I’m quite happy with the results. (/commercialbreak ;) )
But… the picker wheel widget in Corona SDK is giving me a hard time. My framework operates on a base resolution of 1080X1920, allowing fine placement of widgets and other GUI parts. I now need to add a calendar widget (based on the picker wheel) but it just can’t be bigger than 320 pixels in width, appearing rather small on my screen. The manual says scaling is not allowed. I tried anyway and I got all sorts of strange error messages :) So that’s no option.
Widget Candy used to be an alternative, but they seem to be long gone and do not support Corona Graphics 2.0.
Is there a suitable alternative for a calendar widget in Corona Labs? Or should I put effort in developing my own?
Many thanks for your contributions!