This is my wishlist:

The Biggies
1. The ability to store object references in variables. This is already
being done (when you clone an object, it's reference is stored in "it"), so
I think it shouldn't be too difficult to implement :). Would pave the way
for object arrays.

2 Ability to perform multiple property assignements:

set the height,visibility,mainStack of this stack to 200,false,"main"

Maybe we could group inbuilt properties into custom groups (set the myProps
of this stack to 200,false,"main"). Could be configured in Custom
Properties. Just bouncing ideas here, probably reduces code readability.

3. Collections which can be passed as objects, and inbuilt "all" keyword,
which works like this: set the myProp of all cards to "valid".

4. SQL - like selection criteria to form object collections: get all cards
where field "Name" is "Jake"

5. A "With object "Statement, a la Visual Basic. Could be something like
this:

With this stack
     set the height to 300
     set the width to 400
     show
end with

The small fish:
1. A grab this stack command.
2. Maximize and restore this stack commands (for use when the decorations
is set to empty)

Kingsley Jegan J
Usability/Chennai
i|Nautix Technologies India Limited

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to