Hi I'm the author of raphael4gwt/http://code.google.com/p/raphael4gwt/ (a project different than raphaelgwt). My response between lines
On Thu, 22 Mar 2012 07:51:07 -0700 (PDT) SigmaBlu <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Sebastian Gurin <[email protected]> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
