On Wednesday, September 29, 2004, at 11:01 PM, Thomas Reed wrote:
Well, what exactly is it that you want to do and find that you can't
do? You must have a reason for wanting to interact with specific
objects, but like much else in programming, I'm quite positive there's
another way.
imagine an RBscript that deals with pictures. you can create a context
class that remaps methods for pictures. but what happens if you want to
deal with more than one picture, maybe even create during script, how
will you want to reference it?
actually the only thing i can imagine is a kind of getting a reference
number you reuse to designate the picture. something like the file
streams #1, #2 etc in VBA if i remember right.
now you can create a picture class in a header for the script and remap
again all objects and then in the header use some call to the context
to create picture instances, but it is quite more complicated as it
would have to be.
matthias
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|