473,396 Members | 2,009 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Block Diagram / digraph Editor

Hi,
Does anybody know of a good widget for wxpython, gtk, etc. that allows
the editing of block diagrams and make it easy to export the diagram as
a digraph? It has to be available under Windows. I want the user to
draw a series of blocks on a canvas, connect them with directional
arrows, and then a function will extract the digraph this represents
and do some graph traversal algorithms on it. Think DIA or VISIO w/
only a few blocks and connectors available. Any ideas? I'd rather not
build my own w/ OGL....
thanks,
-Justin

Sep 29 '06 #1
1 5362
I was trying to create a small graph editor a while ago and was
looking for a similar thing. I found the diacanvas project
(http://diacanvas.sourceforge.net/) that does some of these things you
mentioned but for me it wasn't mature enough back then.

Then, I eventually settled on using the standard Canvas widget that
comes with Tkinter. The benefits are that Tkinter comes standard with
Python, and wx or gtk still don't have anything standard that comes
close to the Tk Canvas widget. With the Tk Canvas you will have to go
to a lower level than with diacanvas, and also _overall_ Tkinter is
behind other modern GUI kits out there.

Hope this helps,
Nick Vatamaniuc


MakaMaka wrote:
Hi,
Does anybody know of a good widget for wxpython, gtk, etc. that allows
the editing of block diagrams and make it easy to export the diagram as
a digraph? It has to be available under Windows. I want the user to
draw a series of blocks on a canvas, connect them with directional
arrows, and then a function will extract the digraph this represents
and do some graph traversal algorithms on it. Think DIA or VISIO w/
only a few blocks and connectors available. Any ideas? I'd rather not
build my own w/ OGL....
thanks,
-Justin
Sep 30 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Norman Barker | last post by:
Hi, I have written a XML Schema in a text editor, I would now like to produce a diagram of this schema. I know that XML Spy has this capability to produce nice diagrams of XML Schemas, but I...
8
by: B McDonald | last post by:
Hi. Someone, I'm sure, is going to laugh at me - but - is there an easier way to create the following block diagram? http://www.galtsvalley.com/on/rts.html (look at the sole figure on the page) ...
2
by: Jon Slaughter | last post by:
I was thinking of implemented a class that would let you build a an arbitrary class and was wondering if this as already been done before(I assume it has, but just wondering). The basic idea...
18
by: John Salerno | last post by:
I'm still tyring to figure out what "Pythonic" means, and I have a feeling the answer to my question may fall into that category. Are block comments somehow unpythonic?
0
by: rakesh.Mysore | last post by:
hi Currently am working on project which have graphical editor for circuit diagram which involve validation of circuit and logic flow in circuit diagram.(process diagram from left to right). ...
0
by: pranesh.nayak | last post by:
Currently am working on project which has graphical editor for circuit diagram which involve validation of circuit and logic flow in circuit diagram.(process diagram from left to right). please...
2
by: José Joye | last post by:
Hello I'm currently looking for a diagram that shows the event we can register with asp.net. I'm currently a bit lost with when they are fight and which one are our disposal..... Thanks,...
3
by: GadyC | last post by:
Does anybody know about some project analyzer that displays modules and relations as a block diagram? GadyC
13
by: Doug | last post by:
Hi all, A workmate was recently bitching to me about an RFC. (Apologies - the RFC number eludes me at present (it's related to the DIAMETER protocol, that's all I can remember) but I will try...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.