[tw] Re: Tiddlyspot, automatic theme

2009-06-29 Thread wolfgang
Will try as soon I have the time, thanks again. On 29 Jun., 10:59, FND wrote: > > Thanks for the fast reply. Also Opera displays gradients very ugly. > > Therefore, could one write?: [...] > > That looks about right. > See here for what's > available:http://trac.tiddlywiki.org/browser/Trunk/cor

[tw] Re: Tiddlyspot, automatic theme

2009-06-29 Thread FND
> Thanks for the fast reply. Also Opera displays gradients very ugly. > Therefore, could one write?: [...] That looks about right. See here for what's available: http://trac.tiddlywiki.org/browser/Trunk/core/js/Config.js?rev=9256#L150 -- F. --~--~-~--~~~---~--~~

[tw] Re: Tiddlyspot, automatic theme

2009-06-29 Thread wolfgang
> You could use write a simple plugin using browser sniffing* - TiddlyWiki > provides a config.browser object for this: > if(config.browser.isIE) { > config.options.txtTheme = "legacyBrowsersTheme"; > } else { > config.options.txtTheme = "modernBrowsersTheme"; > }

[tw] Re: Tiddlyspot, automatic theme

2009-06-29 Thread FND
> If one uses a theme which works perfectly nice in Firefox - but which > would be completely messed up in IE and Opera - is there a way to > change the theme to a browser specific one at startup, be detecting > the browser of a visitor to such a online TiddlyWiki? You could use write a simple pl

[tw] Re: Tiddlyspot, automatic theme

2009-06-29 Thread wolfgang
If one uses a theme which works perfectly nice in Firefox - but which would be completely messed up in IE and Opera - is there a way to change the theme to a browser specific one at startup, be detecting the browser of a visitor to such a online TiddlyWiki? regards.. --~--~-~--~~-

[tw] Re: Tiddlyspot, automatic theme

2009-06-28 Thread Simon Baird
It might be that you have a cookie that is overriding the theme you've set (I presume?) in MptwUserConfigPlugin. So try clearing your cookies. On Thu, Jun 25, 2009 at 11:25 PM, Michael Johanson < michael.j.johan...@gmail.com> wrote: > > Hello fellas > > I made my TW, implemented all the features