speedclimb
speedclimb
I don't see the time either. Is there a way to pick both?
I tried using DISPLAY_MODE_TIME as well and the DATE Picker keeps popping up on HTC EVO 4G and Nexus 7.
Any info for displaying Time as well as Date on Android? Thanks
I'm using Flash CS6. What is the import path? import ????.???.NativeDialogs; Thanks CJM
Once the .ANE is loaded properly these are the import statements needed to initialize the functions: import pl.mateuszmackowiak.nativeANE.dialogs.NativeAlertDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeDatePickerDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeListDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativePickerDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeProgressDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeTextInputDialog; import pl.mateuszmackowiak.nativeANE.dialogs.support.NativeTextField;...
Where is the new .ANE?
For me the issue is that on Android using AIR 3.4 DATE_AND_TIME shows two date dialogs and no time dialog. Is anyone else seeing this?
That is the one that is only displaying Date for me without time but rather multiple date dialogs.
Matt, Thanks for the reply. I have tried: d.displayMode = NativeDatePickerDialog.DISPLAY_MODE_DATE_AND_TIME; d.displayMode = NativeDatePickerDialog.DISPLAY_MODE_TIME; Neither of these will bring up the time dialog. Each brings up the Date dialog. I...
Here is the entire code import pl.mateuszmackowiak.nativeANE.dialogs.NativeAlertDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeDatePickerDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeListDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativePickerDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeProgressDialog; import pl.mateuszmackowiak.nativeANE.dialogs.NativeTextInputDialog; import pl.mateuszmackowiak.nativeANE.dialogs.support.NativeTextField; import pl.mateuszmackowiak.nativeANE.dialogs.support.PickerList; import pl.mateuszmackowiak.nativeANE.dialogs.support.iNativeDialog; import pl.mateuszmackowiak.nativeANE.events.NativeDialogEvent; import pl.mateuszmackowiak.nativeANE.events.NativeDialogListEvent; import pl.mateuszmackowiak.nativeANE.notifications.Toast; import...