Newbie

Hi,

Can someone help me with this problem. I am trying to put the wxAnalogClock onto a panel. Since the wxPanel, does not have a add() method, should I use the canvas to put the clock on.

Thanks in advance

A.T.

···

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger

you don't have to explicitly "add" it. all you have to do is create the wxAnalogClock with the panel as parent.
Look at the demo, study how the layout is done to further understand how to place the clock where you want.

Some more info at:

http://wiki.wxpython.org/index.cgi/UsingSizers
http://wiki.wxpython.org/index.cgi/wxDesigner_20Sizer_20Tutorial

···

On Mon, 26 Jan 2004 09:40:50 +0000, A. T. <inaleagueofmyown@hotmail.com> wrote:

Hi,

Can someone help me with this problem. I am trying to put the wxAnalogClock onto a panel. Since the wxPanel, does not have a add() method, should I use the canvas to put the clock on.

--
Peter Damoc
Hacker Wannabe