load layout

  1. Z

    Italian dal frmSchermata.Show di VB6 al (BOH??) di B4A

    Salve di nuovo. Mi sto incartando sulle basi. Con VB6 creavo varie form, ad esempio frmMain per il programma principale, frmSetup per la schermata con il setup, e da codice con un semplice frmMain.show o frmSetup.show portavo in primo piano l'una o l'altra schermata. Ora in B4A, ho un modulo...
  2. saeed10051

    Android Question How to load a second layout properly

    I have created 2 layouts namely 1 and 2 in B4A and there is a button on my first layout which when i click i run following code Activity.loadlayout("2") on running it the second layout loads but the problem is that the first layout also remains in the background and some of the buttons and views...
Top