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-07 Thread jean-michel bain-cornu
[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 through the wxPython demo application? It contai

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

Re: wxpython wxgrid question

2006-06-03 Thread Tim Roberts
[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 standard control and almost every behav

Re: wxpython wxgrid question

2006-06-03 Thread Jim Segrave
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: >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. This simple program makes a two element window, the lower half of which is a gridde

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