Thanks all for the information - another great example of how good
public forums can be. It has saved me many hours to sort through
some older Rexx and ooRexx code - also, Staffan, you showed me
some more examples of ooRexx code where I had previously used
classic Rexx for some of those functions
On Mon, Dec 10, 2012 at 7:32 PM, Jean-Louis Faucher
wrote:
> Maybe this announcement could interest you :
>
> https://groups.google.com/forum/?fromgroups=#!topic/comp.lang.rexx/4_f2D9xd6cI
>
> Project page :
> http://rexxliterate.sourceforge.net/
>
>
> 2012/12/10 Mark Miesfeld
>
>> Excellent star
Maybe this announcement could interest you :
https://groups.google.com/forum/?fromgroups=#!topic/comp.lang.rexx/4_f2D9xd6cI
Project page :
http://rexxliterate.sourceforge.net/
2012/12/10 Mark Miesfeld
> Excellent start Staffan.
>
> --
> Mark Miesfeld
>
> On Mon, Dec 10, 2012 at 7:06 AM, Staffa
Hi Mike,
For some reason your e-mails do not appear in my gmail account until
long after you posted them.
I just got this,
On Tue, Dec 4, 2012 at 11:15 PM, wrote:
> Hello Mark!
>
> To your append from last month:
> [...]
I don't see to many questions here, mostly just statements I think.
So I
On Sun, Dec 9, 2012 at 10:06 AM, wrote:
> In a subdialog I'd like to set a default in an entry line. As it
> is an edit field I tried
>
> ::method initDialog
> self~newEdit(IDC_EDIT5)~setText("localhost")
>
> alas with no success, the entry line stays blank. In contrast a
> metho
In a subdialog I'd like to set a default in an entry line. As it
is an edit field I tried
::method initDialog
self~newEdit(IDC_EDIT5)~setText("localhost")
alas with no success, the entry line stays blank. In contrast a
method called from within this subdialog containing as test
Hello Mark!
To your append from last month:
[...]
>> >My question: is there something like a
>> >'super-expose' to join the variable pools of two or more objects?
>> >
>
> No, there isn't. At least not anything I'm aware of.
It is written in ooRexx Reference Version 4.1.2, p. 4: 'The data
is s
Excellent start Staffan.
--
Mark Miesfeld
On Mon, Dec 10, 2012 at 7:06 AM, Staffan Tylen wrote:
> Art, I quickly put together the following little program that creates an
> sqlite database with some basic information. The code is meant to be a
> possible starting point for creating something mor
Art, I quickly put together the following little program that creates an
sqlite database with some basic information. The code is meant to be a
possible starting point for creating something more robust, nothing else
(I'm sure it's full of discrepancies but it produces a database with some
data). H
I guess in that case you could scan the sources for things like "someobject
=.someclass" to find which classes are used and "someobject~somemethod" to
get the methods and objects, which then can be associated with to the class
in question. This could be written to a csv file for example or directly
Thanks Staffan, I agree, but was still hoping for at least a partial aid
leaving out the dynamic entries.
> I'm not aware of any and I find this hard to do. If I understand
> you correctly you want to be able to see where a specific method
> and routine is used in? In your own code? The problem I
I'm not aware of any and I find this hard to do. If I understand you
correctly you want to be able to see where a specific method and routine is
used in? In your own code? The problem I see is to safely determine the
class to which a specific method belongs. And also, method/routine names
might be
12 matches
Mail list logo