error

  1. DactilPlus

    Android Question Error when I use RuntimePermissions

    I have a app, running one year ago, but now I put targetSDKversion to 26. Now I need get permision for location (access_fine_location) with RuntimePermissions, but when I use this library it gives me this error with a lot of gmaps functions. objects Latlng, camperaposition ... B4A Versión...
  2. Edson Freire

    Java Question SLC: "package ... does not exist"

    Hello, I trying to compile a library with SLC but I got this error and these files actually exists. Can anyone help me?
  3. Mikel Huerta

    Spanish Problema con Cursores que estan enlazados

    Amigos del foro , por favor una ayuda con esto que de plano o es el sueño o el cansancio o soy muy tonto. Tengo tres variables Cursor : dim C1, C2, C3 as Cursor , abajo en alguna sub tengo : Sub Funcion1 C1=C2 end sub y luego en otra tengo Sub Funcion2 C3=C2 End sub Lo que me pasa es...
  4. A

    Android Question Error opening Designer

    I have spend a long time designing 2 bal files and after the last save, i can not open either one of them. it gives an error (in dutch, so I do not know exactly in english and there is no error number: The index is outside of the range... Is there a way to open a *.bal file?? (like a designer...
  5. M

    B4J Question Strange issue with serial port

    Hi everyone , i have a a program that connect with a scales weight, i have no problem doing the conexion, the problem is when the scale is off, but conected , the serial recognize the port but when i try to connect with it and send the comand to obtain the weight i have to posible respons: 1.-...
  6. A

    Android Question Auto Start Voice Recognition after error

    Hi (This is another question I wanted to ask in another thread) Hi I want to automatically restart the Voice Recognition Service(https://www.b4x.com/android/forum/threads/voice-recognition-example.7317/#content), in case of the user didn't say anything(and then the VR is stopping...
  7. A

    Android Question app crashed (using class-contactsutils provides read write access to the stored contacts)

    Hi Erel, I tried to use the library you uploaded: https://www.b4x.com/android/forum/threads/class-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/ this is my code(activity_create): If FirstTime Then Activity.LoadLayout("MAIN") cu.Initialize End If...
  8. A

    Android Question Error while running the app

    Hi I runned my app on realise mode and I this message error has shown up: B4A Version: 8.00 Code analyzer. Error The specified argument is outside the range of valid values. Parameter name: index I tried to run the app without some subs, to find where is the problem, but I didnt find...
  9. Waldemar Lima

    Android Question Problem with GmapsLib [official ] With NetworkLib [ Official ]

    hi everyone ! i am creating a application using Gmaps Library [ Official ] working with Network Library [ Official ] but this application bellow sometimes it works and sometimes it does not work . what i am doing wrong ? someone can help me please ? Project size : 7MB Link to download ...
  10. M

    B4J Question B4J Packager problem

    im using the B4J Packager but i have a problem. I made a program that connects to the serial port, once open it writes and reads the serial port, at compiling the program as jar works perfect but when compiling as installer an tries to connect to the serial port it closes without any visible...
  11. universengo

    Android Question Auto Scale Scrollview Error

    Hello Everyone! I'm a newbie B4A. Please help me. I Create a lay out with two labels and one Scrollview. Two labels have the same height (40dip). I set one at the top and the last one at the bottom. The scrollview is middle of two labels. I use script general code as below: 'All variants script...
  12. D

    iOS Question Profile Error

    Hi All. Check dependencies Code Signing Error: No certificate matching 'iPhone' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning. Code Signing Error: Code signing is required for product...
  13. rleiman

    Android Question error "current module does not support adding members"

    Hi Everyone, After adding a custom view I get the following errors when trying to add a member using the "Generate" menu item. Why? I thought we are allowed to add them to custom views. Do I need to set something? This is happening to all custom views I try to add a member to. The attached...
  14. Lucas Eduardo

    Android Question Exoplayer HTTPS

    How can i play https video in exoplayer? Because when i try to play in VLC PC, for example, It ask me to accept the certificate. Is there a way to do this in exoplayer? I get the following error Error: com.google.android.exoplayer2.upstream.HttpDataSource$HttpDataSourceException: Unable to...
  15. Sandman

    Android Question [SOLVED] Strange error when compiling obfuscated

    My app works nicely both in debug and release, but now that I'm ready to publish it I tried compiling obfuscated. This didn't work at all, instead I got this error: B4A Version: 7.30 Parsing code. Error Error parsing program. Error description: Unexpected variable name: _data_from Error...
  16. Patent

    B4J Question fatal error in jfxwebkit.dll ???

    Dear community, i am dealing with a really standard webview in a b4j splitpane, nothing special at all. (loaded site is youtube.com, but i think that did not matter, no video playing, just browsing through..) from time to time i am getting a fatal error of the jvm. i cant reproduce it, but i...
  17. Kenny Ali

    Android Question Access denied to the path

    Hi, I'm using B4A-Bridge and today out of nowhere I got this error. B4A Version: 7.80 Parseando code. (0.01s) Compiling Error code Access denied to the path 'C: \ Users \ ***** \ Desktop \ Personal \ Project1BA \ Objects \ bin \ classes'. Does anyone have any idea what it could be?
  18. hatzisn

    Android Question Trust anchor for certification path not found.

    Hi everybody, I am facing a problem with accessing a site in Android device and emulator. I get the following error: javax.net.ssl.SSLHandshakeException:java.security.cert.CertPathValidatorException:Trust anchor for certification path not found. I use the OkHttp and OkHttpUtils2 libraries...
  19. M

    Android Question Error verifying keystore file

    Hi, first please apologize my english. About 2014 i used B4A (the old version) and generated a key file using it, and save the password in a txt file to prevent forget it... Yesterday i installed the new version of B4A (really nice), the 6.50 version. It works fine, i configured paths and...
Top