Android Question Popup menu

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Cenny

Active Member
Licensed User
Longtime User
Yes, ofcourse.
the problem is that I have an old app with a declaration:
dim pop as popupmenu
However I cannot find a library in the libraries manager window nor is a class module in the modules window that refers to popupmenu.
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Yes, ofcourse.
the problem is that I have an old app with a declaration:
dim pop as popupmenu
However I cannot find a library in the libraries manager window nor is a class module in the modules window that refers to popupmenu.
open the .b4a file in notepad. See the library list at top.
You need one of those. Search for that library.
 
Upvote 0
Top