checkbox

  1. P

    Android Question How to control two checkboxes in the same clv row.

    Greetings Community, Per the attached image, there are two checkboxes in the same row. How do I make one checked whiles the other in the same row isn't. I use the below code to uncheck all rows fields in the clv when one field is checked. How do i do same for the same row? For i = 0 To...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS CheckBoxAdvanced

    This is a CheckBox library that can be displayed together with text. So you can now add checkboxes and text them even faster. If you want a standalone checkbox, then have a look at the AS_CheckBox library. I spend a lot of time in creating views, like this and to create a high quality view cost...
  3. MList

    Android Question ASCheckbox Icon Color

    Hi, How can i change ASCheckbox Icon color in programm. Thanks for help Marion
  4. Star-Dust

    B4J Question [SOLVED] [Vuetify] VueTable - Switch and Combo-Box

    In a VueTable I have set a field like Switch. I'm trying to capture the event of when the value changes. Private Sub VueTable1_columnname_Change (item As Map) vuetify.ShowSwal(banano.ToJson(item)) End Sub But this event is not raised. Did I get the event wrong? Isn't it Change? I would...
  5. red30

    Bug? TabStrip bug

    I am using TabStrip. Each page contains a CustomListView. Each CustomListView contains 5 CheckBoxes. If I call a subroutine in the Starter that calls a subroutine in the Main Activity, then on the second and subsequent pages of the TabStrip the checkbox for the CheckBox is not displayed...
  6. red30

    Android Question CLV + TabStrip + CheckBox. Strange bug.

    I am using TabStrip. Each page contains a CustomListView. Each CustomListView contains 5 CheckBoxes. If I call a subroutine in the Starter that calls a subroutine in the Main Activity, then on the second and subsequent pages of the TabStrip the checkbox for the CheckBox is not displayed...
  7. E

    Android Question (Solved) Need help with my checkbox logic

    Hi, I can't seem to figure this out. I have 4 checkboxes, the top one "chkAll" checks or unchecks the others depending on if it is checked. If I uncheck one of the others it should uncheck the chkAll checkbox. Likewise, if I check the others & chkAll is not checked it should check itself. I hope...
  8. red30

    Android Question CheckBox color and alignment

    Is it possible to remove (make transparent) the "square" to which the checkmark is located? That is, only one check mark is displayed. When I set the alignment to the center, only the text is aligned, and the checkbox itself remains always on the left. Is it possible to make both text and...
  9. Alexander Stolte

    B4A Library [B4X] [XUI] AS Radio Button

    This is a simple cross platform RadioButton. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) In B4I the animation is limited, because otherwise the circle...
  10. Alexander Stolte

    B4A Library [B4X] [XUI] AS Checkbox

    This is a simple cross platform Checkbox. If you need a checkbox with text, then check out the AS_CheckBoxAdvanced I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by...
  11. S

    Android Question How to hide tick checkboxes?

    Like the picture below
  12. G

    Android Question Limited multiple checkbox selection

    Hi everyone, this is my first post on the forum, I am still a newbie to b4x programming and I know my questions might be silly but I have been looking for the solution to my problem in the numerous b4a and b4x guides, searching the forum but I haven't quite found a proper answer to my question...
  13. K

    Android Question Check only one checkbox

    I want to uncheck all another checkbox of that same event, when new check box checked.
  14. MitchBu

    Android Question Set CheckBox color ?

    I want to put a checkbox on a beige panel, but it remains white and very difficult to see. If I could set the checkbox color the same way as the generate members dialog in the designer, it would be just fine. I found this thread which refers to a SetCheckBoxColor sub, but the author neglected...
  15. MegatenFreak

    B4J Question Making CheckBox text appear on its left side

    Hello. I'm having checkboxes with Farsi text which is a right-to-left language. So, naturally, a checkbox should appear on the right side of its text, and everything must be aligned to the right. I've been playing around with CSSUtils and direct style properties without success. Can anyone...
  16. Star-Dust

    B4J Library [B4X] [XUI] SD XUIView

    I'm happy to announce the publication of my new B4XView library. This library adds to the XUi Views the native views of the three platforms (Android / IOS / Desktop) so that they can be managed by Design, using them as XUI views without having to change its type in the Globals Sub. With this...
  17. M

    Android Question FilePicker Dialog Checkmark box not visible

    Using the FilePicker library in one of my projects it is hard to see the checkboxes on the right side of the filename to be selected. Is there any way to change the color of the checkboxes so that the are clearly visible?
  18. MarkusR

    Share My Creation B4A Checkbox List Pop-up UI Class

    hello, today i made a class to pop up a list selection with checkboxes (in a scrollview) from a key value map inside a activity. after ok click the map is updated. note: i think a better solution is using a extra activity and jump into with CallSubDelay2 and then jump back where it comes from...
Top