mateuszmackowiak / NativeDialogs

Adobe Air Native Extension for mobile native dialogs (IOS,Andoid) - Toast, Text Input dialog, Progress dialog, Alert dialog, multi single choice dialog + DatePicker dialog
147 stars 61 forks source link

NativePicker iOS7 BG #43

Open fzuleta opened 10 years ago

fzuleta commented 10 years ago

HI, thanks for the awesome work!

there doesnt seem to be a BG on the picker list on iOS7, or maybe I'm doing something wrong?

cosito var picker:NativePickerDialog = new NativePickerDialog(); var pickerlist1:PickerList = new PickerList(country_Array,index); pickerlist1.addEventListener(NativeDialogListEvent.LIST_CHANGE,readSelectedValuesFromPickerList); picker.dataProvider = Vector.([pickerlist1]); picker.addEventListener(NativeDialogEvent.CLOSED,readAllSelectedValuesFromPickers); picker.show();

enzorman commented 10 years ago

Same thing for me!

christalys commented 10 years ago

For me too....

esdebon commented 10 years ago

Are you using AIR 3.9?, try use AIR 3.8

There are some problems with this version

Look this link: https://github.com/mateuszmackowiak/NativeDialogs/issues/41

enzorman commented 10 years ago

Yes, i'm using AIR 3.9

christalys commented 10 years ago

I use Air 3.9. Air 3.8 dont work well with IOS7 :/

christalys commented 10 years ago

Same result with AIR 4.0 beta

thaneros commented 10 years ago

But did someone file a bug in Adobe bug base ? I did not find one.

christalys commented 10 years ago

Its not look to be a AIR bug. Same result with the last version of air SDK optimized for IOS 7

jfreeney commented 10 years ago

in the simulator it works on iphone just not on ipad? Air4.0 IOS7

esdebon commented 10 years ago

Someone already attempts to recompile the ANE" in xCode 5?

johnstejskal commented 10 years ago

Also experiencing this issue with AIR4.0 on iOS7

Has anyone been able to fix it?

esdebon commented 10 years ago

I was fixed a problem with the datepicker, maybe your problem is corrected too, try:

https://github.com/esdebon/NativeDialogs/releases/download/1.0/NativeDialogs.zip

wafj999 commented 10 years ago

@esdebon I use the ane that you provide the latest, but my date picker background is transparent. Don't know what is going wrong

niwauu commented 10 years ago

I get a no-tranparent picker dialog with setting picker title.

var picker:NativePickerDialog = new NativePickerDialog(); picker.title = "PickerDialog";