In a B4XPages project I have a page with the following code:
Sub Class_Globals
Private btnSourceOfDataTypes As B4XView
Private chkFilterSQL As CheckBox
End Sub
Sub btnSourceOfDataTypes_Click()
Enums.bDataTypesFromSysColumns = Enums.bDataTypesFromSysColumns = False
If...
Hey there,
can you tell me what causes this B4A snippet to throw an exception in B4i? Is it just not compatible with XUI? I don´t get it.
Public Sub PrepareTransition_RadiusIn (Xui As XUI, RootWidth As Float, RootHeight As Float, CurrentPageRoot As B4XView, NewPageRoot As B4XView) As...
Hi Guys
I have a problem with some old code that now throws an error when compiled using the latest version of B4i v7.50 but only on a devices running iOS14.6 - OK on a device running iOS 12.5.4. The same code is cross platform and runs OK on Android devices.
B4i forms designer has a ImageView...
Hi everyone.
I'm trying to use these fonts (attached), i put this in "#Region Project Attributes"
#AppFont: futuralt-bold.ttf
#AppFont: futuralt-book.ttf
#AppFont: futuralt-bookoblique.ttf
i put the .ttf in the Special folder, and did like so:
lblTitleLastOps.Font =...
Hi there
I wrote this code some months ago and I'm sure it was working back then. Something must have changed because now it crashes at the line pg.RootPanel.LoadLayout. It says 'Object was not initialized (UIView)' but what object?
Sub Show(date As String)
DateTime.DateFormat =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.