bug

  1. M

    Bug? Wait For not work as in Documentation

    I use B4J Console (non-UI) project: I'm try the example from the documentation "B4X Language" about "Waiting for a resumable sub to complete": Sub Process_Globals End Sub Sub AppStart (Args() As String) Prb Log("after Prb 1") Wait For Prb_Complete Log("after Prb 2") End Sub...
  2. M

    Android Question BLE does not connect - Disconnected event triggered

    Hi everyone, I already used BLE in the past for other project without any problems, now i'm using it again after some time and nothing works :confused:. When i try to connect to a ble device it goes in timeout triggerint the Disconnected event because it couldnt connect. My ble device is a...
  3. M

    Bug? XSpeechRecognizer by MultiverseApp error occurred message - serious problem

    Hi eveyrone last year I made an app that uses XSpeechRecognizer by @Multiverse app library to detect words, infact you can see some posts of mine on the forum. However I received a report that some useres experienced a crash of the app when they start the Speech To Text. So I opened the project...
  4. D

    Android Question B4A not working properly

    I don't get it I followed the installation as instructed but the code doesn't display also I get an error when I try to create a new project I'm using a laptop windows 11 pro 64bit
  5. cklester

    B4J Question B4XTable Crashes with 8 Columns But Not With 7

    If you run the attached B4XPages project, the app will crash when you attempt to search the B4XTable. If you comment out line 30, reducing the table column count from 8 to 7, you can search just fine. No problem. I also tried with 9 and 999 rows. The number of rows does not seem to matter.
  6. C

    Bug? Inline changing upper/lower case letters of a class not possible

    Hello, My product used: B4A 11.0 To reproduce the bug: -Make a new project -Create a class, in my case a b4Xpage class. (for example "abc") -Navigate to the modules tab -Rightclick your class ("abc") -Select rename -Make one char upper or lower case, without retyping the class name. ("Abc")...
  7. M

    Android Question [B4XPages][B4X] Barcode QrCode Reader not working

    Hi everyone i followed this tutorial https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/#content. I've two Android phone. 1. Honor 8A (Android 9) 2. Meizu 5c (Android 6) On the first everything works ok, on the second the detector for the codes is not creating...
  8. SMOOTSARA

    Bug? Bug in Sdk Manager window view

    When the small window The views are drawn on top of each other When the small window The views are drawn on top of each other
  9. M

    iOS Question Height with "SetLayoutAnimated" will not be animated

    Hi i found out that if i set an Height using setlayoutanimated to increase, it works.. but if i want to decrease, that will not be animated. This is the function that i call when i click on a panel (where inside there is the green label) Sub CheckCibo(parent As B4XView, Index As Int) Dim p...
  10. rtek1000

    Bug? B4X IDEs presents BUG by maximizing

    Initial condition: - Windows 10 x64 (20H2) - Have two displays (Extended mode) - The IDE window sized to show a part on each screen Problem: - When the IDE window is maximized, a portion of the window remains on the second screen Verification: - This problem does not occur with other programs...
  11. rtek1000

    Bug? Bug in the dark theme? Logs have very dark text

  12. H

    Bug? Xml2map.map2xml supports libraries with bugs?(Xml2Map.Map2Xml 支持库的BUG?)

    The problem with XML causing the IDE to not work properly. XML files generated by the XML2map.map2XML support library can have serious problems parsing in B4X: When the "comment" node has no content, the resulting XML file is written as "<comment/>". This is not approved by the B4X compiler.Can...
  13. Ferdari

    Android Question B4A crash with Notification Window opening suddenly

    I was working in the calm night, but suddenly a wild Notification Window appeared like 10000+ times and crashed the app an my PC slowed down. Whats is this kind of BUG? @Erel is it some testing? But for my salvation the project were saved before.
  14. M

    Bug? SmartString compiler bug (?)

    Hi everyone, i was using the UDPSocket to send some packets to my server. I noticed something weird, if i try to compile my code the compiler crashes saying: Sub Button1_Click For i=0 To 100 UDPSocket1.Initialize("UDP", 0, 2048) Dim Packet As UDPPacket Dim...
  15. M

    iOS Question [SOLVED] MiniSearchView doesn't work

    Hi, i'm trying to use the minisearchview but i get this error when i use the "setitems" function: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] Thanks
  16. M

    Bug? SetLayoutAnimated doesn't work

    hi, i'm trying to animate a bit my UI but i noticed that the "SetLayoutAnimated" feature doensn't work, nothing is animated at all, the only behavior is: invisible, and then after the specified time visible in the position i wanted to be. Without any animation. pnlHomeContent.Left =...
  17. M

    Bug? xCustomListView ScrollToItem not working

    Hi, i'm trying to use the scrolltoitem function but when i call it, it doesn't show the last item totally. See how the last message isn't displayed totally
  18. M

    iOS Question CustomListView loaded layout can't be modified by code

    Hi everyone, i'm trying to adapt an example of a chat layout (android reference by @Douglas Farias) I want to change the property (width, height, position) of a panel in a customlistview (loaded with loadlayout). If I go step by step with the Debugger it seems to work, but as soon as it go on...
  19. Marcos Alves

    Bug? Convert byte code - optimized dex. Error UNEXPECTED TOP-LEVEL ERROR:

    Hello all, I opened my B4A environment today getting the erros which I described and fixed (this thread: https://www.b4x.com/android/forum/threads/error-trying-to-compile-om-google-android-datatransport-transport-api.112139/) After fixing the error, I'm now getting the follow when trying to...
  20. M

    iOS Question [SOLVED] ScrollView error with TabBarController

    Hi everyone, i'm trying to code an app structued like so: - Splash Screen where i test internet connection - Login Form - Home (With a Scroll view inside) After Login will appear Home page and then the KeyController will switched to TabBarController. Doing like so the ScrollView get blank and...
Top