Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Art Heimsoth
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Staffan Tylen
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Jean-Louis Faucher
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

Re: [Oorexx-users] expose only within one object?

2012-12-10 Thread Mark Miesfeld
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

Re: [Oorexx-users] How to initialize the entry line

2012-12-10 Thread Mark Miesfeld
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

[Oorexx-users] How to initialize the entry line

2012-12-10 Thread Amphitryon
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

Re: [Oorexx-users] expose only within one object?

2012-12-10 Thread Amphitryon
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Mark Miesfeld
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Staffan Tylen
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Staffan Tylen
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Art Heimsoth
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

Re: [Oorexx-users] Crossreference tool for ooRexx

2012-12-10 Thread Staffan Tylen
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