B4J Question client-combined jar file needed - mcqueccu    Jul 10, 2022 Please if anyone is having client-combined-3.14.0.jar in their libraries folder should kindly send it to me. Thanks... B4J Question Send and recieve File and text messages between client and server - ArminKH    Jun 3, 2015 hi
i am so confused if is possible please help me
i want following futures:
1-send and recieve file... way
1-use jNetwork + AsyncStreamObject
2- use jWebSocketClient + jServer
i have not any problem... B4J Question FTP Server and Client - error file upload - Roberto P.    Feb 1, 2020 I made an example FTP server and client to try sending files on my local pc, but I have problems..."
StartMessageLoop
End Sub
Sub FTPServer_StateChanged
Log($"Number of clients... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer... than other clients that I've tested. The resources handling and caching is quite sophisticated... B4J Question Access denied for temp files when communicating between client and server - Erel (first post)    Jul 12, 2020   (1 reaction) BTW, don't forget to check that Job.Success is True. Don't assume that requests will not fai... Share My Creation [Project Template] Web API Server - aeric    Oct 10, 2024   (67 reactions) How to use: Copy the "Web API Client (1.05).b4xtemplate" file into B4X Additional... file) 06/09/2021 - WebAPI Client - v1.01 - - Some bugs fix and UI improvements 04/09/2021 - v1.09... SQL queries file (queries-mysql.ini and queries-sqlite.ini) Sample database auto-generated for first... use: Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional Libraries...). Save the file. 141155 In B4J project, comment the line '#AdditionalJar: sqlite-jdbc-3.39.3.0... B4J Question Trouble Reading an XML File from the client side, while Web Site is managed by a B4J Server - Christos Dorotheou (first post)    Aug 14, 2014 It can still be case sensitive. Test it again with the correct case.
OK the problem is solved. It w... B4J Question Server-Client How I get file names into listview by index? - XorAndOr (first post)    May 20, 2018 Assuming the filenames separated by CRLF you could use
Dim filenames() As String = Regex.Split(CRLF,j.getString)
ListView1.Items.Ad... Share My Creation [B4X] Malaysian e-Invoice API Client - aeric    Oct 14, 2024   (5 reactions) Version: 1.06 This is a B4X project designed to interact with the LHDN e-Invoice API, enabling users to perform various API calls such as logging in as a taxpayer system and submitting documents in XML and JSON format. The project uses B4XPages to make it simple to build cross platform apps. All Platform and e-Invoice APIs are implemented Token is now save in text file for reuse. 156918 Github: https://github.com/pyhoon/lhdn-einvoice-api-client-b4x... B4A Library [B4X] FTP Server implemented with Socket and AsyncStreams - Erel    Jul 18, 2022   (41 reactions)   tags: B4A B4J, FTP . It is an implementation of a standard FTP server. You can use standard FTP client programs to send or receive files...https://www.b4x.com/images/ftp.gif (Note that the FTP client above is not part of this solution. It only demonstrates how you can use a standard FTP client to communicate with the server.... It is a good example of using classes to handle multiple clients. The solution is made of three... on the control port (main port). It also manages the connected clients and assigns a data port for... Page: 1   2   3   4   5   6   7   |