NativeDialogs
NativeDialogs copied to clipboard
Adobe Air Native Extension for mobile native dialogs (IOS,Andoid) - Toast, Text Input dialog, Progress dialog, Alert dialog, multi single choice dialog + DatePicker dialog
Hi! I have a problem with NativePickerDialog on Android 2.3.3 (Samsung Galaxy S GT-I9000). NativePickerDialog not displayed at all, AS3 does not report any errors but adb logcat shows the...
- Rebuilt ANE and updated xcode project to support x64 bit. - Air version numbers brought up to 16.0
I am reffering to the new version included in google apps for a while. you can find it in google calendar and it looks great. It would be awesome if...
Hi, I was looking into why your ANE context wasn't being found when working for android and I think it seems your ant script isn't building the jar files correctly.....
How to add 2 functions on the native alert?? In your sample, you just put 1 function. In case, I would like to add 2 different functions on my "OK-Cancel"...
All dialogs in constrained landscape mode is upside down on ipad air (7.1)
I tried to use the the function: setIs24HourView(true); but it seems it is not supported.
I use the ane (https://github.com/esdebon/NativeDialogs/releases/download/1.0/NativeDialogs.zip), but my date picker bac  kground is transparent. Don't know what is going wrong
Sorry for my English. I compiled ANE and use it in Flash PRO CC. 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;...
The TimeAndDatePicker can now detect the orientation and correctly set the layout (horizontal or vertical).