Yes, but there are some weird bits that come with the order that other 
things are done that may make it seem otherwise. For example, if you have 
something like this:

<$fieldmangler>
<$set name=SomeVariable value={{ThisTiddler!!tags}}>
<$button>BUTTON!!
<$action-sendmessage $message='tm-add-tag' $param=SomeTag/>
<$action-setfield $field='some_field' $value=<<SomeVariable>>/>
</$button>
</$set>
</$fieldmangler>

than the variable SomeVariable won't be updated with the value SomeTag when 
the field some_field is set. This is because of how widgets refresh.

So the order of the actions is sequential, but updating variables and other 
widgets may not take effect when you expect them to.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c2d37fb-6383-4d53-97b7-2e17a81a0050%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to