You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raphaelgwt
Hello!
I don't know how I can update diagram after new Shape creation.
So My class extends Raphael. It has onLoad method in which several
nodes are created. Next, I'd like to create new Shapes. How I can
update my view?
Geoff Speicher
unread,
Feb 17, 2012, 5:34:49 AM2/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rapha...@googlegroups.com
I'm afraid I don't completely understand your question, but you can add shapes to the drawing any time after onLoad() is called, the same way as you would do it from onLoad().
Geoff
Eugene Ivlev
unread,
Feb 17, 2012, 7:34:43 AM2/17/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raphaelgwt
Sorry.. The problem was related to my mistake of view inject. I tried
to update new instance of view instead of proper view.
Thanks for response.