B4A Library [Lib] UltimateListView

Informatix

Expert
Licensed User
Longtime User

The problem will probably be the same with ULV. It's something in the AHQuickAction library that must be fixed. I'm sure that Corwin42 will find a solution for that since two of three quickactions menus are displayed at the right place. It seems it's just a location problem in the Show method.
 

Inman

Well-Known Member
Licensed User
Longtime User
Donated 25 Euros just now. Can't wait for your library!
 

Informatix

Expert
Licensed User
Longtime User
New version 2.2

I just sent an email with a link to the new version. It fixes three issues, including the conflict with AHViewPager. If you use ULV inside an AHViewPager, the new function must be called this way, after Initialize:
myULV.AsScrollView.DisableTouchEventInterception

What's the problem? Both views try to detect a horizontal swipe gesture. Sometimes the first one to detect it is AHViewPager, sometimes it is ScrollView2D. When ScrollView2D is first, it says to AHViewPager "Hey, it's for me. It's my preciooooouuuusssss." The AHViewPager should answer: "No, it's miiiiiiine !" (without this detection, the AHVP doesn't behave properly) but because it is a bit too permissive, it abandons all touch events to SV2D.
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
When you click on a item view and you want to know the ID of the item, you can either store the item ID in the view Tag (in the Filler) or use the following code:
B4X:
Sub MyImgVw_Click
   Dim r As Reflector
   r.Target = Sender
   Dim p As Panel = r.RunMethod("getParent")
   Dim ID As Int = p.Tag

End Sub
 

aaronk

Well-Known Member
Licensed User
Longtime User
Hello,

I just sent you 25euros.. can you send this UltimateListView lib to me?
 

mrjaw

Active Member
Licensed User
Longtime User
What is the price for this lib? How to buy it ?
 

aaronk

Well-Known Member
Licensed User
Longtime User
I receive automatically the Paypal notification for a purchase so it's not useful to post here or in my mailbox. Thanks

Thanks for sending it so quickly.
 

Informatix

Expert
Licensed User
Longtime User
Currently, LoadImageAsync cannot load directly an image from File.DirAssets (this folder is protected and cannot be accessed like other folders), but there is a simple solution to load your image with LoadImageAsync: use the custom loader feature. Define a custom loader with SetExecuteCallbacks and add it to your main code. Example:
B4X:
Sub Bmp_LoadDirAssets(Location As String, ID As String, ImageViewWidth As Int, ImageViewHeight As Int) As Object
   Return LoadBitmapSample(File.DirAssets, Location, ImageViewWidth, ImageViewHeight)
End Sub
Then load your image in the Filler with LoadImageAsync. The location parameter must begin with "custom:". Example:
B4X:
ULV.LoadImageAsync(ivState, "custom:ready.png", "ready")
 

padvou

Active Member
Licensed User
Longtime User
I found the description of your work impressive!
So i gladly added myself to the donors.
I 'm sure I 'll be even more impressed when I start using ULV and the relevant libraries and classes.
Merci bien!
 

Sinan Tuzcu

Well-Known Member
Licensed User
Longtime User
Hello Informatix,

how much is this library?
can i change the graphics?
and also change the line spacing?

Can i the ballon grafik for short Word make smaller

gruß
sinan
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
Hello Informatix,

how much is this library?
can i change the graphics?
and also change the line spacing?

Can i the ballon grafik for short Word make smaller

The fixed donation amount is 25 euros. The donation can be done by clicking on the donate button under my signature.

Everything is customizable in UltimateListView. It is its core feature: you can display whatever you want in each item. You can have different heights, different layouts, and change all this in real-time.
If you know how to create a layout with the designer then you are ready to create your items. The layout designs can be loaded with LoadLayout as usual (an item = a panel).

UltimateListView is just a bit more complex than a B4A ListView. If you're comfortable with CustomListView or CheckList for example, you'll be comfortable with UltimateListView.

As a last note, I have to warn every possible customer about an important thing: by purchasing the UltimateListView, you get a support by email and I try to do my best to help you and to answer quickly, but that's not a development service. So every request starting by "can you write for me a sample doing this and this" or "can you convert the lists in my app" gets always a negative answer. But don't worry: beginners will be taken by the hand until they get the expected result.
 
Last edited:

padvou

Active Member
Licensed User
Longtime User
Thanks, and don't hesitate to write here what you think of it after your first tries.

Well... after my first tries and a great deal of outstanding support by informatix, I managed to integrate ULV in one of my production release projects, replacing deprecated solutions I've been using. I'm really impressed and I 'm just using 1% of ULV's potential.
In other words, Great Job!
Get it now!:icon_clap::icon_clap::icon_clap::icon_clap:
 

Informatix

Expert
Licensed User
Longtime User
Hack & spam

An indian hacker (123.201.235.17) has accessed to one of my email boxes (despite a strong password) and grabbed all my email contacts. That means that all my donators are going to receive spams soon (the first wave has already been sent). I want to reassure everyone: I do not store sensitive information in this email box and Paypal does not provide me with sensitive informations about you.
Don't click on the link in this spam (coming from a spanish/south-american name). That probably leads nowhere, it is just there to check if the address is valid and return this information to the hacker.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…