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

Native Development

Reply
Developer
Zmey
Posts: 912
Registered: ‎12-18-2012

Re: Email won't send from within app

[ Edited ]

It seems we were wrong, there's no public constructor in builder and the only way to create it is using create() method.

 

 

There's a working sample with MessageBuilder on github, have you seen it?

http://blackberry.github.com/Cascades-Samples/messages.html

 

I think it leaks memory in composeMessage but at least it doesn't crash. :smileyhappy:

 

Btw, is there any other info in crash report (NULL pointer reference etc)?

Can you please show how the messageService is declared and initialized?

 

Please use plain text.
Contributor
aklowther
Posts: 29
Registered: ‎01-15-2013
My Carrier: N/A

Re: Email won't send from within app

I have seen it, wasn't able to replicate functionality. Oh well, thanks. I guess I'll invoke the email card for now
Please use plain text.