NativeDialogs icon indicating copy to clipboard operation
NativeDialogs copied to clipboard

NativePicker iOS7 BG

Open fzuleta opened this issue 12 years ago • 14 comments

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.<PickerList>([pickerlist1]); picker.addEventListener(NativeDialogEvent.CLOSED,readAllSelectedValuesFromPickers); picker.show();

fzuleta avatar Nov 11 '13 12:11 fzuleta

Same thing for me!

enzorman avatar Nov 27 '13 16:11 enzorman

For me too....

christalys avatar Dec 02 '13 16:12 christalys

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

esdebon avatar Dec 02 '13 17:12 esdebon

Yes, i'm using AIR 3.9

enzorman avatar Dec 02 '13 17:12 enzorman

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

christalys avatar Dec 03 '13 09:12 christalys

Same result with AIR 4.0 beta

christalys avatar Dec 03 '13 13:12 christalys

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

thaneros avatar Dec 04 '13 01:12 thaneros

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

christalys avatar Jan 29 '14 14:01 christalys

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

jfreeney avatar Feb 03 '14 20:02 jfreeney

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

esdebon avatar Feb 05 '14 22:02 esdebon

Also experiencing this issue with AIR4.0 on iOS7

Has anyone been able to fix it?

johnstejskal avatar Mar 31 '14 01:03 johnstejskal

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

esdebon avatar Apr 03 '14 05:04 esdebon

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

wafj999 avatar Apr 11 '14 03:04 wafj999

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

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

niwauu avatar May 15 '14 13:05 niwauu