I needed one hour to find out, what is the reason for a strange behavior in my code. Now I think I can prove that this is a bug:
I use the Scrollview to offer a variing number of objects. Of course the Innerheight() of the Scrollview should exactly fit the object. So I change...
I have a TabStrip with 3 tabs, each tab has it´s own CLV, the first panel of the CLV has a B4XFloatTextField.
When I click over the B4XFloatTextField, the keyboard appears (which I use to filter the CLV). When I click on a panel of the CLV (to see master/detail info), although I request...
Hi, I couldnt get this to work. I need a panel that can be slided vertically, and goes to a max top of 60%y for example. The following image shows what I need. The Panel that slides vertically is the blue one which says Transactions.
I tried to implement it with the Panel_Touch event with no...
What is the best practice in B4A when making multiple Activities / Panels (vb6 frames and panels) in a single Activity?
IE: Where multiple tasks and data can be showed an manipulated in a vb6 form on a panel or frame. For example a form may have 4 frames one with data manipulation properties...
Hello, i am trying to do an effect in a panel. This panel is inside a customlistview, my effect it's not good, when i apply the SetLayoutAnimated in the end the other views inside this panel change their positions and i did not get how to fix it.
Could someone help me with this?
Thank you...
Hola un saludo de ante mano.
Quisiera saber si alguien me puede ayudar de como usar el el evento touch de un panel para cuando con el debo lo arrastre de derecha a izquierda y se cambie a otro panel.
Un saludo quedo atento a cualquier ayuda gracias.
ادامه مطلب...
Hola un saludo de ante mano.
Quisiera saber si alguien me puede ayudar de como usar el el evento touch de un panel para cuando con el debo lo arrastre de derecha a izquierda y se cambie a otro panel.
Un saludo quedo atento a cualquier ayuda gracias.
ادامه مطلب...
ایجاد یک اسکرول ویو و خواندن تصویر از دیتا بیس در اندرویدمثل اینستا گرام
If File.Exists(File.DirInternal, "mymobail")=False Then
File.Copy(File.DirAssets,"mymobail",File.DirInternal,"mymobail")
End If
Dim SQL1 As SQL
SQL1.Initialize(File.DirInternal, "mymobail", True)...