On Wed, Mar 17, 2010 at 9:10 AM, Brandon Cherry <bran...@safedatausa.com> wrote:

> No wonder I could not find a sample. I was searching for "attribute" or
> "method". Thanks!

You might also want to look at the ooDialog code, it has all been
converted to use the C++ API, although most of the code itself is not
object orientated.

Similar to this:

context->SendMessage1(self, "SQLRETURN=", context->Int32ToObject(0));

In ooDialog.cpp around line 2309:

    context->SendMessage1(self, "CHILDDIALOGS=", rxNewList(context));
     // self~childDialogs = .list~new
    context->SendMessage0(self, "INITAUTODETECTION");
     // self~initAutoDetection
    context->SendMessage1(self, "DATACONNECTION=",
context->NewArray(50));  // self~dataConnection = .array~new(50)
    context->SendMessage1(self, "AUTOMATICMETHODS=",
rxNewQueue(context));  // self~autoMaticMethods = .queue~new


--
Mark Miesfeld

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to