Re: Drawing Lines

2009-08-27 Thread Paul Robinson
Does your gwt.xml file have an entry in it to inherit the Diagrams module you're trying to use? Something like: inherits name='pl.balon.gwt.diagrams.Diagrams'/ You may be interested in http://code.google.com/p/gwt-diagrams2/ instead (I've not used either of them though) HTH Paul GTM wrote:

Re: Drawing Lines

2009-08-26 Thread GTM
Any help with this error? On Aug 25, 6:36 pm, GTM gigakabuteri...@gmail.com wrote: Thanks. Am I allowed to use the code? I am trying to use it and I get this error: [ERROR] Line 49: No source code is available for type pl.balon.gwt.diagrams.client.connector.UIObjectConnector; did you

Re: Drawing Lines

2009-08-25 Thread श्री
hi On Aug 25, 6:06 am, GTM gigakabuteri...@gmail.com wrote: I was wondering if there was any option to allow a user to draw lines. Basically, I would a bunch of icons to appear on the screen. The user would be able to draw lines to connect two of these icons to show a connection. perhaps u

Re: Drawing Lines

2009-08-25 Thread GTM
Thanks. Am I allowed to use the code? I am trying to use it and I get this error: [ERROR] Line 49: No source code is available for type pl.balon.gwt.diagrams.client.connector.UIObjectConnector; did you forget to inherit a required module? On Aug 25, 4:58 am, (श्री) GNU Yoga gnuy...@gmail.com

Drawing Lines

2009-08-24 Thread GTM
I was wondering if there was any option to allow a user to draw lines. Basically, I would a bunch of icons to appear on the screen. The user would be able to draw lines to connect two of these icons to show a connection. --~--~-~--~~~---~--~~ You received this

:Drawing Lines using GWT

2009-01-19 Thread Sri
Hi , I am developing graphic oriented application using GWT. Can we draw lines ie straight lines and as well as curvy lines ? In my application I need to connect the vertical boxes using lines. Please give me some pointers to implement this functionality.