Re: [Oorexx-devel] Building the ooDialog documentation

2010-02-10 Thread Jean-Louis Faucher
Mark No problem for me :-) Currently, I'm not active on DocMusings. Maybe in one month or two... Jean-Louis -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Wi

[Oorexx-devel] Building the ooDialog documentation

2010-02-10 Thread Mark Miesfeld
I just wanted to give people a heads up that while I'm working on the ooDialog doc for the next couple of weeks, there are sure to be times when what is committed in trunk may not compile. I don't see that as being a problem to any one, except maybe Jean-Louis. On the build machine, If ooDialog.p

Re: [Oorexx-devel] "USE"

2010-02-10 Thread Rick McGuire
looks like a bug to me. Rick On Wed, Feb 10, 2010 at 11:25 AM, Rony G. Flatscher wrote: > The following program demonstrates that USE STRICT ARG in the routine aha1() > is assigning the two arguments correctly to the two local variables ONE and > TWO, although these two variables are not delimit

[Oorexx-devel] "USE"

2010-02-10 Thread Rony G. Flatscher
The following program demonstrates that USE STRICT ARG in the routine aha1() is assigning the two arguments correctly to the two local variables ONE and TWO, although these two variables are not delimited with a comma: a="hallo" b=.object~new call aha1 a, b call aha2 a, b ::r

[Oorexx-devel] How to determine whether it is safe to interact with a Rexx instance ?

2010-02-10 Thread Rony G. Flatscher
With the new version of BSF4ooRexx it has become possible to asynchroneously send Rexx objects messages from the Java side. Currently it is possible that a Rexx program ends/exits, but that there are still Java threads that send messages to Rexx objects. In such a case the behaviour of ooRexx beco