I have the exact same error for nl-NL. At debug  (Standard Packaging method)
I found that it is caused by use24HourTime =
dateTimeFormatterEx.getUse24HourFlag();​  at line 756 of the DateSpinner.as.
Within the dateTimeFormatterEx.getUse24HourFlag()  method a true is returned
(Hour format is HH) however the use24HourTime remains false.

If I change the use24HourTime variable value in the debugger to true then
the time spinner appears on my IPad and the error does not appear. It looks
like that the compiled classed differ from the sources.







--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Datespinner-displayMode-bug-tp8309p8568.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to