Re: [tw] Re: [TW5] Slider problem in Chrome

2014-01-20 Thread Ton Gerner
Hi Stephan & Jeremy, Thanks guys, I can wait ;) In the meantime I use Stephan's definition. Cheers, Ton On Monday, January 20, 2014 12:24:30 PM UTC+1, Jeremy Ruston wrote: > > > Besides avoiding wikification you added "qualifier" to the slider >> definition. >> > > Apologies - I started updat

Re: [tw] Re: [TW5] Slider problem in Chrome

2014-01-20 Thread Jeremy Ruston
> Besides avoiding wikification you added "qualifier" to the slider > definition. > Apologies - I started updating the macro to use the qualifier mechanism, but decided that it would obscure the point I was trying to demonstrate. And then forgot to remove the macro parameter I had added. > > What

Re: [tw] Re: [TW5] Slider problem in Chrome

2014-01-20 Thread Stephan Hradek
Hi Ton! You need to wait for the next TW5 release before this can work. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com.

Re: [tw] Re: [TW5] Slider problem in Chrome

2014-01-20 Thread Ton Gerner
Hi Jeremy, Thanks for the explanation the difference between Firefox and Chrome. So IE behaves like Firefox and Opera and Safari like Chrome. Besides avoiding wikification you added "qualifier" to the slider definition. What does this mean? How to use the new slider? If I try: <> I get a wor

Re: [tw] Re: [TW5] Slider problem in Chrome

2014-01-19 Thread Jeremy Ruston
The different results in Chrome and Firefox are because they behave differently when a link is inside a button element. For 5.0.7, I've adjusted the text widget so that you can now pass the text to be rendered via the "text" attribute. That lets the slider macro be rewritten like this, avoiding the

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
check "slider macro fix". It's not global though. You have to copy over the slider macro to every tiddler you need it in. Or you need to convert it into a plugin. Check "Javascript Macros in WikiText" for that. Both on tw5magick.tiddlyspot.com -- You received this message because you are subsc

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Albertononi
Slider works for me. Thanks! And it would be great to have something like: {{description|MyTiddlerTitle||slider}} Is it possible? Le jeudi 16 janvier 2014 21:18:22 UTC+1, Ton Gerner a écrit : > > Hi all, > > I added the following slider defintion, based upon [1] to > $:/core/ui/PageMacros > > \

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
Am Freitag, 17. Januar 2014 11:32:43 UTC+1 schrieb Ton Gerner: > > Awesome. > > Yet again I updated. This time I didn't use the list widget but another template called "unwikified". -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscrib

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Ton Gerner
Awesome. Tanks again, Ton On Friday, January 17, 2014 11:17:04 AM UTC+1, Stephan Hradek wrote: > > As you already have read in the other replies the root cause for the > problem is the wikified buttontext. > > As you also noted, putting a tilde ~ does not generally help. > > But puting this as

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
As you already have read in the other replies the root cause for the problem is the wikified buttontext. As you also noted, putting a tilde ~ does not generally help. But puting this as the buttontext will help: <$list filter="[[$label$]]"><$view field="title"/> So the full macro is: \define

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
Am Freitag, 17. Januar 2014 10:30:55 UTC+1 schrieb Ton Gerner: > > Hi Stephan, > > Yes, now your Global slider macro works in Chrome. Yesterday it didn't. > > Sure… Because when I created it, I didn't know about the root cause of the problem. In the meantime I fixed it. -- You received this m

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Ton Gerner
Hi Stephan, Yes, now your Global slider macro works in Chrome. Yesterday it didn't. Thanks Ton On Friday, January 17, 2014 9:58:41 AM UTC+1, Stephan Hradek wrote: > > Check my tw5magick template. For your example it works, meaning: When > Label equals the tiddler's name. > -- You received th

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
Check my tw5magick template. For your example it works, meaning: When Label equals the tiddler's name. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Ton Gerner
Hi Stephan, But putting standard a ~ in front of $label$ is not a general solution for the slider definition. It only works for CamelCase, otherwise the ~ shows up. Cheers, Ton On Friday, January 17, 2014 8:11:05 AM UTC+1, Ton Gerner wrote: > > Hi Stephan, > > You are totally right. Thanks. >

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Ton Gerner
Hi Stephan, You are totally right. Thanks. Even in Firefox or IE it is displayed as a link in my MTC and I did not notice that (there is no class defined in my MTC). But why does FF/IE give precedence to the slider and Chrome, opera and Safari precedence to the link? Anyhow, it is solved. Th

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
Try again… -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to tiddlywiki@googlegroups.co

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
Put a ~ in front of the $label$ which is the buttontext. The problem is that it is wikified. The link gets precedence over the underlying button. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Ton Gerner
Hi Stephan, If I open your Global slider macro in Firefox v26 or IE v11 it works. If I open it in Chrome 32 or Opera 18 it just acts as a link. Cheers, Ton On Thursday, January 16, 2014 10:15:53 PM UTC+1, Stephan Hradek wrote: > > Answers deleted due to not reading question correctly… Sorry! >

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
In Safari on 10.5.8 it also works as a link. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send e

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
Answers deleted due to not reading question correctly… Sorry! But I recreated a global slider. Check it on http://tw5magick.tiddlyspot.com/ "Global slider macro". -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group an

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
I always fail with that… Try <$macrocall $name="slider" label="GettingStarted" text={{GettingStarted}}/> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tidd

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
I always fail with that… Try <$macrocll $name="slider" label="GettingStarted" text={{GettingStarted}}/> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywi