B4A Question Q about net.sourceforge.jtds.jdbc.Driver MSSQL - aeric (first post) Jul 28, 2023 (1 reaction)I think you better post the actual code of a small project.
link: RunOnMainThread("error_do2",Array As String("1e " & LastException.Message))
End Try
Try
JL.Add(Item1)
link: Hello,
I would like to ask why the query operations with this driver cause NetworkOnMainThread exceptions.
I have already tried calling subs from the
B4i Question Multiplayer game (Net) - Erel (first post) Jan 25, 2015 (1 reaction)You need to run an online server. You can use iWebSocket library together with B4J WebSocket server to implement it.
link: thanx erel, i will take a look at it...
link: what would be the easiest way to make a simple multiplayer game? (like XO where everybody play in his turn)
what do i need for that??
thanks
B4A Question net.hostname with reflector - energeticaserranopolis May 05, 2015Hello, I found this code that returns the net.hostname. I need to adapt it for use with B4a.
Can anyone help me?
Public static String getHostName(String defValue) {
Try {
Method getString = Build.class.getDeclaredMethod("getString", String.class);
getString.setAccessible(True);
link: Hi Erel, hi all
...and how can I set net.hostname by reflector or javaobject? Thank you.
link: Dim r As Reflector
Log(r.RunStaticMethod("android.os.Build", "getString", Array("net.hostname"), Array As String("java.lang.String")))
Wish B4A Version For Mac - techknight (first post) Oct 11, 2016Appears now that .NET is released on the Macintosh about a year ago with limitations which I am sure will be fixed over time. So its viable.
B4A Question The simple inclusion of the 'Net' Library causes malware detection - Almora (first post) Feb 12, 2023this is found on Huawei devices. actually it is not a virus. it is found in some users.
https://www.b4x.com/android/forum/threads/evo‐gen-virus.136189/#post-863397
link: Thanks. Yes, I could contact Avast and report it as a false positive, but another av app "Defsquid" (fireos) also reports it as a virus.
So, I could
link: Because my app only gets flagged as malware simply with the lib being included in it, it is making me think that this particular virus signature is be
B4A Question Net (Ftp) How to call useful functions inside the java source - Erel (first post) Feb 15, 2021Moved to the questions forum.
link: I've seen the source of the Net library (overall for ftp), inside there are a lot of useful functions not wrapped by Net B4A lib.
It's possible to ca
link: Theoretically you (or at least I) could use the Reflection library to pick up the 'client' field from an FTPWrapper instance and play with it using Re
B4A Library New Net library - Android FTP, SMTP and POP3 - Erel Feb 14, 2021 (21 reactions)The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both regular connections and SSL connections are supported.
SMTP - Allows to directly connect to SMTP mail servers and send mails, including Html messages and attachments.
POP3 - Allows to directly connect
link: Delete Net.jar from both the internal libraries folder and the additional libraries folder and copy it again.
link: the net.zip file is damaged
link: WHEN I use the net library v 1.53, there is no error in the compilation of the program, but in execution it crashes.
can you help me
Tablet Samsung 10
B4A Question net.sqlcipher.database.SQLiteException: file is not a database - Erel (first post) Mar 21, 2023What is the value of: Main.percorso_db ?
link: Starter.rp.GetSafeDirDefaultExternal("");
(i always use this configuration)
rp is RuntimePermissions
link: Hi, after updating to Android 13 a receive this message into my app where i use sqlchiper database.
net.sqlcipher.database.SQLiteException: file is n
B4A Question where can I find net.lib 1.7 or greater - Patrick Fahey Nov 29, 2017I can't find the net.lib greater than 1.62
link: I'm a little obtuse but
I have downloaded the lib listed in the thread several times and have installed it and all I get is version 1.62.
I'm sorry
link: You already get told where to find the lib in the other thread! Why not using the Search you got and try the first Search-Result?
HERE
Make sure to
link: Make sure that there are no older copies in the internal libraries folder.
A net.jar and net.xml should be inside additional libs folder. The ones yo
B4A Question Disable net::errors on webview - goleleila Dec 03, 2022Hi
How can i disable toasmessage that shows net::errors on webview?
Such as:
net::ERR_SSL_PROTOCOL_ERROR
net::ERR_FILE_NOT_FOUND
net::ERR_NAME_NOT_RESOLVED
AND ....
link: You need to use WebViewExtras and handle the ReceivedError event: https://www.b4x.-detect-page-not-found.29764/#post-214624
Page: 1
2
3
4
5
6
7
Powered by ColBERT