B4A Class [B4X] myPopup popup menu (B4A/B4i)

Here's a small class which produces a simple popup menu anchored to a view. It works in B4A and B4i currently.

I've attached projects to show how it is used.

Enjoy.

[Edit] New version 1.1 has better support for popup menus inside (nested?) scrollviews.

uc
 

Attachments

  • myPopup.zip
    127.1 KB · Views: 800
Last edited:

StephenRM

Member
Here's a small class which produces a simple popup menu anchored to a view. It works in B4A and B4i currently.

I've attached projects to show how it is used.

Enjoy.

[Edit] New version 1.1 has better support for popup menus inside (nested?) scrollviews.

uc

This is very nice, just like in vb6,

Me.PopupMenu

Can you make it possible to add CLV to this Popup Menu?
I tried, it says 'Types do not match', instead of Button, I had CLV.
 
Top