Hello,

Maybe I'm not being clear with the tittle. What I mean is: Since 
linkcathcer can manipulate a tiddler and then raise a new message I expect 
it to manipulate the tiddler first, for example, creating it, and then 
raising the new message. From my test I think it behaves in the opposite 
way.

For example, with this code:

<$fieldmangler tiddler="test">
<$linkcatcher message="tm-add-field" param="comment">
<$linkcatcher message="tm-navigate" param="message" set="test" setTo="Aquí 
iría el texto ese que todo el mundo ama">
<$button> New field
<$action-navigate $to="test"/>
</$button>
</$linkcatcher>
</$linkcatcher>
</$fieldmangler>

I expect the test tiddler to be created with the setTo content and then I 
expect the comment field to be added. But to achieve this I have to click 
the button twice. I even tried with this second example with the same 
result:

<$fieldmangler tiddler="nabo">
<$linkcatcher message="tm-add-field" param="comment">
<$linkcatcher message="tm-navigate" set="nabo" setTo="Aquí iría el texto 
ese que todo el mundo ama">
<$button> New field
<$action-navigate $to="nabo"/>
</$button>
</$linkcatcher>
</$linkcatcher>
</$fieldmangler>

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to