Android Question Help with Content Chooser

doogal

Member
Licensed User
Longtime User
Hello,
I have an app that uses the Content Chooser. I am doing an update to the app and noticed that the content chooser no longer works, it opens up the Gallery but after that it doesn't to go to cc_Result and display. I have noticed others having similar issues and I hope someone can help me with this one. I created a small example of what I am trying to accomplish.

Thank you,
Doogal
 

Attachments

  • PatternKeeper.zip
    25 KB · Views: 188

doogal

Member
Licensed User
Longtime User
there is nothing in log that shows firsttime when the app returns to the foreground, only when opening app and navigating pages.

The Content Chooser works sporadically!!! is this a bug or something I'm doing wrong.
 
Upvote 0

doogal

Member
Licensed User
Longtime User
Thank you for your assistance. Here are a few logs:
The first shows grabbing an Image from DropBox and it works everytime

B4X:
** Activity (edit) Resume **
Installing file.
** Activity (edit) Pause, UserClosed = false **
PackageAdded: package:b4a.example
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = true **
** Activity (edit) Resume **
** Activity (edit) Pause, UserClosed = false **
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
** Activity (edit) Resume **
** Activity (edit) Pause, UserClosed = false **
** Activity (edit) Resume **

This one shows shows grabbing an image from the Gallery. The Gallery fails to load the firsttime, but if I load from DropBox first I can then load from the Gallery.

B4X:
** Activity (edit) Resume **
Installing file.
** Activity (edit) Pause, UserClosed = false **
PackageAdded: package:b4a.example
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = true **
** Activity (edit) Resume **
** Activity (edit) Pause, UserClosed = false **
** Activity (edit) Create, isFirst = true **
** Activity (edit) Resume **
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…