On Mar 21, 5:36 pm, "B. S." <[email protected]> wrote: > I'm a little weary of certain popups coming up, can they gain a > timeout? e.g. Having enabled autosave, each time it saves I have to > click close (and it keeps following me down the screen, I can't just > leave it at the top and ignore it). Similar if I search and no results > are found. A timeout of 5 seconds, or something, would be useful in > these cases. But NOT all cases - e.g. I see references to 'quiet' > within SaveAs, but I think having to always click close would be > useful there. >
The popup area frustrates me too. > A quick browse through the code reveals quiet, msgArea, messageArea, > displayMessage, and so on. > > messageArea looks to be the css, but, even not knowing css, I suspect > it likely that 'timeout' is a concept that has no applicability to > css whatsoever. You probably could do it via CSS, you could at least stop any message popups appearing by targeting the messageArea element and using the display: none CSS rule. > > So, for lack of a better understanding and way to ask the question: > Can messageArea time out? You can do this using Paul's FadingMessagesPlugin. Using this you can set a timeout which once it expires it will fade the message out. You can get the plugin from the tiddlywiki svn repository http://svn.tiddlywiki.org/Trunk/contributors/PaulDowney/plugins/FadingMessagesPlugin/FadingMessagesPlugin.js Hope that helps, Colm -- 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.

