Hi All,
We are working on a project where we are using the MAKIT framework for chart creations.
Everything works really fine and nice!
There is one thing we want our own button to mail the chart.
Therefore we searched in the example code and the online guide of infocenter.sybase.com
But once we execute the current code, nothing happens really nothing...
MAMailSharingController *sharingCtrl = [[MAMailSharingControlleralloc] init];
sharingCtrl.subject = self.chart.title;
[sharingCtrl pushSharingControllerWithViewController:self andDelegate:self forView:self.chart];
Anybody who got's information please let me know.
Thanks
Nick