Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a Flex mobile project in Flex builder and use DateSpinner.
2. Set mode to DATE_AND_TIME like :
<s:DateSpinner id="ds1" displayMode="
" />
3. Set selectedDate in application createionComplete handler , for example :
public function init_app():void
Actual Results:
Date list is empty , and no date list on there , please see attached picture .
Expected Results:
date should be shown correctly.
Workaround (if any):