Thanks in advance,
Hi, I am trying to put tkSnack's Minwave.py demo into Pmw
Scrollcanvas, without success.
I have included the sample, the error message and the documentation
tkSnack says should work.
Can someone tell me what I am doing wrong? and If someone has some
sample code it would be great
jean-michel bain-cornu wrote:
> [EMAIL PROTECTED] a écrit :
> > Tim Roberts wrote:
> >> [EMAIL PROTECTED] wrote:
> >>> I am looking for example code that consists of just a frame and a
> >>> grid(10x2). The grid must fill the its parent even if the frame is
> >>> resized.
> >> Have you gone thro
jean-michel bain-cornu wrote:
> [EMAIL PROTECTED] a écrit :
> > Tim Roberts wrote:
> >> [EMAIL PROTECTED] wrote:
> >>> I am looking for example code that consists of just a frame and a
> >>> grid(10x2). The grid must fill the its parent even if the frame is
> >>> resized.
> >> Have you gone thro
Tim Roberts wrote:
> [EMAIL PROTECTED] wrote:
> >
> > I am looking for example code that consists of just a frame and a
> >grid(10x2). The grid must fill the its parent even if the frame is
> >resized.
>
> Have you gone through the wxPython demo application? It contains examples
> of every stan
Hi,
I am looking for example code that consists of just a frame and a
grid(10x2). The grid must fill the its parent even if the frame is
resized.
Thanks in advance,
Roger
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Hi.
>
> I have a gui with one frame and 5 panels. The second panel will only
> be required in some cases, so I am wondering if there is some way I
> can only create this panel in the circumstances where it is required,
> confirmed by a simple len(list) > 1
>
> If it is