Automatically clearing the TW message box display after a fixed amount of time has elapsed can be somewhat problematic from a usability standpoint. As Mans notes: ---------- I often leave my pc - and expect to see the notification - when I get back.. ----------
Thus, manually clearing the message box (by pressing the 'close' command) still seems the best choice... and here's a little tweak to [[PageTemplate]] that makes it a bit easier to close by adding a double-click handler, like this: <div id='messageArea' ondblclick='clearMessage();return false;'></div> With this tweak in place, you just double-click anywhere in the background of the message box to clear it. enjoy, -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

