You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2019. It is now read-only.
NativeAlertDialog.showAlert("Test message", "Attention",Vector.(["OK","Cancel"]),closeAlert,false,-1);
function closeAlert(e:NativeDialogEvent):void{
var buttonPressed:String = e.index
}
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...