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
rkao1
Posts: 40
Registered: ‎08-04-2008
Accepted Solution

ObjectGroupReadOnlyException while opening a message from inbox

Hi,

 

Can anyone tell me if this can be done? Take a Message object from the inbox and do:

 

 

Message email = (Message)msgObj; Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGES, new MessageArguments(email));

 

This code is inside fieldChanged method of a buttonfield. When I invoke this, I get an ObjectGroupReadOnlyException....I have tried to ungroup this, but still the same error.

 

I'm using OS 4.2.1 simulator. 

 

Thanks.

Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: ObjectGroupReadOnlyException while opening a message from inbox

The MessageArguments class expects a new message, not an existing one.  So what you are attempting is not supported.
Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.