B4A Library [Lib] UltimateListView

Douglas Farias

Expert
Licensed User
Longtime User
the problem happens at my 2 moto g and moto x
Return BmpPlus.ReduceColors(SrcBmp) < here
but no problem, i go use without the images, i go use only file list
 

Informatix

Expert
Licensed User
Longtime User
the problem happens at my 2 moto g and moto x
Return BmpPlus.ReduceColors(SrcBmp) < here
but no problem, i go use without the images, i go use only file list
I have also a Moto G among my devices and I see no problem at all. Note that you give me each time a different line where the error happens and no steps to reproduce it so what can I think of it? So the case is closed until you provide me with a way to reproduce the issue.
 

imbault

Well-Known Member
Licensed User
Longtime User

Hi Frédéric, do you think about porting your library on B4i?
Thx

Patrick
 

Dey

Active Member
Licensed User
Longtime User

hello
I downloaded from the link, the version remains 4.01
my mistake anything?
greetings
 

Douglas Farias

Expert
Licensed User
Longtime User
hello
I downloaded from the link, the version remains 4.01
my mistake anything?
greetings

the name of the file is the same v4.01 but when you extract is v4.02
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Hello, Informatix

It seems that ULV is not fully compatible with StdViewPager from StdActionBar
I created StdViewPager with a few panels. Each of the panels contains it's own instance of ULV.
When I drag a panel, the new panel arriving on the screen doesn't show (during the movement) the ULV with data, just solid white surface.
When I take a finger away, ULV with data appear on the screen.
As far As I understand, there is kind of event, which View on the StdViewPager panel must handle to show something during the movement.

Could you check and correct it ?
 

Informatix

Expert
Licensed User
Longtime User
I modified the Erel's example and I don't see any problem. Could you send me (by email) a project that shows the problem?
Theoretically, ULV should not exhibit an issue with Android standard libraries.
 

Attachments

  • ActionBar_ULV.zip
    12.6 KB · Views: 232

b4auser1

Well-Known Member
Licensed User
Longtime User
I modified the Erel's example and I don't see any problem. Could you send me (by email) a project that shows the problem?
Theoretically, ULV should not exhibit an issue with Android standard libraries.
Thank you. I will investigate the example you provide and compare with my project to find the difference.
 

wildfandango

Member
Licensed User
Longtime User
Hi Informatix...

Your Work looks very professional... i have made a donnation how can i download the lib?

thx!
 

LucaChinarello

New Member
Licensed User
Longtime User
Hi Informatix
excuse the automatic translation of google.
I just donated € 25 for ULV.
as we do to download the library?
Thanks in advance
 

asales

Expert
Licensed User
Longtime User
Hi @Informatix

How I can remove the borders (corner radius = 0) of cell panel?
Example: ULV_Filter_demo

Thanks in advance.
 

Attachments

  • SC20150112-013559.jpg
    36.8 KB · Views: 205

asales

Expert
Licensed User
Longtime User
??? The answer is in your question. Set the corner radius of cd to 0 instead of 6dip.
Thanks.
Is only to change dip of code:
B4X:
Dim cd As ColorDrawable
cd.Initialize(Colors.Blue, 0dip)
Very easy and I did not know how.
 

kamlo

New Member
Licensed User
Longtime User
Hi Informatix,
Just donate for ULV today.
Please support me for example to adjust layout size to fit webview content.
Thank you, And wait for other excellent work like this.

Best regards,
Kamol
 

jcesar

Active Member
Licensed User
Longtime User
Hi Informatix

I want share (facebook, twitter) a image showed in a image view, this image is download from a website. So im using a button with a popup menu in the ULV.

The popup menu is ok. The problem is retrieve a reference to the Imageview in the ClickedPanel in ULV. I´m using the tag property of button to store the ItemID but i dont know how can i access the ClickedPanel in ULV.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…