Here is a very brief bxml reproduces the error I got
importPackage(org.apache.pivot.wtk);
importClass(java.lang.System);
function buttonPressed(button) {
p1.open(button.getWindow(), new
SheetStateListener.Adapter(){
function sheetClosed(s){
System.out.println("Sheet closed");
}
});
}
The error I got was
javax.script.ScriptException:
sun.org.mozilla.javascript.internal.EvaluatorException: invalid property id
(#6) in at line number 6
--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/Alert-opened-and-the-rest-of-code-keep-going-tp2841188p2845428.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.