- Dec 12, 2022
- 357
- 2
wes58's class called
It's a class that can be mentioned perhaps in
I have extended it by adding the function to remove the items one by one when dragging horizontally to the left from a Label
(Now the item is either removed or dragged to a new position)
Maybe it can be improved by putting it in a B4XPage and using views from the XUI Views library, for example.
But you could also:
- edit the multiline text of the Label of each item with a B4XDialog
- remember the changes: the order of the items by controlling the order of the texts and the checked states of the CheckBoxes through various lists. For when the device is rotated
- save all data changes to two files from the lists, although it could be saved to a single file using JSON...
برای دیدن لینک ها باید ثبت نام کنید
allows B4a's xCustomListView class to be able to change the order of its items by dragging them across a Label, as well as add items.It's a class that can be mentioned perhaps in
برای دیدن لینک ها باید ثبت نام کنید
I have extended it by adding the function to remove the items one by one when dragging horizontally to the left from a Label
(Now the item is either removed or dragged to a new position)
Maybe it can be improved by putting it in a B4XPage and using views from the XUI Views library, for example.
But you could also:
- edit the multiline text of the Label of each item with a B4XDialog
- remember the changes: the order of the items by controlling the order of the texts and the checked states of the CheckBoxes through various lists. For when the device is rotated
- save all data changes to two files from the lists, although it could be saved to a single file using JSON...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید