I have a test application: a window with a button and a webview.
I click on the buttom to browse an url (https:)
It works with project-compile and execute.
In "build a standalone project" b4j 8.50 creates successfully the .exe but the webview can't load the page (firewall disabled)
I use...
Hi all,
I'm try to manage a display problem about a B4X View used as label for a description text (see attached image "app_screenshot").
A POSSIBLE SOLUTION
A cool solution that I found is (XUI Scrolling Label by @Erel).
B4A Library - [B4X] [XUI] Scrolling Label
A custom view with a label...
Hi all,
I'm new in B4XPages and I wish to use the B4XLoadingIndicator as @Erel Tutorial (https://bit.ly/39tXhIA).
Within this tutorial there is a piece of code that should defined within the "Sub Activity_Resume".
B4X:
Sub Activity_Resume
For Each v As View In Activity.GetAllViewsRecursive...
I was missing a cross platform, animated gif view, so created one.
Usage is simple:
Add with the visual designer and call SetGif to set the gif file.
Note that in B4A you also need to make a call from Activity_Resume:
B4X:
Sub Activity_Resume
B4XGifView1.Activity_Resume...