Put the following into a tiddler tagged with systemConfig:

/***
|Name:|AutoClearMessageMacro|
|Description|It auto closes the pop-up messages after 3 seconds.
Change the 3000 to modify the time.|
***/
{{{
window.oldDisplayMessage = displayMessage;
displayMessage = function (text,linkText)
{ oldDisplayMessage(text,linkText);
setTimeout( 'clearMessage()', 3000 );
}
}}}

Ken Girard

On Feb 15, 6:07 am, bkh <[email protected]> wrote:
> Thank you so much!  I will give that a try.  I'm new at this and
> basically just experimenting with deleting things until it breaks.
> You have given me a good direction to head with confidence.
>
> Any thoughts on why that file saved bubble stays up?  I may post that
> question as a new message because I think it is not specific to TWT-
> notes.
>
> BKh
--~--~---------~--~----~------------~-------~--~----~
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