Hi All, I am new to gwt and in my application I have to display a svg file which I get from server. The question is I am able to get the svg file from server side and display using HTMLPanel. But events are not getting fired.Like mouse over ,drag and drop events etc which are inside the svg file they are not getting fired. Please let me know how can I solve this issue.
below is my code image = new HTMLPanel(response.getText()); rootPanel.add(image); Thanks in advance, Pradeep -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
