Buenas tardes.
Siguiendo este ejemple de Erel sobre el uso de los Custom List Vuew desplegables...
B4A Library - [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items
This class replaces the custom CustomListView module...
Buenas tardes.
Siguiendo este ejemple de Erel sobre el uso de los Custom List Vuew desplegables...
B4A Library - [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items
This class replaces the custom CustomListView module...
Hi,
I have an app that need to have the ability to let the customer to sign on it.
so i am using the GestureDetector lib.
I create the GestureDetector on a label wich the customer need to sign on it.
the problem is that the label is on a scrollview so when i am trying to sign on the label,
the...
Hi all,
I'm try to manage a display problem about a B4X View used as label for a description text (see attached image "app_screenshot").
A POSSIBLE SOLUTION
A cool solution that I found is (XUI Scrolling Label by @Erel).
B4A Library - [B4X] [XUI] Scrolling Label
A custom view with a label...
I'm converting my b4a app in b4i. I have a line where I use GestureDetector for activate a LongPress event. Now I need to convert this method in b4i. but b4i don't have it. I have a Scrollview that include any line of Label. If longclick on this label I have to run a functions.
What is the right...
Hi
Found a strange bug when using GradientDrawable.
Wrinting an app that will use color themes.
1. Test Label 1 and 3 has color from code, test label 2 has fixed colors
2. Run the app.
3. Press POPUP
4. Just touch the textbox and watch what happens with the test label.
5. Close popup and press...
Buenas gente : estoy pasando los valores de una tabla cuando el usuario lo selecciona y los pongo en los label pero en campo precio
me quita la coma y quiero mostrarlo con el simbolo $ como en el ejemplo de las imagenes
B4X:
FuncionesTablas.B4xSetColumnAlignment(B4XTable1,"Código"...
Buenas gente : estoy pasando los valores de una tabla cuando el usuario lo selecciona y los pongo en los label pero en campo precio
me quita la coma y quiero mostrarlo con el simbolo $ como en el ejemplo de las imagenes
B4X:
FuncionesTablas.B4xSetColumnAlignment(B4XTable1,"Código"...
I have turned on the ability to select text on a label like this:
B4X:
Dim jo As JavaObject = Label
jo.RunMethod("setTextIsSelectable", Array As Object(True))
And using this method, I have created my custom-context-menu-for-text-selection :
Android Tutorial - Custom Context Menu for Text...
I use this code and it works in most cases for an xCLV items:
B4X:
lbldoctor.Color=Rnd(xui.Color_Black, xui.Color_White)
lbldoctor.textColor=Rnd(xui.Color_Black, xui.Color_White)
What is the best way to insure that there is always a contrast between the label color and its text color, so the...
Hello..Hope everyone safe in these trying times:)
I am kind of stuck with this animation issue. I have an arrow representing wind as fontawesome in a label. The arrow changes direction as per a user choice as follows:
B4X:
setRotation(label,spn.SelectedItem)
B4X:
Sub setRotation(v As View...