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
Contributor
bitpanda
Posts: 17
Registered: ‎08-02-2010
Accepted Solution

How to add an option to SMS "Forward as"?

SMS view has "Forward as" menu. And this can help user to forward SMS as Email,MMS or other message format.

Now I want add my message format to these options, but I have no idea how can to make it.

Anyone can give me some suggestion?

 

 

Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: How to add an option to SMS "Forward as"?

there is no API for that.
you could add your own applicationmenuitem using http://www.blackberry.com/developers/docs/6.0.0api/net/rim/blackberry/api/menuitem/ApplicationMenuIt...
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Contributor
bitpanda
Posts: 17
Registered: ‎08-02-2010

Re: How to add an option to SMS "Forward as"?

Thanks for your replay.

 

I have tried to use  applicationmenuitem. But it seems to have bugs with MENUITEM_SMS_VIEW in OS6 and OS7.

This is bad! 

Please use plain text.