2009/4/15 Jim Bufalini <[email protected]>

> 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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to