Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
doringmemo
Posts: 1
Registered: ‎08-08-2008
Accepted Solution

File Chooser

[ Edited ]

Is there any way to invoke a File chooser that will return the path for the chosen file to my App?

I noticed the Facebook App opens a pop up when you're chosing what image to upload.

Message Edited by doringmemo on 08-09-2008 09:04 PM
Please use plain text.
Developer
kzettel
Posts: 120
Registered: ‎07-16-2008

Re: File Chooser

There is not an API for this.  You would have to implement it yourself.  You can add menu items to the media application but it would not create the same interactions as you are describing.
Kurt Zettel | Chief Architect | Metova
www.metova.com
Please use plain text.
Developer
Posts: 62
Registered: ‎07-14-2008

Re: File Chooser

look at the RIM's fileexplorerdemo.

Please use plain text.