B4i Library [Class] B4i-CustomViews

fishwolf

Well-Known Member
Licensed User
Longtime User
Great, Thanks !!!

with ipad 2 in Landscape mode (orizontal) the combobox selection windows is broken (item is show, but che point of check is lost)
 

Shay

Well-Known Member
Licensed User
Longtime User
Does anyone used X number of checkbox inside CustomListView? (I am looking to save time building it)
 

Mwinsor

Member
Licensed User
Longtime User
Can you set up radio buttons without a default button turned on? I tried rb.Checked = false but the last button created is always on.
 

kozbot

Member
Licensed User
Longtime User
Can you change the colors of the text for the checkboxes? I have a dark background, so I want white text. Thanks.
 

kozbot

Member
Licensed User
Longtime User
That doesn't work... This is my code, see what you think:

B4X:
Ckbox2.Initialize(Me, Panel3, "Ckbox")
Ckbox2.Text = Colors.White
Ckbox2.Text = "Select 'Codes'"

I've got the colors.white in there, but it doesn't seem to work.
Thanks.
 

kozbot

Member
Licensed User
Longtime User
Yeah, it doesn't like that either. It gives me the red line underneath and says "unknown member - TextColor"

Sorry.
 

Carlos marin

Active Member
Licensed User
Longtime User
Hi, is it possible to record the radio button and checkbox loaded in a customlistview?
 
Top