ba.log

  1. Mashiane

    Share My Creation [BANano] WebSites, WebApps, Frameworks Created with BANano

    This will feature some websites & webapps created with BANano We have liftoff...;) Public Website: http://www.amitekbc.co.za Update: Added Online Application Module for registration...
  2. Mashiane

    B4J Question [BANano]: [SOLVED] How to exit a loop from a select case?

    Hi there I'm running a loop however it does not exit the loop when the condition is met. I'm looping through a list of items using a for loop and using Exit to exit the loop inside a case statement, it however runs and runs all the toasts. Line 145 below. // [120] Sub ProcessCode()...
  3. asales

    Android Question BA.Log don't work in inline java code

    I'm trying to use this code to see the log in the java code: #if Java public static class MyAdListener extends com.google.android.gms.ads.AdListener { String eventName = "nativead"; BA.Log(eventName); @Override public void onAdClosed() {...
Top