Folks I have a set of reveal widgets and there related state tiddlers - like this
<$reveal type="match" state=<<qualify $:/Temp/view-queue-custom>> text="yes"> ''Custom Order'' Will call a macro to view this? eg disposition aware </$reveal> <$reveal type="match" state=<<qualify $:/Temp/view-queue-FIFO>> text="yes"> ''First in First Out - Queue''<br> <<queueformatedlist "[<currentTiddler>listed[item-queue]sort[created]]"> </$reveal> <$reveal type="match" state=<<qualify $:/Temp/view-queue-LMFO>> text="yes"> ''Most Recently Edited - MRU''<br> <<queueformatedlist "[<currentTiddler>listed[item-queue]!sort[modified]]"> </$reveal> <$reveal type="match" state=<<qualify $:/Temp/view-queue-LIFO>> text="yes"> ''First in Last Out - (Stack)''<br> <<queueformatedlist "[<currentTiddler>listed[item-queue]!sort[created]]"> </$reveal> However when state=<<qualify $:/Temp/view-queue-FIFO>> text="yes"> the second reveal occurs as do the rest. and as a result if the others "states" are yes they do not display. Is the some unknown "Feature" or "Bug" causing this? Thank in Advance Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/76afd92c-823c-4780-83bd-706d32f7d1d9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

