Hi,
guys. I need some help here.
I have a market APP that stopped working after I set the SDK target version to 29.
The line 380 where the code crashes (see below) is simply a call to the LoadLayout for my layout.
All I did was to set 29 here:
B4X:
AddManifestText(
<uses-sdk...
Hi,
guys. I need some help here.
I have a market APP that stopped working after I set the SDK target version to 29.
The line 380 where the code crashes (see below) is simply a call to the LoadLayout for my layout.
All I did was to set 29 here:
B4X:
AddManifestText(
<uses-sdk...
I'm sure it's something obvious but I can't figure out where I'm going wrong,
I'm using the tabstrip to swipe between various layouts and I wish to load data from a JSON file, I've designed the layouts and loaded them
B4X:
Sub Activity_Create(FirstTime As Boolean)...
This problem only occurs in debug mode, it works perfectly fine in Release mode.
When I try to use loadlayout, I get an error that the imageview inside my layout must first be initialised, but since this is a designer added view, it should not need initialisation, right?
Could it be a number...
I'm totally confused it's changed from a year ago.
I'm using the simple_example_B4XDrawer example. I have added a new view in the designer and called it "2".
So I have two views in the designer, 1 and 2. 1 has the simple example menu and on the other I have a button and webview.
I want to load...
I was cleaning up some designer scripts in a b4x pages app I am working on and the app suddenly stopped working.
It Fails in Main Page Page_Created on the last line shown here (Drawer.LeftPanel.LoadLayout("MainPageMenu"):
B4X:
Sub Class_Globals
.
.
.
Private Drawer As B4XDrawer
.
.
.
End...
I was cleaning up some designer scripts in a b4x pages app I am working on and the app suddenly stopped working.
It Fails in Main Page Page_Created on the last line shown here (Drawer.LeftPanel.LoadLayout("MainPageMenu"):
B4X:
Sub Class_Globals
.
.
.
Private Drawer As B4XDrawer
.
.
.
End...
Salve ragazzacci, mi sorge un problema dove da stamattina tra forum e altro non riesco a capire...
B4X:
Sub Button2_Click
Activity.LoadLayout("tabc")
TabStrip2.LoadLayout("scv1", "Abbigliamento")
Activity.LoadLayout("scv")
ScrollView1.Panel.LoadLayout("scv1")
End Sub
sò...
Hello,
I would like to stay on the "init" screen as long as the download is not complete and then display the "end" screen. With this code, there is no waiting. Thanks for your help.
B4X:
Activity.LoadLayout("init")
Dim job As HttpJob
job.Initialize("j", Me)...
How can I set the maximum scroll of a xCustomListView?, I'm trying this but it doesn't work how I want
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Dim p0 As B4XView = xui.CreatePanel("")
p0.SetLayoutAnimated(0, 0, 0, 100%x, 200%y)
Dim p1 As B4XView...
Salve a tutti, sono nuovo in questo forum e nel mondo di b4a (da un mesetto ci sono). prima di chiedere, ho cercato per vedere se risolvevo da solo ma nada ...
sto facendo un'app e vorrei nel layout principale dell'app, mettere lo scorrimento in giù.
[CODE = b4x] Sub Activity_Create (FirstTime...