B4A Library [Lib] UltimateListView

Dave O

Well-Known Member
Licensed User
Longtime User
swipe to delete, show selected?

Hi Frederic,

I'm working on a Logo turtle-graphics app (to teach programming to children), and I'm looking for a few list features that the standard listview, customListView, and even clsChecklist don't provide.

Can you tell me if ULV can:
- delete a line by swiping (e.g. like the Android Gmail app)
- show a line as selected (i.e. tap the line to edit, then edit details in an adjacent panel while still showing the line as selected in the list)

Basically, I need a list control that gives me lots of UI features, not so much the ability to handle thousands of items (although I will no doubt need that at some point, so that's a bonus).

Thanks!
 

Informatix

Expert
Licensed User
Longtime User
Can you tell me if ULV can:
- delete a line by swiping (e.g. like the Android Gmail app)
- show a line as selected (i.e. tap the line to edit, then edit details in an adjacent panel while still showing the line as selected in the list)

The latest version embeds two examples of swiping (in the examples, I use the swipe gesture to add a bookmark, but you can do anything else instead, e.g. revealing an hidden panel, removing the item...). And, yes, you can show what item is selected. It's the user who decide how the selected item(s) look. If you want to show an orange star, a red dot or anything else instead of a background color, it's up to you.
 

RiverRaid

Active Member
Licensed User
Longtime User
Hi Informatix!

Thank you for the great lib and extra

Best regards, Andi
 
Last edited:

Wembly

Member
Licensed User
Longtime User
Tree view - layout more than once click event possible?

Hi

I've been working with the tree demo supplied with the 3.4 library and have managed to adapt the layout exactly as required and is working really well.

However I'm wanting to have more than a single click event on one of the layouts e.g. majority of the layout will expand the the tree as expected, but an icon at the right side of the layout will when click will have a different function such as create a record at that level.

I've already attempted this, but the 'ULV_ItemClick' event always seems to be called.

Please can you advise if this is possible and if so how best to achieve it?

Thanks.
 

Informatix

Expert
Licensed User
Longtime User

Use the click event of the clicked view. And store the item ID in its tag property to retrieve it in the Click handler.
 

wimpie3

Well-Known Member
Licensed User
Longtime User
Just dontated, but I have a question. Is it possible to use Ultimatelistview as a preference editor? So basically a label, and besides that label a checkbox, or an input box? Do you have an example of this?
 

thader2012

Member
Licensed User
Longtime User
Hi Informatix,

Today i donate you 25 eu for your wonderful work and nice listview. how can I get the Ultimate listview?

thanks for all.
 

Merlot2309

Active Member
Licensed User
Longtime User
Wow, the VariableSize. Just what I needed and it's not even in your screenshots on the first page.
Thanks a lot!
Helen.
 

AbbasMohammed

Member
Licensed User
Longtime User
Dear Sir,
What is the last version for UltimateListView,is it Version: 3.9 ? And do i have to pay again for future updates?

Abbas
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…