Have you tried RefreshPageDisplay? It has a different algorithm than RefreshTiddler
http://www.tiddlytools.com/#RefreshPageDisplay -m On Oct 12, 6:02 am, skye riquelme <[email protected]> wrote: > Hi All > > Looking for suggestions on updating/refreshing page items.......can´t > get it right !!!!! And its a bit complicated. > > OK...I have a skinny MainMenu holding just icons that active various > parts of the system. The sideBar is also heavily modified. Normally > the displayArea is a simple display........however the Page Template > actually has two parts in the displayArea - > > <div id='displayArea'> > <div id='leftMain' refresh='content' force='true' tiddler='LeftMain'></ > div> > <div id='messageArea'></div> > <div id='tiddlerDisplay'></div> > > ......normally the LeftMain is simply switched to "display:hidden" in > the StyleSheet - so everything looks normal!! > > Now using Erics ToggleTemplateTweak....some tiddlers are displayed > using a tagStyleSheet...where leftMain display is set to online....so > now LeftMain is visible (a sort of second MainMenu) and Display gets > narrowed down a little!. > > The tiddler that tiggers this display has a number of subtiddlers > (created through newHere)...what I want is that when I hit this tagged > tiddler it opens in Display (showing only its text) and ALSO opens in > LeftMain also listing its subtiddlers (simple fet).......when I click > on one of these subitems...it will open in the Display...but not > refresh the LeftMain list....so the LeftMain always has the main item > and its list of subitems....so I am using LeftMain to navegate through > the sub-items...as I said effectively a second > mainMenu............hope thats all clear..... > > LeftMain reads - > > <<tiddler {{"LeftMain##"+config.options.txtLeftDisplay}} with: > {{config.options.txtTitulo}}>> > /% > !!tema > <<wikify {{"[[$1]]"}}>> > <<tiddler [[$1]]>> > __Comentarios Recentes__ > <<forEachTiddler where 'tiddler.tags.containsAll(["comentario","$1"])' > sortBy 'tiddler.modified' write ' "[["+tiddler.title+"]] - > ("+tiddler.modified.formatString("YYYY/0MM/0DD as 0hh-0mm")+")\n"'>> > !!end > %/ > > where txtLeftDisplay is here set to "tema" --- in other cases it may > be different!!! > and txtTitulo = the title of the tagged tiddler that I want listed and > navegable from Leftmain......... > > NOW...when I click on one of these tagged tiddlers...it opens in the > Display...but LeftMain does not refresh...untill I use edit/done to > force a refresh (txtTitulo is set within this tiddler!)........ > > I have tried putting a refresh button in the toolbar of > taggedViewTemplate..(using Erics RefreshTiddler and AutoRefresh > transclusions) ..I have tried triggering it from the PageTemplate ( a > <span display='none' tiddler='LeftMain'> at the end of the > PageTemplate)...I´ve tried RefreshTiddler buttons in both the > mainDisplay and the LeftMain....nothing makes the contents of LeftMain > automatically refresh when I changed between tiddlers > (tagViewTemplate). > > Sorry this is along message......any ideas how to get this to work and > refresh automatically??? > > Thanks in Advance > Skye -- 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.

