예제 #1
0
 public static String _ivoke_click() throws Exception {
   try {
     Debug.PushSubsStack(
         "ivOke_Click (register) ", "register", 3, mostCurrent.activityBA, mostCurrent, 74);
     anywheresoftware.b4a.phone.Phone.PhoneIntents _p = null;
     BA.debugLineNum = 74;
     BA.debugLine = "Sub ivOke_Click";
     Debug.ShouldStop(512);
     BA.debugLineNum = 75;
     BA.debugLine = "Dim p As PhoneIntents";
     Debug.ShouldStop(1024);
     _p = new anywheresoftware.b4a.phone.Phone.PhoneIntents();
     Debug.locals.put("p", _p);
     BA.debugLineNum = 77;
     BA.debugLine = "StartActivity(p.OpenBrowser(\"http://www.okezone.com/\"))";
     Debug.ShouldStop(4096);
     anywheresoftware.b4a.keywords.Common.StartActivity(
         mostCurrent.activityBA, (Object) (_p.OpenBrowser("http://www.okezone.com/")));
     BA.debugLineNum = 79;
     BA.debugLine = "Return";
     Debug.ShouldStop(16384);
     if (true) return "";
     BA.debugLineNum = 80;
     BA.debugLine = "End Sub";
     Debug.ShouldStop(32768);
     return "";
   } catch (Exception e) {
     Debug.ErrorCaught(e);
     throw e;
   } finally {
     Debug.PopSubsStack();
   }
 }
예제 #2
0
 public static String _lbllogin_click() throws Exception {
   try {
     Debug.PushSubsStack(
         "lblLogin_Click (register) ", "register", 3, mostCurrent.activityBA, mostCurrent, 159);
     BA.debugLineNum = 159;
     BA.debugLine = "Sub lblLogin_Click";
     Debug.ShouldStop(1073741824);
     BA.debugLineNum = 160;
     BA.debugLine = "StartActivity(\"Login\")";
     Debug.ShouldStop(-2147483648);
     anywheresoftware.b4a.keywords.Common.StartActivity(
         mostCurrent.activityBA, (Object) ("Login"));
     BA.debugLineNum = 161;
     BA.debugLine = "End Sub";
     Debug.ShouldStop(1);
     return "";
   } catch (Exception e) {
     Debug.ErrorCaught(e);
     throw e;
   } finally {
     Debug.PopSubsStack();
   }
 }