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...
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.
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...
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
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 =...
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
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...
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...
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...
Hello,
I noticed that after obfuscation the gestures lib (1.20) doesn't work anymore and the gesture events aren't raised... (Android 9 / Android X SDK)
Is there some alert about this? Did anybody got the same error?
Summary: If the default DataPicker is passed date ticks for 31st December of some years earlier, then the display shows 31/12/year + 1
Reproduction Steps:
Sub dpTestDate_ValueChanged (Value As Long)
jTicks = Value
Dim OK As Boolean = Control.SomeSub(jTicks)
End Sub
Sub...
Hello all,
First, thanks for B4A I am using it since about a month and it is really nice to use.
I am currently developping a kiosk application which I test on a DOOGEE X10, which is a low cost phone running on android 6.0.
I tried to use the example given by Eren...
Hello everyone.
I put the keyValueStore class 2.20 version on my project and I don´t touch anything of it.
On B4i all worked well but during compilation in Xcode I have 4 issues in this class.
My Mac is Mac Mini 2014 running MacOS Mojave and my Xcode version is 10.1
I also have the latest...
Hello All,
I have a small code that questions the user to confirm to exit the Application and I am getting a strange error, saying that the compiler cannot parse the dialog response
B4A 7.30
The Error in the Log window is :
Error occurred on line: 1559 (Main)
java.lang.RuntimeException...
Hi i m new in B4A and i try to use date operation but it will give me wrong results???
dim dtn as long
DateTime.DateFormat = "yyyy/mm/dd"
dtn = DateTime.Now
log( datetime.date(dtn)) ' it will give for today 2018/18/31 not normally 2018/07/31?????
is it a bugg???? or i do some mistake????
Hery
I'm using B4A using RDP from my Linux box, and I'm getting weird error messages from this now and then (at least I don't think non-RDP users are seeing them).
Earlier they've been simple to ignore, they haven't really affected much. Just a strange message to close, and continue working...
Good afternoon
Every IDE and Editor we know is able to find single characters...
unfortunately, B4A does not allow this: it forces us to use at least 2 characters.
This is very annoying if one needs to search for exactly one character and because we found this bug, we really need it.
Please...
I think there's a typo in the NB6 class, found at https://www.b4x.com/android/forum/threads/nb6-notifications-builder-class-2018.91819/#content.
Public Sub Initialize (ChannelId As String, ChannelName As Object, ImportanceLevel As String) As NB6
ctxt.InitializeContext...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.