08-26-2008 05:23 PM
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.
Solved! Go to Solution.
08-27-2008 09:06 AM