Re: OOo.cls BSF.cls question about addEventListener usage



On Jul 9, 5:34 am, rony <Rony.Flatsc...@xxxxxxxxxxxxx> wrote:

<clip>

On XP I would suggest to run ooRexx from <http://www.ooRexx.org>, which
currently is at version 3.1.2. This version includes bug-fixes compared
to the IBM version, but also new functionality.

I do have 3.1.2 installed on another Windows 2000 machine here. I
have been a little afraid to install it on my Windows XP system
because of all the realtime use of REXX programs I use to upload my
weather station data to my Internet servers. One REXX module sends
data every 5 seconds to one of my servers. I keep thinking about it
and worry about how I can do to revert back to ObjREXX if I need to.
My ObjREXX version was from an Internal IBM release and I don't have a
install for it.

<clip>

You probably are aware of this web site which lists helpful work from
students who tackled among other things BSF4Rexx and programming OOo from
ooRexx: <http://wi.wu-wien.ac.at/rgf/diplomarbeiten/>. (There are new
entries pending.)

These are not good documents to use

Yes, I am aware of this site. Thank you. It did tease me a little
more.

<clip>


Please consider to share your findings/work with us, o.k.? It seems that
you have already built quite some knowledge w.r.t. OOo (and BSF4Rexx)!

Regards,

---rony

Yes I will. My guess it's going to take many more weeks/months. Some
of what I am trying to do seems overwhelming at this point. Most of
my thoughts about the methods I want are imagined not what OOo Calc
does. I discovered by accident that my ARRAYIN and ARRAYOUT method
ideas seem to map OOo's getDataArray() and setDataArray(). Looks like
I may have a lot of learning ahead of me. Looks like I'm going to
have to read and UNDERSTAND the "Spread*** Documents" chapter in the
OpenOffice.org Developer's Guide :(

By the way... I was able to create and use a concurrent thread to
monitor the "event","disposing" I wanted from the XComponent. Thanks
much for you help, I would have never figured out how to do this on my
own.

rj

.