wxpython-OGL fails to render objects with Python-3

2020-09-17 Thread Frank Miles
I have a substantial wxpython-based application that I'm trying to port from python-2 to -3. Almost everything is working properly, except for a few small but important sections that use the OGL library. That executes without any exceptions, but the objects created within the diagram/canvas

wxpython + ogl

2005-08-30 Thread Andrzej
Hi! I'm writing a simple digital circuit simulator in order to familirise with (wx)python. I thought it would be an easy task with help from ogl lib. After a not so brief encounter with wx specs I've started to code but I just can't figure out how to get user-defined attachment points to work.

wxPython OGL: How make LineShape text b/g transparent?

2005-04-14 Thread John Perks and Sarah Mount
(Having problems receiving wxPython mailing list entries, so I'll ask here.) I'm using wxPython 2.5.4, windows ansi version, on Python 2.4, the OS in Win98SE. My application manipulates a graph, with CircleShapes for nodes and LineShapes for arcs. The user needs to be able to get and set text on a

Re: wxPython OGL future

2005-02-14 Thread D H
PD wrote: I don't think I want that much out of it necessarily. I just feel really weird writing new software with deprecated libraries. By the time Im done with my project, I have to put all these disclaimers on how the new versions of wxWidgets might not work. The thing I am really concerened abo

Re: wxPython OGL future

2005-02-14 Thread PD
Hi Peter, I did look at the code, and did run several examples on it. It _is_ pretty well organized and easy to read through, and youre right, I think i might be able to add missing functionality if need be. I don't think I want that much out of it necessarily. I just feel really weird writing ne

Re: wxPython OGL future

2005-02-14 Thread PD
Hi D H, Thank you for the suggestions. I would be interested in Jython but I had some rough runs with it and I think I would kind of want to stick to wxWidgets since I think the GUI is kind of cleaner. Im trying to avoid reinventing the wheel so pyxel is a too little of a framework for me. I look

Re: wxPython OGL future

2005-02-14 Thread Peter Hansen
PD wrote: I am sort of a new developer to python and working in an academic environment. I climbed the learning curve on wxPython far enough to get the functionality I want out of it so far... Now Im in need of a diagramming library (something visio-like) to use for my software and the only option

Re: wxPython OGL future

2005-02-14 Thread D H
PD wrote: Hi Everyone, I am sort of a new developer to python and working in an academic environment. I climbed the learning curve on wxPython far enough to get the functionality I want out of it so far... Now Im in need of a diagramming library (something visio-like) to use for my software and the

Re: wxPython OGL future

2005-02-14 Thread PD
Hi Tom, OGL is a library that is part of wxPython (wx.lib.ogl). I am trying to put together some kind of schematic editor. It would be a block diagram of modules and sometimes a statemachine type of figure. Similar to something Visio does, but about a gazillion times simpler. Thanks Pouya -- ht

Re: wxPython OGL future

2005-02-14 Thread Tom Willis
What are you looking to do exactly? I don't know what OGL is. On Mon, 14 Feb 2005 16:50:51 -0800 (PST), PD <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I am sort of a new developer to python and working in an academic > environment. I climbed the learning curve on wxPython far enough to get >

wxPython OGL future

2005-02-14 Thread PD
Hi Everyone, I am sort of a new developer to python and working in an academic environment. I climbed the learning curve on wxPython far enough to get the functionality I want out of it so far... Now Im in need of a diagramming library (something visio-like) to use for my software and the only opt