Discussion:
Spider Web App
ENetArch
2014-02-04 21:31:30 UTC
Permalink
Dear users,

I'm trying to build an app that creates a spiderweb of nodes. Basically,
in it's simplest form, lines are attached to circles. If you move a
circle, the lines adjust and pull on other circles. I've been looking for
a C example of this, there used to be a Java example of but I can't find
it, or it no longer works in current versions of java.

Anyone have an example they can share? Or point me to?

Presently I'm using a fixed layout with a drawing area and pixmap to draw
the circles and lines. I think this could be improved with widgets, like
buttons, but I can't get the Z-Order to work with a drawing area at this
time.

E Net Arch
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Steve Barnes
2014-02-05 08:11:54 UTC
Permalink
Post by ENetArch
Dear users,
I'm trying to build an app that creates a spiderweb of nodes.
Basically, in it's simplest form, lines are attached to circles. If
you move a circle, the lines adjust and pull on other circles. I've
been looking for a C example of this, there used to be a Java example
of but I can't find it, or it no longer works in current versions of java.
Anyone have an example they can share? Or point me to?
Presently I'm using a fixed layout with a drawing area and pixmap to
draw the circles and lines. I think this could be improved with
widgets, like buttons, but I can't get the Z-Order to work with a
drawing area at this time.
E Net Arch
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
If it is any help the wxPython documents and demos package includes a
demo that is almost exactly what you describe above but with more shapes
under Miscellaneous OGL.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...