error

  1. practicalsoft

    B4X FEED JavaFX runtime components are missing, and are required to run this application

    Hi everyone, I have installed the OpenJDK11+OpenJFX11 from the suggested link in the B4J and B4A product page. I unzipped it, I updated my paths in B4J and compiled successfully an Application. I exited B4J and tried to run the jar by double clicking on it but I see a black command prompt...
  2. practicalsoft

    B4X FEED Error while building

    I am getting the following error: No matter what I try to compile I am getting this error... Any ideas? ادامه مطلب...
  3. practicalsoft

    B4X FEED Packager Internal error

    Hi All I created a packager and included all the correct parameters as far as I can see and read on the Forum. It worked until I added the text editor on one of the screens. any advise would be appreciated . thank you B4X: #Region Project Attributes #MainFormWidth: 400...
  4. practicalsoft

    B4X FEED jRDC2 error with MySQL Server 8 - Error fetching connection

    Hello, Recently i changed my laptop to a new one and re-installed all my softwares and updated to some newer versions. I got this error from jRDC2 connecting to a MySQL database. I'm using MySQL server 8, and JConnector 8: mysql-connector-java-8.0.17.jar I already opened ports 17178 inbound and...
  5. practicalsoft

    B4X FEED Error during FTP.UploadFile

    We have been uploading files successfully with FTP for a good while. Recently, we've been running into problems occasionally. I updated the code to display the exact error to users and we've seen this error several times: "500 Illegal Port Command" (see error image attached to this post). Below...
  6. practicalsoft

    B4X FEED Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap

    Hi.. I am familier with b4a. But new bee for b4j and also for web application. I am trying to develope a web application using b4j When i try to run the project, it gives following error while compiling..... "Error occurred during initialization of VM Could not reserve enough space for 2097152KB...
  7. practicalsoft

    B4X FEED Error Message "Ein Fehler trat auf Der angegebene Schlüssel war nicht im Wörterbuch vorhanden"

    Good Morning, i have this error message for about 5 days when I open my program "Ein Fehler trat auf Der angegebene Schlüssel war nicht im Wörterbuch vorhanden". When I edit the b4a file with an editor you can see that the file is not empty. I can always save the file as normal. Does anyone...
  8. practicalsoft

    B4X FEED If then .. else ... end if

    I am doing this construct a lot of times and use it like: Code line: If x=2 then lblMessage.text = "It is an even number" return else lblMessage.text = "x is not 2" End if This construct sometimes gives me an error and sometimes not. If I have a few code lines after else, it will...
  9. practicalsoft

    B4X FEED B4X BlueTooth - error connecting B4J to B4A Chat Demo - BigEndian, LittleEndian OH My!

    Wasn't sure where to put this message since it is more of a heads up than a question. Using the new B4A BlueTooth Chat example Here I couldn't connect to B4J JBlueTooth Here after playing around I found that Two B4As connected OK but if I sent a message from B4A to B4J nothing happened -...
  10. practicalsoft

    B4X FEED GoogleMaps error while compiling

    Hello everybody, I have downloaded the library and example files from this thread https://www.b4x.com/android/forum/threads/google-maps.63930/#post-404386, I followed all the instrunctions and replaced the "xxxx" key in the Manifest with my own legal Key then tried to compile but got this error...
  11. practicalsoft

    B4X FEED [SOLVED] Suddenly Google Map error - java.lang.NullPointerException

    Hi I had one application using Google maps since yesterday was working fine. Today when I try to debug it again without doing any change on code I get the error saying like that. Any help what it means? [SOLVED] Suddenly Google Map error - java.lang.NullPointerException ادامه مطلب...
  12. م

    بیسیک فور آردوینو [tool] External Serial Connector

    PracticalSoft منبع جدیدی ارسال کرد [tool] External Serial Connector - سورس سریال کانکتور جهت ارتباط سریال در بیسیک فور آردوینو اطلاعات بیشتر در مورد این منبع...
  13. practicalsoft

    B4X FEED MakeDir not working

    I have tried to create a directory with this code: B4X: File.MakeDir(File.DirLibrary,"caches") but i get this error: B4X: Error occurred on line: 194 (b4xp_mycontent) Failed to create directory: Error Domain=NSCocoaErrorDomain Code=4 "The file “caches” doesn’t exist."...
  14. practicalsoft

    B4X FEED Error in HttpUtils2Service: java.io.FileNotFoundException: /data/user/0/myapp.package/files/1 (Quota exceeded)

    HI, All Did anyone see such error in hc_ResponseSuccess ? B4X: Sub hc_ResponseSuccess (Response As OkHttpResponse, TaskId As Int) Dim job As HttpJob = TaskIdToJob.Get(TaskId) job.Response = Response Response.GetAsynchronously("response", File.OpenOutput(TempFolder, TaskId, False)...
  15. practicalsoft

    B4X FEED B4XTable Error

    Hello Experts, due to I'm developing for the German people I like to know how to change the Hint "Search" in the search section of the table header. I know that there is another (old) thread and read it. There was an answer from Erel with a code snipped as followes...
  16. practicalsoft

    B4X FEED [SOLVED???] java.lang.NumberFormatException: empty String

    Hi All, I encountered a weird error and can't solve it, where is the number? I just want to ask whether in the map there is a key, isn't it? I renamed the variable name dbinimap, the key ("beepath"), may this is the reason of error, but not. If I delete the line if ... containskey, and read the...
  17. practicalsoft

    B4X FEED java.lang.NumberFormatException: empty String

    Hi All, I encountered a weird error and can't solve it, where is the number? I just want to ask whether in the map there is a key, isn't it? I renamed the variable name dbinimap, the key ("beepath"), may this is the reason of error, but not. If I delete the line if ... containskey, and read the...
  18. practicalsoft

    B4X FEED Run time error on starting AVD -Win 97

    Hello all, After creating the AVD "6"in_Phone_Platform_28_default", and on starting it, I get this error message. Run time error on starting AVD -Win 97 ادامه مطلب...
  19. practicalsoft

    B4X FEED [Solved] Problem running local builder

    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...
  20. practicalsoft

    B4X FEED [Solved] b4xpage error in debug mode ?

    B4J 8.50 B4XPAGES 1.05 XUI VIEWS 2.35 my app with a lot pages work perfect in release mode, (from IDE and from java -jar myapp.jar), but from ide in debug mode there is issue: B4X: Waiting for debugger to connect... Program started. Error occurred on line: 32 (b4xditta)...
عقب
بالا