Hi Alex,

Well, the results aren't really sent anywhere. Instead the tiddler
(transcluded or not) that fiddle with rating information like
RatingSummary are being 'refreshed' (update their contents). This is
what the 'update' function in RatingMacro is for and 'refresh' sure
would have been a more appropriate name for it. It loops over all
those tiddlers which you specified for being updated (aka 'refreshed')
which I stored in the 'rel' attribute of the rating wrapper. Somewhere
in the loop it does just the following:

story.refreshTiddler(tids[i],null,true);
refreshDisplay(tids[i]);

...which I assume doesn't work with TiddlersBar as for now, since all
tiddlers except the currently visible are 'display:none' and therefore
presumably skipped by the core 'refresh' handler. So I am not sure if
this is something the core could be amenable to or whether TiddlersBar
requires some more tinkering with.

Anyone around with a more indepth understanding of the process or an
idea on how to refresh hidden content?


Tobias.
--~--~---------~--~----~------------~-------~--~----~
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