On Sat, Aug 18, 2012 at 9:14 AM, Mark Miesfeld <miesf...@gmail.com> wrote:

> It is possible to do this and I use this a lot in test code I write
> where I want to test that both ResDialogs and RcDialogs are behaving
> correctly.
>
> I'll see if I can find some example somewhere.

Oliver,

There is actually a pretty good example in the incubator.  I wrote it
quite awhile ago.  5 years ago, hard for me to realize so much time
has passed.

You can check out the working example from:

svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/incubator/samples/ooDialog/ListView/listView.extended

Change to your user name, or change the protocol if you want.  All one
line of course.

Recall that you can always use anonymous check out to check out any
code.  It is just for check in that you need to use the svn+ssh
protocol.  Not sure if that has sunk in.

For anyone interested in this example, here's how to use anonymous
check out to get the it.  Please note the svn co command line is all
one line.  Here I check out the example code directory to be sure to
get all of it.  I check it out into a directory called mixin.example.

C:\work.ooRexx>svn co
http://svn.code.sf.net/p/oorexx/code-0/incubator/samples/ooDialog/ListView/listView.extend
ed mixin.example
A    mixin.example\ListViewEx.readMe
A    mixin.example\ListViewEx.rex
A    mixin.example\ListViewEx.rc
A    mixin.example\ListViewEx.dll
A    mixin.example\resource.h
Checked out revision 8217.

As soon as I get a chance, I'm going to update the example to ooDialog
4.2.0 and put it in the extra samples package.  But, it is good to
show you that using a mixin class works well.

--
Mark Miesfeld

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to