Using Date Spinner in flex mobile application
问题 I am unable to use DateSpinner component in my flex mobile application. I am only interest to print date but not time. How can I achieve this in my flex mobile project. Platform is Flash Builder 4.6. <s:HGroup verticalAlign="middle"> <s:SpinnerListContainer> <s:DateSpinner id="dt" /> </s:SpinnerListContainer> </s:HGroup> The above code gives following error. TypeError: Error #1009: Cannot access a property or method of a null object reference. DateSpinner.as:1290 回答1: In the example code for