11-07-2010 02:17 PM - edited 11-07-2010 02:46 PM
Hello,
Is there any possibility to save content, created in an application, on the PlayBook for example a text document?
Tjitte
11-07-2010 05:32 PM
You can save files to the application's content area (see File class). It also allows the application to save files to the "desktop". I have not tried this yet in the BB SDK, but they should be able to allow it. If they dont allow you to traverse the file system ALA FileReference class (browse), then you will need to save files to the application content area and create some GUI to list those files to open (and delete).
11-15-2010 04:02 PM
hi.
I have opened some photos that bring the device, but I could not list them and I could not save my own images.
have any idea?
Thanks.
11-16-2010 08:18 AM
Where the photos coming from?
What do you mean "you could not list them"? List them from where?
How are you trying to save the image(s) (code snippet)?