View Single Post
Old 08-04-2005, 02:33 PM   #1
matwi
New Member
 
Join Date: Jun 2005
Model: 7290
Posts: 13
Default Saving to the built in memo pad

Please Login to Remove!

Can some one give me some insights on how to do/approach the following

1- Saving Data to the built in "Memopad" application via my application.
2- Saving an image(gif and/or png) to the "Picture" application via my App..

Keep in mind, that I am trying to save to the memopad, and not Invoke.

The same applies to the "Picture" application. Save and not Invoke. (byte[], bitmap, bitmapField, or EncodedImage)

I could use:
private static PersistentObject store;
static {
store = PersistentStore.getPersistentObject(/*LONG*/);
}

But that could be deleted if volatile storage is erased from the Blackberry device.

Any help would be great.

Thanks
Offline