I am using B4xPages and am struggeling with how to select a photo from the phone's album.
In a previous non-B4xPages project that I made I used:
But "oPage" is a Page object in B4i and I cannot use that with B4xPages.
So how can I solve this? Thanks for the help!
In a previous non-B4xPages project that I made I used:
B4X:
Camera1.Initialize("Camera1", oPage)
Camera1.SelectFromPhotoLibrary(Sender, Camera1.TYPE_ALL)
So how can I solve this? Thanks for the help!