nothing  changes.  your variant don't add [[]] , so it works as mine. You 
can test it yourself. if title has space it don't work  
 

\define ttt(value)
<$select tiddler='$:/temp/generated-list-demo-state-$(TestList)$'>
<$list filter='345336 3453434 45645645 3453453411 [[3454356 1]] [[43547776 
1 1]] [[544345 1 1]] [[5675678 1 1]] [[967875 1 1]]'>
<option value= <<currentTiddler>> ><$view field='nazvanie'/></option>
</$list>
</$select>
 <$tiddler tiddler={{$:/temp/generated-list-demo-state-$value$}}>
<$list filter=<<currentTiddler>>>  <span class="textboxtop textboxwhite ">
   {{||$:/_tile_images}}     </span>
</$list>
</$tiddler>
\end 

<$set name=TestList value=<<currentTiddler>>  > 
 <$macrocall $name="ttt" value=<<TestList>> >
</$set>





суббота, 5 марта 2016 г., 1:23:36 UTC+3 пользователь c pa написал:

> This is my guess at what you are doing
> #1 You place the name of a tiddler in another tiddler named 
> $:/temp/generated-list-demo-state-$(TestList)$
> #2 In the named tiddler you have an image
> #3 You have another tiddler named $:/_tile_images with some display logic 
> that when transcluded displays the image
>
> To fix it
> #1 change row 1 to "\define ttt(value)"
> #2 change row 7 to "<$tiddler 
> tiddler={{$:/temp/generated-list-demo-state-$value$}}>"
> #3 change row 15 to <$macrocall $name="ttt" value=<<TestList>> >
>
>

-- 
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.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e71e3be2-39bc-4883-bff0-85bd4e5f9e41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to