黑莓:浏览特定文件夹,并带有图片视图

发布于 2024-12-06 12:11:53 字数 295 浏览 0 评论 0原文

我找不到如何在特定文件夹中使用图片视图启动 Filepicker: 当我说 fp.setView(VIEW_PICTURES);fp.setPath("file:///SDCard/Blackberry/travail/"); 视图是正确的,但是不是路径。我总是沿着拍照路径走,但视野很好(仅限图片)。 如果我只说 fp.setPath("file:///SDCard/Blackberry/travail/");,路径是正确的,但视图是默认的,带有图标和标签。 还有其他简单的方法吗? 谢谢

I don't find how to start Filepicker in a specific folder, with a picture view :
When I sayfp.setView(VIEW_PICTURES); and fp.setPath("file:///SDCard/Blackberry/travail/"); the view is correct, but not the path. I always go in the picture path, but with the good view (pictures only).
If I only say fp.setPath("file:///SDCard/Blackberry/travail/");, the path is correct, but the view is default one, with icons and labels.
Is ther any simply other way ?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

独自←快乐 2024-12-13 12:11:53

我相信你应该尝试这个:

fp.setView(VIEW_ALL); // instead of VIEW_PICTURES
fp.setFilter(".jpg"); // show files with ".jpg" extention only

I believe you should try this:

fp.setView(VIEW_ALL); // instead of VIEW_PICTURES
fp.setFilter(".jpg"); // show files with ".jpg" extention only
婴鹅 2024-12-13 12:11:53

转到以下链接:

http://208.74.204.192/t5/Java-Development/Display-photos-in-a-specific-folder-with-the-m%C3%A9dia-player/mp/1319435#M174957< /a>

并查看alishaik786消息即可获取信息。

如果您的声望超过 20,那么您可以在 stackOverFlow 的聊天室中见到我们,房间名称是:
“Life for Blackberry”并直接提问。

Go to this below link:

http://208.74.204.192/t5/Java-Development/Display-photos-in-a-specific-folder-with-the-m%C3%A9dia-player/m-p/1319435#M174957

and see the alishaik786 message you can get the information.

If you have reputation more than 20 then you can meet us in stackOverFlow's chat Room name is:
"Life for Blackberry " and ask directly questions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文