main

  1. carlos7000

    Spanish Como volver a B4XMainPage? [Solucionado]

    Sé, que para cargar una pagina de B4XPages empleo un código como este B4XPages.ShowPage("Pagina 2") pero cuando estoy en otra pagina, como hago para mostrar B4XMainPage? si ejecuto por ejemplo esto Private Sub ButtonGuardarYVolver_Click GuardaData B4XPages.ShowPage("B4XMainPage")...
  2. P

    Spanish Como reiniciar un Activity desde el mismo Activity

    Hola Foro, y según sea Buen Día, Buena tarde o buena noche.... He aquí mi primer post y mi primera duda.... Hay forma de Reiniciar un Activity Main desde el mismo Activity main, y dejarlo como nuevo? Estoy practicando con una calculadora básica, sin utilizar los edittext clásicos de todos los...
  3. M

    Android Question Android ugly glitches (White screen before loading layout and more)

    Hi everyone, i'm completing an app, but i really wish to solve those problems that i always had in these years using B4A. Glitch 1: I'm in Activity "A", i press a button to go to Activity "B". Before showing the Activity "B" layout there is this ugly white screen in between, and then the layout...
  4. M

    Android Question App in pause, when resumed go to MAIN activity instead of the current activity

    Hi everyone, i've an app with the Main activity used as Login form. When i user log in i wrote: StartActivity("Home") But if the user put the app in background and then opens it up from the homescreen (not from the recent apps) starts the Main activity instead of the Home activity (that is the...
  5. LWGShane

    Bug? Do properties in "Main" work? [Answer: No - By design]

    From another class: Trying to set the "Status" property that's in the "Main" class - even with a lowercase "set" the Intellisense still displays the full name.
  6. wizard699

    Android Question Error Orientation with ANDROID 8 Api 26

    On some smartphone wit API 26 and Android 8, the app close reporting in log this error Caused by java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation android.app.Activity.onCreate (Activity.java:1038) in.raguso.educom.main.onCreate (main.java:33)...
Top