errors

  1. IndieDev

    Android Question [SOLVED] Out of Memory error trying to load a large CSV file

    Hi, I'm trying to load a CSV file from: https://data.covid19india.org/csv/latest/districts.csv Dim j As HttpJob j.Initialize("", Me) j.Download("https://data.covid19india.org/csv/latest/districts.csv") Wait For (j) JobDone(j As HttpJob) If j.Success Then...
  2. palpedrinha

    Wish View (... or not!) color indicators (warnings, errors, ..)

    Hi All, This is a feature request that I think that would be very usefull for all. I hoppe :) The ideia is to allow the user to decide wish color indicators that will be available in the scroll bar of code area. For a better understanding of the request I made some printout (worked image)...
  3. XbNnX_507

    B4J Question JRDC2 Error Messages

    Waiting for debugger to connect... Program started. 2018-04-08 18:11:13.605:INFO::main: Logging initialized @558ms to org.eclipse.jetty.util.log.StdErrLog Apr 08, 2018 6:11:13 PM com.mchange.v2.log.MLog INFO: MLog clients using java 1.4+ standard logging. Apr 08, 2018 6:11:13 PM...
  4. SMOOTSARA

    Android Question Release(obfuscated) errors

    Hello My program works (RUN) in the ِDebug mode and the Release mode correctly. But in the Release(obfuscated) case, an error occurs May you help me on this topic. B4A Version : 7.80 Thank you.
Top