On Thu, 22 Mar 2012 07:51:07 -0700 (PDT)
SigmaBlu <sigma...@gmail.com> wrote:
> I have the following questions:
>
> 1) I was wondering if there were any examples out there that displayed
> vector objects models in a table/list type of format and also the
> vector images themselves? I know there is Raphael, but i dont see any
> examples that match my criteria. Raphael objects dont like being put
> inside of other panels beside a RootPanel.
I don't understand "displayed vector objects models in a table/list type of format and also the vector images themselves". Do you mean put raphael shapes in a html table or gwt table/list widget? in the case of raphael4gwt, you always create a Paper object for drawing in it and you put the raphael paper in any html element. It comes with an PaperWidget (GWT Widget) that you can add your GWT GUI.
>
> 2) Can I have 3 RootPanels. 1 that holds the list i spoke about above
> and 1 that holds the Raphael objects and 1 that holds both and have
> all three 'speak' to one another?
in raphael4gwt you can have as many papers as you want, and you can perfectly register event listeners in one raphael shape1 in a paper1 and in the handler modify a shape2 in a paper2.
Regards
>
> 3) Are there other vector drawing tools out there that will
> accomplish what i am seeking to do?
>
> Thanks,
>
> Sigma
>
> --
> You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
--
Sebastian Gurin <sgu...@softpoint.org>
It does look interesting. Thanks!
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/vNs0ZkiP1zkJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
Gentlemen,Thanks for your input. You all have made me increasingly aware of libraries used with GWT allows me to draw shapes. Many Thanks!Frank,Have you successfully used drag and drop or some other library with GWT-Graphic? Do you have any of your examples on-line?Regards,Sigma
--You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/vNs0ZkiP1zkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsub...@googlegroups.com.