> 3) ... a text option input field to enter the desired display time before > fading the messages.
I see this is already included in the plugin: <<option txtFadingMessagesTimeout>> However, the plugin always hard-codes this setting to 5 seconds, and even if you change the value, the next time the document is loaded, it will always revert to the hard-coded value. Try this code instead: if (config.options.txtFadingMessagesTimeout===undefined) config.options.txtFadingMessagesTimeout=5; Also, perhaps a separate checkbox isn't needed: rather, one could just set the fading timeout == 0 (or blank input) to indicate that no fading is desired. -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

