Hi Mat

> Just to make sure I understand; Here's the code here - are you saying it is 
> the outer wikified variable that causes the problem and I should instead 
> somehow move this into the actions argument?
> 
> <$wikify name=tid text={{$:/temp/addaliasfield}}>
> <$select tiddler='$:/temp/addaliasfield' size='5'
>          actions="""<$action-setfield $tiddler=<<tid>> $field=aliases 
> $value="oo">"""
> >
>    <$list filter='[all[tiddlers]!is[system]!has:field[aliases]]'>
>       <option><$view field='title'/></option>
>    </$list>
> </$select>
> </$wikify>
> 

That’s correct. The variable tid is inherited by the action string, but will 
not have been updated before execution. (One of the reasons is to avoid a 
potential inconsistency: a result of refreshing the tree to get that variable 
updated might plausibly be to cause that entire select widget to be removed 
from the tree).

You probably knew I was going to ask this, but what is the wikify widget here 
for? Why aren’t you using <$set name=tid text={{$:/temp/addaliasfield}}>?

Best wishes

Jeremy.


> 
> <:-)
> 
> -- 
> 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 [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/tiddlywiki 
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/fdb09e7c-9c4a-4bcd-8ee6-9927f69f83cb%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/fdb09e7c-9c4a-4bcd-8ee6-9927f69f83cb%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/820329F4-247B-4508-929C-A2B8923D8164%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to