realbasic-nug
[Top] [All Lists]

RE: A better RBScript

To: realbasic-nug at lists dot realsoftware dot com
Subject: RE: A better RBScript
From: "Theodore H.Smith" <delete at elfdata dot com>
Date: Thu, 30 Sep 2004 00:30:36 +0100
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20040929220700 dot 0C6CB4A1D5B at lists dot realsoftware dot com>
It is what it is. It does have limitations, but it's amazingly powerful
nonetheless.

Ideally, RBScript would allow us to have multiple context objects, have
"context classes" that could be instantiated as objects inside a script, and
so on, but in the meantime it is still quite useful.

Also, you could write an object/message dispatching layer on top of
RBScript. That would be a lot of work, but it would also be a lot of fun.

I'd like to see some way to get full access. There should be access modes, either represented by properties on the RBScript class, or RBScript subclasses.

The default access mode would be the current. For this particular app, I'd like to allow full access. Every class type, and every global method/property should be available, as well as the window(integer) array, etc etc.

--
    Theodore H. Smith - Software Developer.
    http://www.elfdata.com

_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>