Re: SendCardMessage questions

2010-03-02 Thread DunbarX
sendCard? I don't see it in the dictionary. Craig Newman ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: SendCardMessage questions

2010-03-02 Thread Bernard Devlin
On Tue, Mar 2, 2010 at 2:26 PM, dunb...@aol.com wrote: sendCard? I don't see it in the dictionary. Craig Newman I believe that Paul is referring to an element that is used in externals. Regrettably that is as far as my knowledge of externals goes :-) Bernard

Re: SendCardMessage questions

2010-03-02 Thread Jan Schenkel
--- On Mon, 3/1/10, Paul D. DeRocco pdero...@ix.netcom.com wrote: 1) Does this require a freshly allocated string as its first parameter, which Revolution takes ownership of and eventually deletes? Or does it copy the data out of it, in which case the caller would have to delete it if it

SendCardMessage questions

2010-03-01 Thread Paul D. DeRocco
1) Does this require a freshly allocated string as its first parameter, which Revolution takes ownership of and eventually deletes? Or does it copy the data out of it, in which case the caller would have to delete it if it was dynamically allocated? 2) What context can this be called from? I