Corona"s Picker Wheel seems to lack the ability of changing one column depending on the value of others.
For instance if you need to setup a picker date with 3 columns (month, day, year) showing February should update the days columns in order to display only 1 to 29 or 28, depending on the year.Same for April and so on.
This could be achieved by a listener but the only way to do that seems to check the values with a timer:performWithDelay, a non very efficient method.
Is there any other workaround, or future update for this ?