Just a simple trick I use to detect Windows 11 using Shell. This Sub returns True if the version is larger or equals to 22000.493
There is a known bug in JDK to detect Windows 11 version.
B4X:
Sub CheckWin11 As ResumableSub
Dim shl As Shell
shl.Initialize("shl", "cmd", Array As...
Cannot figure out what the problem is here:
B4X:
Private Sub SelectPicture As ResumableSub
LogSub("SelectPicture")
'Dim img As ImageView ' now up there in the Class_Globals -- no difference
img.Initialize("")
cc.Initialize("PhotoChoo")
cc.Show("image/*","The Title...
For B4i:
Run this JavaScript code after the page is loaded:
Sub webview_PageFinished (Success As Boolean, Url As String)
wait for (webview.EvaluateJavaScript("document.documentElement.scrollHeight")) webview_JSComplete (Success As Boolean, Result As String)
If Success Then...
Hi All,
I ma trying to use B4I with local mac builder, I have my xcode on my desktop and I have switched the path of the App to the desktop, so all is good with this part.
But when I try to run B4i it returns the error below:
B4X:
Sending data to remote compiler. Error
Out: Command line...
Dear all,
if encounter a problem with my app that I am not able to solve.
The function is as follows:
1. Download an Excel file via SMB
2. Modify the file on the Tablet (adding cells and pages)
3. Then uploading the file via SMB to the server again.
Before 1. The data to add is collected on...
Hello, i have to read image from pc camera ... For example i have a camera connected to PC on http://10.0.2.10
I must get image from this url and do OCR into B4A then store result as text to SQL DataBase
I finding some example related to this task but no success
Can you help me with some...