"Diego Galho Prestes" <lobow@brturbo.com> wrote in message
news:3F5CD8E0.2090602@brturbo.com...
Hi! Someone knows a page that have how to use the wxCompositeShape? I
read a tutorial but I didnt understand very much.
I'm also trying to figure out how to use wxCompositeShape. It seems like no
one have ever used it, and those who have tried have failed. There are
actually no examples available!!!
Where did you find the tutorial (if it's another one than the one included
in the OGL reference)?
I have made a very simple composite shape. The shape is shown on the canvas,
but all the mouse events dissappears. Does anybody know why this happens? I
also tried to make my own event handler, but that didn't work either.
Here's the code:
class TestComposite(wxCompositeShape):
def __init__(self):
wxCompositeShape.__init__(self)
If any of you figure anything out about the wxCompositeShape,
please leave a message on the wiki.
Even if you do NOT find out anything about the wxCompositeShape,
leave a message on the wiki..! (The knowledge that you have tried,
but not figured something out, is still useful knowledge.)
You might want to leave your notes there, or link to your
notes from there.
Take care,
Lion {:)}=
ยทยทยท
On Tue, 2003-09-09 at 01:54, Thomas Aanensen wrote:
"Diego Galho Prestes" <lobow@brturbo.com> wrote in message
news:3F5CD8E0.2090602@brturbo.com...
> Hi! Someone knows a page that have how to use the wxCompositeShape? I
> read a tutorial but I didnt understand very much.
I'm also trying to figure out how to use wxCompositeShape. It seems like no
one have ever used it, and those who have tried have failed. There are
actually no examples available!!!
Where did you find the tutorial (if it's another one than the one included
in the OGL reference)?
I have made a very simple composite shape. The shape is shown on the canvas,
but all the mouse events dissappears. Does anybody know why this happens? I
also tried to make my own event handler, but that didn't work either.
Here's the code:
class TestComposite(wxCompositeShape):
def __init__(self):
wxCompositeShape.__init__(self)
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org