Hi Silverfox,

I think there are different ways one can accomplish what you want to do.

First, I think "this.invokeActions(...)" in your code should be 
"self.invokeActions(...)" and you should define a variable: var self = this 
on top of the scope:

YourWidget.prototype.render = function(parent,nextSibling) { 
var self = this;

...

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b00eace2-6cd7-4f81-badc-525d30cad473%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to