Skip to content
This repository was archived by the owner on Aug 9, 2019. It is now read-only.

AlertDialog isn't show Android 4.4 #53

Open
visahouse opened this issue Jun 25, 2014 · 0 comments
Open

AlertDialog isn't show Android 4.4 #53

visahouse opened this issue Jun 25, 2014 · 0 comments

Comments

@visahouse
Copy link

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;
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;

NativeAlertDialog.showAlert("Test message", "Attention",Vector.(["OK","Cancel"]),closeAlert,false,-1);
function closeAlert(e:NativeDialogEvent):void{
var buttonPressed:String = e.index
}

and nothing..... no Errros... no Dialogs...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant