referencing

  1. epiCode

    Android Question Array in List

    memtable is list storing array at location Index Dim StrArr() As List = memtable.get(Index) lbheading.Text=StrArr(vheading) <-- causes java.lang.RuntimeException: Method: Get not found in: java.lang.Integer vheading is integer with value 5 however watch expression...
  2. amorosik

    Android Question How to change view colors / text on a B4XPage from code present on a code/service module?

    I have an app for Android that receives sms N.1 service module, 3 B4XPage with a command button on each When sms arrives in the service module I have to change background color, button color, button text on the requested page How to make code in the service module change these properties of any...
  3. Mashiane

    B4J Question [BANano] [SOLVED] How to include B4xlib Resources on new projects?

    Ola Scenario: My BANano b4xlib comes with resources, e.g. images, php, zip files that I will mostly use across apps I built with the library. Without having to always include the images, php, zip files again on new projects I make with the BANano B4xlib, how can I tell BANano to source the...
Top