Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-05-03 Thread leyg
Thanks very much Peter! That helpted a lot, i was nearly getting crazy
because of that :)
I put a comment on the wiki of raphaelgwt, so that everybody knows how
to configure it easily with the .jar-file...

Its because the distribution (raphaelgwt-r16.zip), by extracting it,
there are nowhere in the src-folder .class-Files... the .jar-File you
gave the link to it, contains in the folder client all the
necessary .class-Files... so it functions very well with the .jar-
File!!!

I would like to know, why that dosn't function with the distribution
(raphaelgwt-r16.zip) that is offered...anybody an idea?

Best regards

On 2 Mai, 12:03, Peter Simun  wrote:
> Finally I understand exactly what is the problem :)
>
> You have few posibilities:
> 1, (Copied from getting started wiki) "Download the source
> distribution and extract in your project root" - so just download zip
> bundle and copy the sources from bundle into your project sources
>
> 2, Add jar dependency into your project. It depends if you are using
> some dependency management tool or just plain eclipse based project.
> For maven project:
> - add new repositoryhttp://acris.googlecode.com/svn/releases-repository
> - add dependency to you pom.xml
>
>         
>                 com.hydro4ge
>                 raphaelgwt
>                 1.0.0
>         
>
> For eclipse based project:
> - 
> downloadhttp://acris.googlecode.com/svn/releases-repository/com/hydro4ge/raph...
> - add new library in project build path using eclipse
>
> Hope this helps
> Peter
>
> On 1. Máj, 19:39 h., leyg  wrote:
>
>
>
> > Thanks Peter, but this doesn't help, because it covers not my Problem.
> > i have problem in configuring the raphaelgwt-library into my Project,
> > i created a new discussion once...
> > 
> > it is getting me * this problem :(
>
> > Normally you really just has to to that 2 steps as described in the
> > wiki of raphaelGWT, but i cant see which step i did wrong... .
>
> > On 1 Mai, 14:21, Peter Simun  wrote:
>
> > > sure ... just read README.txt (http://code.google.com/p/raphaelgwt/
> > > source/browse/trunk/samples/MyCircle/README.txt)
>
> > > without eclipse it is just one command: ant devmode which runs the
> > > sample in development mode (ou, the zero step is to set up correctly
> > > GWTPATH environment variable to your GWT libraries).
>
> > > You can inspire from the sample project in order to create new one.
>
> > > Peter
>
> > > On 29. Apr, 21:35 h., leyg  wrote:
>
> > > > the raphaelgwt wrapper is perfect!!!
> > > > but how can i configure it working (with ecplise or without eclipse)
> > > > just with GWT... i have problems in how to add the library... the
> > > > steps in the wiki of raphaelgwt does't help...
>
> > > > did anybody configure it?
>
> > > > On 19 Apr., 21:41, Peter Simun  wrote:
>
> > > > > and what about usingGWTraphaelwrapper 
> > > > > ?http://code.google.com/p/raphaelgwt/
>
> > > > > You can find getting started wiki there (http://code.google.com/p/
> > > > > raphaelgwt/wiki/GettingStarted) and also the sample 
> > > > > projecthttp://code.google.com/p/raphaelgwt/source/browse/#svn/trunk/samples.
>
> > > > > -p-
>
> > > > > On 15. Apr, 22:12 h., David Kendall  wrote:
>
> > > > > > gafgaf  wrote:
> > > > > > >ok its done, i tried but it is not very compatible with current
> > > > > > >versions of Firefox, IE, ... and GWT2.0
> > > > > > >and that project is not progressed and improved anymore...
>
> > > > > > >nevertheless, thanks a lot!
> > > > > > >best regards
>
> > > > > > >On 15 Apr., 18:22, gafgaf  wrote:
> > > > > > >> Hi, thanks for the link, it looks good... i like try it but i 
> > > > > > >> have
> > > > > > >> problems configuring it withgwt, is there a manual for dummies 
> > > > > > >> using
> > > > > > >> eclipse or without eclipse?
>
> > > > > > >> best regards
>
> > > > > > >> On 15 Apr., 16:48, kozura  wrote:
>
> > > > > > >> > maybehttp://code.google.com/p/gwt-diagrams/
>
> > > > > > >> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > > > > > >> > > Hi
> > > > > > >> > > I'm student from Germany an looking for any good library 
> > > > > > >> > > that i can
> > > > > > >> > > use with Google Web Toolkit to create trees/graphs, where 
> > > > > > >> > > you can move
> > > > > > >> > > nodes and connect these nodes with edges...but not like 
> > > > > > >> > > PieChart,
> > > > > > >> > > MotionChart.. but like 
> > > > > > >> > > e.g.:http://raphaeljs.com/graffle.html.
> > > > > > >> > > So finally it has to do with JavaScript... i don't like make 
> > > > > > >> > > just a
> > > > > > >> > > desktop-application.
>
> > > > > > >> > > My problem is i'm beginner and i dont know which libraries 
> > > > > > >> > > would be
> > > > > > >> > > appropriate for my idea with the tree/graph... I'am looking 
> > > > > > >> > > a while
> > > > > > >> > > for some appropriate libraries in the internet, but so far i 
> > > > > > >> > > didn't
> > > > > > >>

Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-05-02 Thread Peter Simun
Finally I understand exactly what is the problem :)

You have few posibilities:
1, (Copied from getting started wiki) "Download the source
distribution and extract in your project root" - so just download zip
bundle and copy the sources from bundle into your project sources

2, Add jar dependency into your project. It depends if you are using
some dependency management tool or just plain eclipse based project.
For maven project:
- add new repository http://acris.googlecode.com/svn/releases-repository
- add dependency to you pom.xml


com.hydro4ge
raphaelgwt
1.0.0


For eclipse based project:
- download 
http://acris.googlecode.com/svn/releases-repository/com/hydro4ge/raphaelgwt/1.0.0/raphaelgwt-1.0.0.jar
- add new library in project build path using eclipse

Hope this helps
Peter

On 1. Máj, 19:39 h., leyg  wrote:
> Thanks Peter, but this doesn't help, because it covers not my Problem.
> i have problem in configuring the raphaelgwt-library into my Project,
> i created a new discussion once...
> 
>
>
> it is getting me * this problem :(
>
> Normally you really just has to to that 2 steps as described in the
> wiki of raphaelGWT, but i cant see which step i did wrong... .
>
> On 1 Mai, 14:21, Peter Simun  wrote:
>
>
>
> > sure ... just read README.txt (http://code.google.com/p/raphaelgwt/
> > source/browse/trunk/samples/MyCircle/README.txt)
>
> > without eclipse it is just one command: ant devmode which runs the
> > sample in development mode (ou, the zero step is to set up correctly
> > GWTPATH environment variable to your GWT libraries).
>
> > You can inspire from the sample project in order to create new one.
>
> > Peter
>
> > On 29. Apr, 21:35 h., leyg  wrote:
>
> > > the raphaelgwt wrapper is perfect!!!
> > > but how can i configure it working (with ecplise or without eclipse)
> > > just with GWT... i have problems in how to add the library... the
> > > steps in the wiki of raphaelgwt does't help...
>
> > > did anybody configure it?
>
> > > On 19 Apr., 21:41, Peter Simun  wrote:
>
> > > > and what about usingGWTraphaelwrapper 
> > > > ?http://code.google.com/p/raphaelgwt/
>
> > > > You can find getting started wiki there (http://code.google.com/p/
> > > > raphaelgwt/wiki/GettingStarted) and also the sample 
> > > > projecthttp://code.google.com/p/raphaelgwt/source/browse/#svn/trunk/samples.
>
> > > > -p-
>
> > > > On 15. Apr, 22:12 h., David Kendall  wrote:
>
> > > > > gafgaf  wrote:
> > > > > >ok its done, i tried but it is not very compatible with current
> > > > > >versions of Firefox, IE, ... and GWT2.0
> > > > > >and that project is not progressed and improved anymore...
>
> > > > > >nevertheless, thanks a lot!
> > > > > >best regards
>
> > > > > >On 15 Apr., 18:22, gafgaf  wrote:
> > > > > >> Hi, thanks for the link, it looks good... i like try it but i have
> > > > > >> problems configuring it withgwt, is there a manual for dummies 
> > > > > >> using
> > > > > >> eclipse or without eclipse?
>
> > > > > >> best regards
>
> > > > > >> On 15 Apr., 16:48, kozura  wrote:
>
> > > > > >> > maybehttp://code.google.com/p/gwt-diagrams/
>
> > > > > >> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > > > > >> > > Hi
> > > > > >> > > I'm student from Germany an looking for any good library that 
> > > > > >> > > i can
> > > > > >> > > use with Google Web Toolkit to create trees/graphs, where you 
> > > > > >> > > can move
> > > > > >> > > nodes and connect these nodes with edges...but not like 
> > > > > >> > > PieChart,
> > > > > >> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> > > > > >> > > So finally it has to do with JavaScript... i don't like make 
> > > > > >> > > just a
> > > > > >> > > desktop-application.
>
> > > > > >> > > My problem is i'm beginner and i dont know which libraries 
> > > > > >> > > would be
> > > > > >> > > appropriate for my idea with the tree/graph... I'am looking a 
> > > > > >> > > while
> > > > > >> > > for some appropriate libraries in the internet, but so far i 
> > > > > >> > > didn't
> > > > > >> > > found something usefull that works withGWT(gwt-jsviz is 
> > > > > >> > > already a
> > > > > >> > > dead project as i see)...do you have any suggestion for me, 
> > > > > >> > > how i can
> > > > > >> > > realize my idea withGWT, maybe without any external 
> > > > > >> > > librariy... i
> > > > > >> > > would be very pleased and happy...
>
> > > > > >> > > Thanks and best regards
> > > > > >> > > Gafur
>
> > > > > >--
> > > > > >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-tool...@googlegroups.com.
> > > > > >To unsubscribe from this group, send email to 
> > > > > >google-web-toolkit+unsubscr...@googlegroups.com.
> > > > > >For more options, visit this group 
> > > > > >athttp:

Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-05-01 Thread leyg
Thanks Peter, but this doesn't help, because it covers not my Problem.
i have problem in configuring the raphaelgwt-library into my Project,
i created a new discussion once...
< 
http://groups.google.de/group/raphaeljs/browse_frm/thread/6dc40b5120bfc14a/7d1f4fa5bf879e98#7d1f4fa5bf879e98
>

it is getting me * this problem :(

Normally you really just has to to that 2 steps as described in the
wiki of raphaelGWT, but i cant see which step i did wrong... .

On 1 Mai, 14:21, Peter Simun  wrote:
> sure ... just read README.txt (http://code.google.com/p/raphaelgwt/
> source/browse/trunk/samples/MyCircle/README.txt)
>
> without eclipse it is just one command: ant devmode which runs the
> sample in development mode (ou, the zero step is to set up correctly
> GWTPATH environment variable to your GWT libraries).
>
> You can inspire from the sample project in order to create new one.
>
> Peter
>
> On 29. Apr, 21:35 h., leyg  wrote:
>
>
>
> > the raphaelgwt wrapper is perfect!!!
> > but how can i configure it working (with ecplise or without eclipse)
> > just with GWT... i have problems in how to add the library... the
> > steps in the wiki of raphaelgwt does't help...
>
> > did anybody configure it?
>
> > On 19 Apr., 21:41, Peter Simun  wrote:
>
> > > and what about usingGWTraphaelwrapper 
> > > ?http://code.google.com/p/raphaelgwt/
>
> > > You can find getting started wiki there (http://code.google.com/p/
> > > raphaelgwt/wiki/GettingStarted) and also the sample 
> > > projecthttp://code.google.com/p/raphaelgwt/source/browse/#svn/trunk/samples.
>
> > > -p-
>
> > > On 15. Apr, 22:12 h., David Kendall  wrote:
>
> > > > gafgaf  wrote:
> > > > >ok its done, i tried but it is not very compatible with current
> > > > >versions of Firefox, IE, ... and GWT2.0
> > > > >and that project is not progressed and improved anymore...
>
> > > > >nevertheless, thanks a lot!
> > > > >best regards
>
> > > > >On 15 Apr., 18:22, gafgaf  wrote:
> > > > >> Hi, thanks for the link, it looks good... i like try it but i have
> > > > >> problems configuring it withgwt, is there a manual for dummies using
> > > > >> eclipse or without eclipse?
>
> > > > >> best regards
>
> > > > >> On 15 Apr., 16:48, kozura  wrote:
>
> > > > >> > maybehttp://code.google.com/p/gwt-diagrams/
>
> > > > >> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > > > >> > > Hi
> > > > >> > > I'm student from Germany an looking for any good library that i 
> > > > >> > > can
> > > > >> > > use with Google Web Toolkit to create trees/graphs, where you 
> > > > >> > > can move
> > > > >> > > nodes and connect these nodes with edges...but not like PieChart,
> > > > >> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> > > > >> > > So finally it has to do with JavaScript... i don't like make 
> > > > >> > > just a
> > > > >> > > desktop-application.
>
> > > > >> > > My problem is i'm beginner and i dont know which libraries would 
> > > > >> > > be
> > > > >> > > appropriate for my idea with the tree/graph... I'am looking a 
> > > > >> > > while
> > > > >> > > for some appropriate libraries in the internet, but so far i 
> > > > >> > > didn't
> > > > >> > > found something usefull that works withGWT(gwt-jsviz is already a
> > > > >> > > dead project as i see)...do you have any suggestion for me, how 
> > > > >> > > i can
> > > > >> > > realize my idea withGWT, maybe without any external librariy... i
> > > > >> > > would be very pleased and happy...
>
> > > > >> > > Thanks and best regards
> > > > >> > > Gafur
>
> > > > >--
> > > > >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-tool...@googlegroups.com.
> > > > >To unsubscribe from this group, send email to 
> > > > >google-web-toolkit+unsubscr...@googlegroups.com.
> > > > >For more options, visit this group 
> > > > >athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> > > --
> > > 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-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > 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-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> 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-tool...@googlegroups.com.
> To unsu

Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-05-01 Thread Peter Simun
sure ... just read README.txt (http://code.google.com/p/raphaelgwt/
source/browse/trunk/samples/MyCircle/README.txt)

without eclipse it is just one command: ant devmode which runs the
sample in development mode (ou, the zero step is to set up correctly
GWTPATH environment variable to your GWT libraries).

You can inspire from the sample project in order to create new one.

Peter

On 29. Apr, 21:35 h., leyg  wrote:
> the raphaelgwt wrapper is perfect!!!
> but how can i configure it working (with ecplise or without eclipse)
> just with GWT... i have problems in how to add the library... the
> steps in the wiki of raphaelgwt does't help...
>
> did anybody configure it?
>
> On 19 Apr., 21:41, Peter Simun  wrote:
>
>
>
> > and what about usingGWTraphaelwrapper ?http://code.google.com/p/raphaelgwt/
>
> > You can find getting started wiki there (http://code.google.com/p/
> > raphaelgwt/wiki/GettingStarted) and also the sample 
> > projecthttp://code.google.com/p/raphaelgwt/source/browse/#svn/trunk/samples.
>
> > -p-
>
> > On 15. Apr, 22:12 h., David Kendall  wrote:
>
> > > gafgaf  wrote:
> > > >ok its done, i tried but it is not very compatible with current
> > > >versions of Firefox, IE, ... and GWT2.0
> > > >and that project is not progressed and improved anymore...
>
> > > >nevertheless, thanks a lot!
> > > >best regards
>
> > > >On 15 Apr., 18:22, gafgaf  wrote:
> > > >> Hi, thanks for the link, it looks good... i like try it but i have
> > > >> problems configuring it withgwt, is there a manual for dummies using
> > > >> eclipse or without eclipse?
>
> > > >> best regards
>
> > > >> On 15 Apr., 16:48, kozura  wrote:
>
> > > >> > maybehttp://code.google.com/p/gwt-diagrams/
>
> > > >> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > > >> > > Hi
> > > >> > > I'm student from Germany an looking for any good library that i can
> > > >> > > use with Google Web Toolkit to create trees/graphs, where you can 
> > > >> > > move
> > > >> > > nodes and connect these nodes with edges...but not like PieChart,
> > > >> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> > > >> > > So finally it has to do with JavaScript... i don't like make just a
> > > >> > > desktop-application.
>
> > > >> > > My problem is i'm beginner and i dont know which libraries would be
> > > >> > > appropriate for my idea with the tree/graph... I'am looking a while
> > > >> > > for some appropriate libraries in the internet, but so far i didn't
> > > >> > > found something usefull that works withGWT(gwt-jsviz is already a
> > > >> > > dead project as i see)...do you have any suggestion for me, how i 
> > > >> > > can
> > > >> > > realize my idea withGWT, maybe without any external librariy... i
> > > >> > > would be very pleased and happy...
>
> > > >> > > Thanks and best regards
> > > >> > > Gafur
>
> > > >--
> > > >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-tool...@googlegroups.com.
> > > >To unsubscribe from this group, send email to 
> > > >google-web-toolkit+unsubscr...@googlegroups.com.
> > > >For more options, visit this group 
> > > >athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > 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-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-04-29 Thread leyg
the raphaelgwt wrapper is perfect!!!
but how can i configure it working (with ecplise or without eclipse)
just with GWT... i have problems in how to add the library... the
steps in the wiki of raphaelgwt does't help...

did anybody configure it?

On 19 Apr., 21:41, Peter Simun  wrote:
> and what about usingGWTraphaelwrapper ?http://code.google.com/p/raphaelgwt/
>
> You can find getting started wiki there (http://code.google.com/p/
> raphaelgwt/wiki/GettingStarted) and also the sample 
> projecthttp://code.google.com/p/raphaelgwt/source/browse/#svn/trunk/samples.
>
> -p-
>
> On 15. Apr, 22:12 h., David Kendall  wrote:
>
>
>
> > gafgaf  wrote:
> > >ok its done, i tried but it is not very compatible with current
> > >versions of Firefox, IE, ... and GWT2.0
> > >and that project is not progressed and improved anymore...
>
> > >nevertheless, thanks a lot!
> > >best regards
>
> > >On 15 Apr., 18:22, gafgaf  wrote:
> > >> Hi, thanks for the link, it looks good... i like try it but i have
> > >> problems configuring it withgwt, is there a manual for dummies using
> > >> eclipse or without eclipse?
>
> > >> best regards
>
> > >> On 15 Apr., 16:48, kozura  wrote:
>
> > >> > maybehttp://code.google.com/p/gwt-diagrams/
>
> > >> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > >> > > Hi
> > >> > > I'm student from Germany an looking for any good library that i can
> > >> > > use with Google Web Toolkit to create trees/graphs, where you can 
> > >> > > move
> > >> > > nodes and connect these nodes with edges...but not like PieChart,
> > >> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> > >> > > So finally it has to do with JavaScript... i don't like make just a
> > >> > > desktop-application.
>
> > >> > > My problem is i'm beginner and i dont know which libraries would be
> > >> > > appropriate for my idea with the tree/graph... I'am looking a while
> > >> > > for some appropriate libraries in the internet, but so far i didn't
> > >> > > found something usefull that works withGWT(gwt-jsviz is already a
> > >> > > dead project as i see)...do you have any suggestion for me, how i can
> > >> > > realize my idea withGWT, maybe without any external librariy... i
> > >> > > would be very pleased and happy...
>
> > >> > > Thanks and best regards
> > >> > > Gafur
>
> > >--
> > >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-tool...@googlegroups.com.
> > >To unsubscribe from this group, send email to 
> > >google-web-toolkit+unsubscr...@googlegroups.com.
> > >For more options, visit this group 
> > >athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-04-19 Thread Peter Simun
and what about using GWT raphael wrapper ? http://code.google.com/p/raphaelgwt/

You can find getting started wiki there (http://code.google.com/p/
raphaelgwt/wiki/GettingStarted) and also the sample project
http://code.google.com/p/raphaelgwt/source/browse/#svn/trunk/samples.

-p-

On 15. Apr, 22:12 h., David Kendall  wrote:
> gafgaf  wrote:
> >ok its done, i tried but it is not very compatible with current
> >versions of Firefox, IE, ... and GWT2.0
> >and that project is not progressed and improved anymore...
>
> >nevertheless, thanks a lot!
> >best regards
>
> >On 15 Apr., 18:22, gafgaf  wrote:
> >> Hi, thanks for the link, it looks good... i like try it but i have
> >> problems configuring it with gwt, is there a manual for dummies using
> >> eclipse or without eclipse?
>
> >> best regards
>
> >> On 15 Apr., 16:48, kozura  wrote:
>
> >> > maybehttp://code.google.com/p/gwt-diagrams/
>
> >> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> >> > > Hi
> >> > > I'm student from Germany an looking for any good library that i can
> >> > > use with Google Web Toolkit to create trees/graphs, where you can move
> >> > > nodes and connect these nodes with edges...but not like PieChart,
> >> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> >> > > So finally it has to do with JavaScript... i don't like make just a
> >> > > desktop-application.
>
> >> > > My problem is i'm beginner and i dont know which libraries would be
> >> > > appropriate for my idea with the tree/graph... I'am looking a while
> >> > > for some appropriate libraries in the internet, but so far i didn't
> >> > > found something usefull that works with GWT (gwt-jsviz is already a
> >> > > dead project as i see)...do you have any suggestion for me, how i can
> >> > > realize my idea with GWT, maybe without any external librariy... i
> >> > > would be very pleased and happy...
>
> >> > > Thanks and best regards
> >> > > Gafur
>
> >--
> >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-tool...@googlegroups.com.
> >To unsubscribe from this group, send email to 
> >google-web-toolkit+unsubscr...@googlegroups.com.
> >For more options, visit this group 
> >athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-04-15 Thread David Kendall


gafgaf  wrote:

>ok its done, i tried but it is not very compatible with current
>versions of Firefox, IE, ... and GWT2.0
>and that project is not progressed and improved anymore...
>
>nevertheless, thanks a lot!
>best regards
>
>On 15 Apr., 18:22, gafgaf  wrote:
>> Hi, thanks for the link, it looks good... i like try it but i have
>> problems configuring it with gwt, is there a manual for dummies using
>> eclipse or without eclipse?
>>
>> best regards
>>
>> On 15 Apr., 16:48, kozura  wrote:
>>
>> > maybehttp://code.google.com/p/gwt-diagrams/
>>
>> > On Apr 14, 12:26 pm, gafgaf  wrote:
>>
>> > > Hi
>> > > I'm student from Germany an looking for any good library that i can
>> > > use with Google Web Toolkit to create trees/graphs, where you can move
>> > > nodes and connect these nodes with edges...but not like PieChart,
>> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
>> > > So finally it has to do with JavaScript... i don't like make just a
>> > > desktop-application.
>>
>> > > My problem is i'm beginner and i dont know which libraries would be
>> > > appropriate for my idea with the tree/graph... I'am looking a while
>> > > for some appropriate libraries in the internet, but so far i didn't
>> > > found something usefull that works with GWT (gwt-jsviz is already a
>> > > dead project as i see)...do you have any suggestion for me, how i can
>> > > realize my idea with GWT, maybe without any external librariy... i
>> > > would be very pleased and happy...
>>
>> > > Thanks and best regards
>> > > Gafur
>
>-- 
>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-tool...@googlegroups.com.
>To unsubscribe from this group, send email to 
>google-web-toolkit+unsubscr...@googlegroups.com.
>For more options, visit this group at 
>http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-04-15 Thread gafgaf
ok its done, i tried but it is not very compatible with current
versions of Firefox, IE, ... and GWT2.0
and that project is not progressed and improved anymore...

nevertheless, thanks a lot!
best regards

On 15 Apr., 18:22, gafgaf  wrote:
> Hi, thanks for the link, it looks good... i like try it but i have
> problems configuring it with gwt, is there a manual for dummies using
> eclipse or without eclipse?
>
> best regards
>
> On 15 Apr., 16:48, kozura  wrote:
>
> > maybehttp://code.google.com/p/gwt-diagrams/
>
> > On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > > Hi
> > > I'm student from Germany an looking for any good library that i can
> > > use with Google Web Toolkit to create trees/graphs, where you can move
> > > nodes and connect these nodes with edges...but not like PieChart,
> > > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> > > So finally it has to do with JavaScript... i don't like make just a
> > > desktop-application.
>
> > > My problem is i'm beginner and i dont know which libraries would be
> > > appropriate for my idea with the tree/graph... I'am looking a while
> > > for some appropriate libraries in the internet, but so far i didn't
> > > found something usefull that works with GWT (gwt-jsviz is already a
> > > dead project as i see)...do you have any suggestion for me, how i can
> > > realize my idea with GWT, maybe without any external librariy... i
> > > would be very pleased and happy...
>
> > > Thanks and best regards
> > > Gafur

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-04-15 Thread gafgaf
Hi, thanks for the link, it looks good... i like try it but i have
problems configuring it with gwt, is there a manual for dummies using
eclipse or without eclipse?

best regards

On 15 Apr., 16:48, kozura  wrote:
> maybehttp://code.google.com/p/gwt-diagrams/
>
> On Apr 14, 12:26 pm, gafgaf  wrote:
>
> > Hi
> > I'm student from Germany an looking for any good library that i can
> > use with Google Web Toolkit to create trees/graphs, where you can move
> > nodes and connect these nodes with edges...but not like PieChart,
> > MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> > So finally it has to do with JavaScript... i don't like make just a
> > desktop-application.
>
> > My problem is i'm beginner and i dont know which libraries would be
> > appropriate for my idea with the tree/graph... I'am looking a while
> > for some appropriate libraries in the internet, but so far i didn't
> > found something usefull that works with GWT (gwt-jsviz is already a
> > dead project as i see)...do you have any suggestion for me, how i can
> > realize my idea with GWT, maybe without any external librariy... i
> > would be very pleased and happy...
>
> > Thanks and best regards
> > Gafur

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT - Visualization of graph/tree containing nodes and edges, moving and adding nodes...

2010-04-15 Thread kozura
maybe http://code.google.com/p/gwt-diagrams/

On Apr 14, 12:26 pm, gafgaf  wrote:
> Hi
> I'm student from Germany an looking for any good library that i can
> use with Google Web Toolkit to create trees/graphs, where you can move
> nodes and connect these nodes with edges...but not like PieChart,
> MotionChart.. but like e.g.:http://raphaeljs.com/graffle.html.
> So finally it has to do with JavaScript... i don't like make just a
> desktop-application.
>
> My problem is i'm beginner and i dont know which libraries would be
> appropriate for my idea with the tree/graph... I'am looking a while
> for some appropriate libraries in the internet, but so far i didn't
> found something usefull that works with GWT (gwt-jsviz is already a
> dead project as i see)...do you have any suggestion for me, how i can
> realize my idea with GWT, maybe without any external librariy... i
> would be very pleased and happy...
>
> Thanks and best regards
> Gafur

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.