Using default Launch Editors but retaining User Typed Data.
| Sat, 2008-06-14 15:29 | |
|
For sending of SMS, I have looked at RSendAsMessage::LaunchEditorAndCloseL() and CSendUi::CreateAndSendMessageL(). Both launch appropriate message editors and send SMS sccessfully. However, there is a small catch. RSendAsMessage::LaunchEditorAndCloseL() closes the handle to RSendAsMessage object before returning, so all the message data is lost. Similarly for CSendUi::CreateAndSendMessageL(), whatever the user types in the editor is not saved into the CMessageData that is passed. Apparently, there seems to be no way to get back any information about the SMS that the user typed on the editor in both of these methods. What I would like is to be able to utilise the message editors (and not have to painfully write my own) but also after the call to the appropriate method, have access to whatever data the user types into the editor. Is it possible? Any suggestions are greatly appreciated. Thanks. Ayaz Ahmed Khan Symbian Application Developer, |
|





