Greetings
I've extended TW to support some (very simple & limited) property
inheritance. Tiddlers contain a collection of attributes, and I want
them to be able to inherit attributes where applicable.  All this is
done by attaching a custom field "myFieldContainer" to the tiddlers
through a macro <<addFieldContainer>> that sets
tiddler.fields.myFieldContainer = new fieldContainer() object.

I can inherit from another tiddler's FieldContainer through a macro
<<inheritContainerFrom (parent_title) >> Then I can override fields as
necessary, add fields, etc.

It all works, as long as all parent tiddlers are opened (more
specifically, evaluated) before their children are opened.  How can I
force a tiddler to be evaluated (recursively, and optimally,
invisibly) when the child is accessed? If I can get this to work I
have a nice little (hack) custom attribute inheritance mechanism that
will make or break an 'enhanced' TW I've been working on...

Any help appreciated, THANKS

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to