Hi Danielo,

Thanks for your patience.
I see now why the variables are not been substitued.
Maybe I'll try to pack the values in the param attribute.

But for now it's too late. I'll try tomorrow ...

By the way, I'm french.

Regards

FrD

Le samedi 19 avril 2014 20:59:01 UTC+2, Danielo Rodríguez a écrit :
>
> You just mixed things.
>
> As I said, the Navigator widget is not an ethereal thing that looks for 
> events. Its just a widget and it's placed at some point.
>
> The button widget raises an event  with just three parameters and nothing 
> more. 
> Did you noticed how the newTiddler widget is used? You enclose it inside 
> the set widgets
>
> <$set name="a" value="tag1">
> <$set name="b" value="World !">
> <$set name="c" value="fieldvalue">
> <$newtiddler skelleton="skel">bouton</$newtiddler>
> </$set></$set></$set>
>
> Then the newTiddler access its Variable References.
> Since you edited the Navigator widget you did it the other way round.
>
> This is what you Actually did:
>
> <$navigator>
> ....the rest of your wiki...
> <$set name="a" value="tag1">
> <$set name="b" value="World !">
> <$set name="c" value="fieldvalue">
> <$button message="tw-new-tiddler-from-skeleton" 
> param="skel">bouton</$button>
> </$set></$set></$set>
> ....the rest of your wiki....
> </$navigator>
>
>
> As you can see the navigator widget it's outside the set environment and 
> it does not have the variable references that you expect.
>
> Do you understand what I did? ;-) Are you spanish? 
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to