Hi All (and Paulo)...como vai?
Playing with SlideShowPlugin as part of the way I organise my study
notes...which become information sheets/assignments/presentations
packets for my students...all wrapped up in a tight little TW !!!!
When the SlideShow list, is simple tiddlers with such text or
imagens...it runs perfectly.......but I want it to run through the
main tiddlers that are my research notes and presentation
packages......for example....a "foto tiddler" has the code -
|@@font-size:12pt;<<wikify {{tiddler.title}}>>@@|{{larger{<<tiddler
ShowPopup with:{{tiddler.title+"##texto"}} "Texto">>}}}|
|<<tiddler {{tiddler.title+"##fotoref"}}>>|''Referencias/Estudos''
<<forEachTiddler where 'tiddler.tags.contains
(context.viewerTiddler.title) && ! tiddler.tags.contains("nota")'
sortBy 'tiddler.title'>>|
|''Notas'' <<forEachTiddler where 'tiddler.tags.containsAll
([context.viewerTiddler.title,"nota"])' sortBy 'tiddler.modified'
write '" [[" + tiddler.title+"]]- "+tiddler.modifier+" \n"'>> |
<<player id=1 {{"Som/"+tiddler.title+".mp3"}} 200 45 true false>>|
/%
!!texto
TEXTO
!!fotoref
[img(500px,auto)[Presentation/biochar_lever_schematic4.jpg]]
!!end
%/
which means the tiddler presents as a 2 by 3 table basically like
| title | explanatory text (as popup) |
| foto |list of references - tagged with title) |
| list of notes that the students have added | player plugin that
"reads aloud " the explanatory text (mp2 files held in subdirectory
with file name as title) |
If I organise these tiddlers into a slideshow sequence....SlideShow
manages to display the first slide...and then looks for
"undefined"...in the slide control panel it says I am on slide "NaN/
15" where 15 is the current slide count.
SO, something in the code in the tiddler is conflicting with the
SlideShow Plugin.
(this TW has lots of other plugins...but I setup a much simpler TW
using the same SlideShow parameters and sample tiddllers similar to
above...and it failed in the same way....so its the tiddler code thats
the problem)
I could work around the problem by duplicating the fotos to be used in
the slide show in simple tiddlers....but I´d rather know why this is
happening...
Any Ideas???/ Anyone??
Thanks
Skye
(PS the simple case study here.......http://dl.dropbox.com/u/284644/
Presention.html - note that I stripped out the PortuguesPlugin...to
make it easier for Craig!!)
--
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.