runtime

  1. Mariano Ismael Castro

    Android Example App Icon Change at Runtime

    Since it has been asked on some occasions about how to change the icon, I decided to find out. https://www.b4x.com/android/forum/threads/how-to-change-app-icon-at-runtime.157576/ https://www.b4x.com/android/forum/threads/change-icon-at-runtime.104009/ Of course @Erel gives his opinion on the...
  2. catamitu

    Android Question Runtime connect widget to a service

    Hello! I am working to a project for creating and recalling sound profiles on my android. My question is: it is possible to "connect" a service to a widget in the moment of adding this widget to homescreen? in other words, when i add a widget to homescreen, a list of radiobuttons appear and i...
  3. carlos7000

    Android Question Change some properties of a label at runtime

    Hi. ¿How you can change the Horizontal Alignation property or change other properties of a label when the label was dynamically created? Thanks
  4. Vinians2006

    Android Question [SOLVED] Error when loading Layout

    Hello my friends, sudenly I started to get an error when entering the scanning sctivity the message is in the image, the error is in Java line. Since its is on a Java line I cant debug! The image bellow, shows the error: More information about the error: This occurs even before I load the...
  5. D

    iOS Question How to get ApplicationLabel and Version at runtime?

    Hi all, Maybe I'm being slow, but I can't seem to find any way to get the app's name and version at runtime? I.e. the values of the Project Attributes #ApplicationLabel and #Version that are set in the Main module. In B4A I would do it by calling Application.LabelName and...
  6. M

    Android Question Accesing propertie of a label created at runtime?

    Hello everybody, please apologize my english... I am doing an App, and the forum was very helpfull, but i cant figure how to do this: My app has an Scrollview, with a Panel inside, and at runtime i created some labels added to the panel (sv.panel.addview) and asigned an "event name" when...
  7. Mashiane

    B4J Library [ABMaterial] Creating ABMModalSheets at runtime: Part 3

    Ola This part of this class provides one with a helper class to get all events code linked to each of the components added to the modal sheet. This code is nicely written to the B4X log, so that one can copy and paste it to their pages code. This is meant to simplyfy the coding process. When...
  8. Mashiane

    B4J Library [ABMaterial] Creating ABMModalSheets at runtime: Part 2

    Ola The first post about this topic just touched the tip of the iceberg about this. I realize that I have more challenges that I need to address and I can only do justice to this if I try to cover most of the components that could be used for input. These are.. 1. Email - check 2. Website -...
  9. Mashiane

    B4J Library [ABMaterial] Creating ABMModalSheets at runtime

    Ola Well, I'm rather exited... been wanting to do this eversince I started learning ABM. At times you just need a simple modal without the heavy load of actually building in in code. Let it rather be created at runtime and you can get/set content to it. 1. Click a button 2. Build and modal...
Top