Deleted
F fishwolf Well-Known Member Licensed User Longtime User Jan 5, 2015 #2 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)
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)
F fishwolf Well-Known Member Licensed User Longtime User Jan 6, 2015 #3 Filippo said: Hi fishwolf , is the error in my example or in your app? Click to expand... In example Attachments foto (1).PNG 150.6 KB · Views: 238
Shay Well-Known Member Licensed User Longtime User Mar 13, 2015 #4 Does anyone used X number of checkbox inside CustomListView? (I am looking to save time building it)
M Mwinsor Member Licensed User Longtime User May 8, 2015 #5 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.
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 Sep 1, 2015 #6 Can you change the colors of the text for the checkboxes? I have a dark background, so I want white text. Thanks.
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 Sep 2, 2015 #7 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.
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 Sep 3, 2015 #8 Yeah, it doesn't like that either. It gives me the red line underneath and says "unknown member - TextColor" Sorry.
Yeah, it doesn't like that either. It gives me the red line underneath and says "unknown member - TextColor" Sorry.
aeric Expert Licensed User Longtime User Aug 24, 2018 #11 Hi Filippo, may I know how to get the checked radio button's value or index?
Carlos marin Active Member Licensed User Longtime User Sep 1, 2018 #12 Hi, is it possible to record the radio button and checkbox loaded in a customlistview?