selection

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS BottomSelectionList

    This view makes it easy to quickly provide a good looking single or multiple selection list, based on the AS_SelectionList, built into a ready to use bottom menu. You need: AS_DraggableBottomCard V1.14+ AS_SelectionList V1.05+ I spend a lot of time in creating views, like this and to create a...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS SelectionList - Single or multiple selection

    This view makes it easy to quickly provide a good looking single or multiple selection list. 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 or with a coffee...
  3. Alexander Stolte

    Android Example [B4X] AS Settings - SelectionList Property

    https://www.b4x.com/android/forum/threads/b4x-xui-as-settings.147435/ With this property, you can offer the user several options and he can then select either one or more. Example 'Second Page SettingPage2.Initialize(AS_Settings1,"Page #2")...
  4. MegatenFreak

    B4J Question [SOLVED] Problem selecting text with mouse in TextArea

    Hello. When users try to select part of a text inside a TextArea using the mouse click and drag, most of the time the selection disappears as soon as the mouse button is released. Any ideas how to fix that? Thanks.
  5. Penguin

    iOS Question Make Label Text selectable

    Is it possible to make text in a label selectable with a long press, so that the user can copy it?
  6. M

    iOS Question iTableView permanent selection

    Hi i'm learning how to use the tableview in the best way. I'm trying to do a settings page like the ios one, with elements that opens other pages. Sub Process_Globals Public App As Application Public NavControl As NavigationController Private Page1 As Page Private Panel1 As...
  7. R

    Android Question Crash on clicking selected CSBuilder text in EditText

    Have a simple EditText that has a CSBuilder text in it (for SQL syntax highlighting). When I select a length of text (with the normal standard long click) and then do a click within that text I get a crash with this error message: java.lang.IndexOutOfBoundsException: getChars (-1 ... 527)...
Top