Inheritance and Custom Properties

Jim Bufalini jim at visitrieve.com
Wed Apr 15 08:47:17 EDT 2009


Hi David,

While very useful message handlers, I don't believe that this qualifies as
object inheritance. And I don't know that someone just starting to get their
arms around custom properties should attempt to mess with them. ;-) 

For example, your setProp example doesn't have a pass statement, so the
actual custom property won't get changed. Someone just starting out with
custom properties wouldn't pick up on this and just think "things don't
work." And there are issues of recursion if used improperly and it takes
some understanding of sequencing. 

But, if Richmond decides to play with setProp and getProp and gets confused,
you can answer his questions. ;-)

Aloha from Hawaii

Jim Bufalini


> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-
> bounces at lists.runrev.com] On Behalf Of David Bovill
> Sent: Wednesday, April 15, 2009 1:59 AM
> To: How to use Revolution
> Subject: Re: Inheritance and Custom Properties
> 
> 2009/4/15 Jim Bufalini <jim at visitrieve.com>
> 
> 
> > Because they are not inherited, you are able to set them all
> independently
> > to different values, even though they all have the same names and
> keys.
> 
> 
> If you want them "inherited" you need to define a "getprop" handler.
> 
> getprop porkNbeans
> >      -- return your data here
> > end porkNbeans
> >
> > setprop porkNbeans someValue
> >      -- set your data here
> > end porkNbeans
> 
> 
> Put those anywhere in the hierarchy to "inherit" the property for all
> objects below it in the message path. You can check for the type of
> object
> if you want to restrict the property to particular things.
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list