Re: best GUI library for vector drawing program

2007-08-20 Thread chewie54
On Aug 20, 3:04 am, Mats <[EMAIL PROTECTED]> wrote: > If you want to stay within Tcl/Tk you could take a look at my tkpath > package:http://tclbitprint.sf.net/ > and > shots:http://tclbitprint.sourceforge.net/tkpath/quartz/index.htmlhttp://tclbitprint.sourceforge.net/tkpath/gdiplus/index.htmlhttp:

Re: best GUI library for vector drawing program

2007-08-20 Thread Thomas Kellerer
Roedy Green wrote: >> What would be the best cross-platform GUI library to use for a vector >> based CAD program ( something like Visio on Windows ) > I don't know about he best, but I have collected a list of them at > http://mindprod.com/jgloss/graph.html Roedy, you might want to add NetBeans'

Re: best GUI library for vector drawing program

2007-08-20 Thread Roedy Green
>What would be the best cross-platform GUI library to use for a vector >based CAD program ( something like Visio on Windows ) I don't know about he best, but I have collected a list of them at http://mindprod.com/jgloss/graph.html -- Roedy Green Canadian Mind Products The Java Glossary http://min

Re: best GUI library for vector drawing program

2007-08-20 Thread pachiburke
On Aug 17, 3:27 pm, chewie54 <[EMAIL PROTECTED]> wrote: > What would be the best cross-platform GUI library to use for a vector > based CAD program ( something like Visio on Windows ) WxWidgets, > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > draw and edit in a window that

Re: best GUI library for vector drawing program

2007-08-20 Thread Mats
If you want to stay within Tcl/Tk you could take a look at my tkpath package: http://tclbitprint.sf.net/ and shots: http://tclbitprint.sourceforge.net/tkpath/quartz/index.html http://tclbitprint.sourceforge.net/tkpath/gdiplus/index.html http://tclbitprint.sourceforge.net/tkpath/cairo/index.html Ma

Re: best GUI library for vector drawing program

2007-08-20 Thread [EMAIL PROTECTED]
Hi All, Today I have downloaded a SWT Software which is great to its features. You can learn many GUI details out of it. The basic functionality is it lists IP Addresses of the remote PC's your system is accessing. You may find the project under sourceforge.net http://sourceforge.net/projects/ne

Re: best GUI library for vector drawing program

2007-08-20 Thread vijay . kumar . 75in
Hi All, Today I have downloaded a SWT Software which is great to its features. You can learn many GUI details out of it. The basic functionality is it lists IP Addresses of the remote PC's your system is accessing. You may find the project under sourceforge.net http://sourceforge.net/projects/ne

Re: best GUI library for vector drawing program

2007-08-19 Thread sturlamolden
On Aug 17, 3:27 pm, chewie54 <[EMAIL PROTECTED]> wrote: > What would be the best cross-platform GUI library to use for a vector > based CAD program I suggest you use different toolkits for windowing (GUI widgets) and drawing the vector graphics. It does not really matter which toolkit you use fo

Re: best GUI library for vector drawing program

2007-08-18 Thread Hendrik van Rooyen
"pierbre.it" <[EMAIL PROTECTED]> wrote: > I used wxWidgets for a work like that. I found it quite easy to use and > I found simple to create a Gui with wxdev which is quite rad. > bye > Pier Paolo There is also pycad, but apart from knowing that it exists, I know nothing about it. - Hendri

Re: best GUI library for vector drawing program

2007-08-17 Thread Alexander Schmolck
[x-posts removed] chewie54 <[EMAIL PROTECTED]> writes: > I should have also mentioned that is for a commercial application. That > doesn't rule Qt or PyQt out, but this is a startup company with very little > income so my first choice would be to use some GUI library that is free to > use for comme

Re: best GUI library for vector drawing program

2007-08-17 Thread Jeremy Sanders
chewie54 wrote: > I looked at your application, Veusz (it looks very nice), and I see > you have binary distrubitions > for each os. Is is difficult to build these binaries for each > system. Could > you tell me how that is done? I use pyinstaller to make the binaries (see the veusz_pyinst.spe

Re: best GUI library for vector drawing program

2007-08-17 Thread Thomas Kellerer
chewie54 wrote on 17.08.2007 15:27: > Hello, > > What would be the best cross-platform GUI library to use for a vector > based CAD program ( something like Visio on Windows ) WxWidgets, > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > draw and edit in a window that looks l

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
On Aug 17, 12:07 pm, chewie54 <[EMAIL PROTECTED]> wrote: > On Aug 17, 9:27 am, chewie54 <[EMAIL PROTECTED]> wrote: > > > Hello, > > > What would be the best cross-platform GUI library to use for a vector > > based CAD program ( something like Visio on Windows ) WxWidgets, > > Tk, PyQt, Java Sw

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
On Aug 17, 12:08 pm, Jeremy Sanders wrote: > chewie54 wrote: > > What would be the best cross-platform GUI library to use for a vector > > based CAD program ( something like Visio on Windows ) WxWidgets, > > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > > draw and edit in

Re: best GUI library for vector drawing program

2007-08-17 Thread Jeremy Sanders
chewie54 wrote: > What would be the best cross-platform GUI library to use for a vector > based CAD program ( something like Visio on Windows ) WxWidgets, > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > draw and edit in a window that looks like a page of paper so WYSIWYG >

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
On Aug 17, 9:27 am, chewie54 <[EMAIL PROTECTED]> wrote: > Hello, > > What would be the best cross-platform GUI library to use for a vector > based CAD program ( something like Visio on Windows ) WxWidgets, > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > draw and edit in a w

Re: best GUI library for vector drawing program

2007-08-17 Thread [EMAIL PROTECTED]
I used wxWidgets for a work like that. I found it quite easy to use and I found simple to create a Gui with wxdev which is quite rad. bye Pier Paolo -- http://mail.python.org/mailman/listinfo/python-list

Re: best GUI library for vector drawing program

2007-08-17 Thread kyosohma
On Aug 17, 8:27 am, chewie54 <[EMAIL PROTECTED]> wrote: > Hello, > > What would be the best cross-platform GUI library to use for a vector > based CAD program ( something like Visio on Windows ) WxWidgets, > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > draw and edit in a w

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
On Aug 17, 9:45 am, "Victor Bazarov" <[EMAIL PROTECTED]> wrote: > chewie54 wrote: > > What would be the best cross-platform GUI library to use for a vector > > based CAD program ( something like Visio on Windows ) WxWidgets, > > Tk, PyQt, Java Swing, Java SWT, I need the capibility to >

Re: best GUI library for vector drawing program

2007-08-17 Thread Victor Bazarov
chewie54 wrote: > What would be the best cross-platform GUI library to use for a vector > based CAD program ( something like Visio on Windows ) WxWidgets, > Tk, PyQt, Java Swing, Java SWT, I need the capibility to > draw and edit in a window that looks like a page of paper so WYSIWYG >

best GUI library for vector drawing program

2007-08-17 Thread chewie54
Hello, What would be the best cross-platform GUI library to use for a vector based CAD program ( something like Visio on Windows ) WxWidgets, Tk, PyQt, Java Swing, Java SWT, I need the capibility to draw and edit in a window that looks like a page of paper so WYSIWYG is very important,