Wish Next Compiler Update - Content Chooser New Routine Please

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I have added a routine ShowMultipleMIME to ContentChooser in the Phone library (see this link: Phone.Java)

I'm sure others would like to show the user a list of files (containing multiple MIME types)

The code is in Phone.Java in the above link and works very nicely.

Could this be added to the next B4A compiler update???
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should release it as a different library with different name or better implement it in B4A directly. No reason to implement it in a Java library.

 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Just thought it fit right in with the other Show routine. Probably should have called it Show2 instead of ShowMultipleMIME

But if you aren't interested in adding another function. No problem.

Be well
 
Top