Hi Danielo > So, is some kind of deprecated widget?
It probably should be marked as deprecated once 5.1.5 is out. > Fine for me, but, how can we determine the order of the action widgets? The action widgets are executed in linear sequence. > Is a bit confusing that some widgets send their message up on the three and others down. They don't. Messages are always sent up the tree, towards the root widget. The button widget doesn't send a message to trigger the action widgets that it contains. It directly invokes the action widgets that are its immediate children (you can't nest action widgets inside other widgets). > What if I have an action widget inside the button widget and a linkcatcher in top of the button widget and the widget is raising a navigate message? The button would trigger the action widget which would send a message that would be caught by the linkcatcher widget. Best wishes Jeremy. On Thu, Oct 30, 2014 at 2:28 PM, Danielo Rodríguez <[email protected]> wrote: > One reason I could think of is that probably several more widgets would >> need to support chaining. Next, in some situations users may need to split >> messages, creating multiple message in reaction to a single message. >> > > Sorry, I did not understand that part. Many widgets are listening to > messages, why not send another one. > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.
