On Feb 21, 7:45 pm, Måns <[email protected]> wrote: > I made a test here:http://ismer.tiddlyspace.com/#TestAlleBilleder > Direct embedding works fine, however neither normal <<slide>> macro > nor nestedsliders seem to work... They work, but you have to move the mouse wheel to trigger a animation refresh. This is a problem, because roundabout doesn't know, that a slider is visible now. Need to think about this. But at the moment I don't want to hijack any default behaviour, which could trigger new side effects :)
As I wrote, transcluding = activating the <<roundabout>> several times with the same selector causes problems. In your case the pics in the sliders are rendered too small. Try this in [[TestAlleBilleder]] <<slider chkTestAlleBillederslider [[Alle billeder]] "se alle billeder">>+++[Alle billeder] <<tiddler [[Alle billeder]]>>=== <<tiddler [[Alle billeder]]>> <<roundabout selector:'.imgStack' childSelector:'span' defaults:'Alle billeder##Roundabout'>> which calls roundabout only once. And remove the roundabout in [[Alle billeder]] > If I mix <<image xxx.jpg link.[[http://XXX.tiddlyspace/ > xxx.jpg]]>><fancyBox>> and <<fancyBox [[xxx.jpg]] label:"xxx xx" > defaults:"DirectoryConfig##Defaults" fancy:"XX##Inside">> > The second <<fancybox macro distorts the image into a square (thumb) > and puts it centered in the > tiddler...http://ismer.tiddlyspace.com/#%5B%5BP.S.%20Kr%C3%B8yer%5D%5D Which browser do you use. I use FF and it renders fine. I can't see an issue here. Why do you need to mix it? In the next version, it will be possible to use custom fields as a title and info section. So there should be no need to use the label:x label:y anymore. Also using the tiddler title will be an option. see below. At the moment fancyBox plugin uses a <div> which automatically produces a linebreak, if you mean this behavior. Need to see if a <span> can do it. Needs some testing. > How can I set the thumb to keep aspectratio and *not* centered in the > tiddler?? height and width is CSS stuff. May be width: 30% Haven't tried yet. Scaling large images is slow. I would only load thumbs into the TW and let the plugin load the big picture on demand. > If I can't change how the thumb look or is placed - can I use the > imagemacrocall instead - to set a label or tooltip to be shown as > image title?? image macro only has the "alt" param, to be set as a title. But somehow it doesn't work. Your tiddler titles could be used as a slideshow title. I could remove everything after the last _dot_ eg: "My pretty tittle.jpg" would be "My pretty title" or eg: "A.nasty.title.with.many.dots" would be "A.nasty.title.with.many" :) This could be the default behaviour, if there are no title settings. What do you think? > > Most jQuery libraries are not built for the way, how we TiddlyWiki > > users want to use them :) > > I will try to learn what to expect from the tool, and adjust my > expectations to what I learn are the limits.... > I think you've done a really great job so far :-) Måns, thanks a lot for testing. Since feedback is the only way to get the info, how others want to use the plugins. === It would be kind, if you keep your testcases for a wile, after I fixed something. May be you tag them "test" and "excludeLists". It would save me a lot of work to build my own testcases, if I can have a look at yours too :) regards Mario -- 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.

