tkSnack and Pmw Scrollcanvas

2007-06-06 Thread rbann11
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

Re: wxpython wxgrid question

2006-06-09 Thread rbann11
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

Re: wxpython wxgrid question

2006-06-09 Thread rbann11
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

Re: wxpython wxgrid question

2006-06-03 Thread rbann11
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

wxpython wxgrid question

2006-06-03 Thread rbann11
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

Re: Can I collapse a Panel in wxPython?

2006-04-30 Thread rbann11
[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