Hi,
I'd like to convert a VBScript app that I wrote, which imports a tab-delimited file into Excel, and performs all sorts of formatting functions.
I used the B4J Excel library - forgot what it was called - sometime back. No problem with that.
My question is how should I approach the...
Hello,
Some strange is happening, I can't figure out what, it must be something very small or it is a bug.
I have a few buttons,which are to do something else, but I misuse them for now to figure something out.
Strange thing is that I get errors depending on who knows what. I'm just testing...
Hello,
I have 1 jRDC.jar running on linux as server. Work ok with B4A test app.
I did not understand the description for using 1 server for 2 database. I looked for similar other questions in forum.
Then I use same jRDC for 2nd DB but changed this line in Main sub appstart to...
Note: I'm brand new to B4X and Java
I'm starting simple... downloaded, installed, launched, and setup B4J.exe (with B4X OpenJDK)... and chose a [New][Server] project.
The only two changes I made:
#PackagerProperty: ExeName = B4JServerTest
'srvr.Port = 51042
srvr.Port = 80
Everything...
Hello!
I'm gettin this error but i have no clue of what's happening because it works good for days before happen.
I suspect that is caused by a request that I make inside a handler but I'm not sure.
java.lang.RuntimeException: java.lang.InterruptedException
at...
Hey all!
Please note this is NOT an ABMaterial issue!
I have two systems running on a VPS. One is an ABMaterial app which uses the ABFileManager system and another is a light weight B4J webapp. The two systems need to share data (images) so I have set up a folder that both systems can access...
Hello, a customer tells me: "I have a fingerprint reader that only comes with an .ocx library and I want to use it".
With B4A and mainly with B4J can I make use of the library? How?
Thank you.
The question that has been on my mind is whether Earl Uzil developed b4a and b4i with b4j? ??
If so, what is b4j developed with??
Didn't the server write the same site with b4j???
Really, why is the b4a tag not so popular in StackOver Flow and it can not be used in posts??
hi all, i want to add some pane to scroll view, but i can't find any Programming command like "addview".
for example:
Dim sc As ScrollView
sc.Initialize("")
sc.Panel.AddView(...)
I have a (legacy) solution written several years ago in VB.net which is an SMTP server. Part of the solution includes responding to the STARTTLS command which effectively converts the active client socket from plain to SSL.
I'm looking to convert this to B4J, and have created a very simple...
I was making the switch from Java 8 to Java 11 and wanted to use the 'Integrated B4JPackager11' as explained by @Erel in https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/. Nice, but too much work for a lazy guy like me as...
I have a jserver webserver.
The b4j program that wraps(?) this
will now also need to make http requests
of its own based on what is in a database.
What is the best way to set that up that won't interfere
with it listening for incoming requests.
I was thinking of a timer whose tick event made a...
How does one license B4J Desktop Applications with a license key for a duration of maybe 1 year, and how do I implement a trial license for say 3 months?
If you have done something in that regards, kindly share. Thank you
I am using mysql-connector-java-5.1.48-bin [B4J 8.90] to connect to a remote MySQL instance.
I am using the REPLACE INTO command to update a table which works fine.
I currently do this using
Dim queryString As String = $"REPLACE INTO active VALUES...
Hello,
We developed and copied a web application, with b4j and hosted it in a web server (VPS, Ubuntu Linux server 20.04). It works fine with the ipaddress mode (http://ipaddress:port). Now we want to access this site with a domain name (eg. http://www.mysite.com).
1. For this what...
Hi all,
Used to make a lottery in Telegram.
You can expand the UI of this app and use it like TV lotteries.
for example: (Be sure to watch the clip)
this zip file has a Source code.
Please like this post to increase my motivation. :)
You can subscribe to my Telegram channel to use my text and...
Hi everyone, i always used Firebase to send notification to the apps...
i didn't know what i'm doing different, but i can't manage it to work.
What i did:
Created App ID on Apple Dashboard
Created Push notification SSL production certifcate
Put it in the b4ikeys folder
Created the AdHoc...
Hi, I want to copy a file with b4j from/to a NAS storage where user and password are required to access.
I tried this little program from the tutorial:
Sub Process_Globals
Dim SMB1 As SMB
End Sub
Sub Globals
End Sub
Sub Activity_Create(FirstTime As Boolean)
Log ("Hello")
' If...
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.