B4A Library [Lib] UltimateListView

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi, has anyone experienced scrolling issues, in particular with the top down (chat method), I have 4 devices, HTC ONE X (ok), HTC ONE V (not scrolling), VodaFone 785 (ok), MTK Mini S5 (not Scrolling).

On the devices that do not scroll, the click event work but does not scroll.

Regards

John.
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi, just checked the demo chat app on the one v and it scrolls perfectly, any ideas as to why my app is not scrolling correctly ?
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Hi, Informatix

I wanted to look at Playground, as an example how to use ULV as a preference editor, but links for dowloading are broken. Could you restore the links?
 

jcesar

Active Member
Licensed User
Longtime User
Hi Informatix

I'm trying use the RsPopupMenu lib with ULV, but i'm having problems. The popup menu is displayed out of place. In this picture, i'm touch the first line and the popup is in the fourth line.

 

Informatix

Expert
Licensed User
Longtime User
Hi Informatix

I'm trying use the RsPopupMenu lib with ULV, but i'm having problems. The popup menu is displayed out of place. In this picture, i'm touch the first line and the popup is in the fourth line.

I tried this lib by replacing the code of the ULV_ItemClick event of the first tutorial project with the following code and everything worked as expected:
B4X:
Dim PopupMenu As RSPopupMenu
PopupMenu.Initialize("", ClickedPanel)
PopupMenu.AddMenuItem(1, 1, "Test1")
PopupMenu.AddMenuItem(2, 2, "Test2")
PopupMenu.AddSubMenuItem(3, 3, "Sub1")
PopupMenu.Show
 

jcesar

Active Member
Licensed User
Longtime User

Thanks for your reply.

Now its working. My mistake...
 

Informatix

Expert
Licensed User
Longtime User
Hi Informatix, i would like to use your lib also with b4i, will you make it available for b4i users?
No, there will be no ULV for B4i. Developping ULV for iOS requires a computer running under MacOS, an iPhone, a developper license ($99/year) and many months spent to learn Objective-C (because I doubt that I could write ULV just with B4i) and write the new code. I prefer to spend my time on more motivating projects.
 

holdemadvantage

Active Member
Licensed User
Longtime User
Very bad news , i am sorry
 

Kevin

Well-Known Member
Licensed User
Longtime User
I just happened to see Andy's post because I am subscribed to this thread.

There should be a donate button in his signature line. Perhaps some kind of ad blocker or other setting in your browser?

Anyway, clicking here might work for you. I just copied the URL and pasted it in the link.
 

Devendra

Member
Licensed User
Longtime User
hi this looks a good post can this go to the following structure

1
1a
1a1

Two drop downs can you confirm
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…