Hi Everyone, I have been trying to find a way to make a project distributable for a couple of months, I am able to create an .exe file using the B4JPackager tool and Inno Setup, but for some reason I get some errors that I do not get when I run the project from within B4J, here's the thread for...
I spent quite a bit of time tracking down an error that... wasn't in my project. To prevent you from doing it too...
I had to insert many records into an Access table.
I used a transaction (BeginTransaction).
The project produced no errors, but the table was empty.
I also tried...
Hi everyone, someone of you knows if it's possible to connect to a BLE Devices that needs the PIN, and give it by code, instead of let the user insert it through a dialog?
Thanks in advance
Hi everyone,
I'm trying to download a file from a server, and I want to save it in the "Download" folder of the phone (not on an external SD or USB)
what is the right way to do it?
(I already know how to download... i need to specify only the path)
I tried with...
Hi everyone, today I experienced an issue.
My app makes some checks online when it starts. But the first time a dialog is prompted asking to the user to allow the app to go on internet.
the dialog is not blocking! so my program will still going in the background, failing the checks because it...
I am using Map (MainMap) on each line for CustomListView1 within the THSLT module. But I need to access CustomListView1 and Map (MainMap) content from the other module (ODM). As I read and understand in the forum, there is no direct access to the object. I hope the following example shows my...
Ola
Part 2
UPDATE: BANanoSQLite now available for actual sqlite db CRUD using PHP
I've been wondering if I could be able to do this as I want to distribute my app with an already existing SQLite.DB database for READONLY access. No, this is not WebSQL but a pure SQLite database.
At first I...
Hi Everyone,
I'm using this line to make sure the user has permission to get the devices location when the user first installs the app.
Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_ACCESS_FINE_LOCATION)
It calls a dialogue box asking for access to the devices location. If the...
Let's say one requests, and is granted, access to Location:
#PlistExtra:<key>NSLocationUsageDescription</key><string>Text goes here</string>
For Location, I can see that we have the event AuthorizationStatusChanged to use to check the status, which is great, because I can use that to...
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.