Re: gridbaglayout

2004-12-25 Thread Ishwor
On 26 Dec 2004 04:05:54 GMT, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2004-12-24, Ishwor <[EMAIL PROTECTED]> wrote: > > > heh? whats this gridbaglayout in Python-list?? Is this what my grandpa > > calls "christmas fever"?? ;-) > > heh? what's this top-posting in comp.lang.python? > > gridba

Re: gridbaglayout

2004-12-25 Thread Grant Edwards
On 2004-12-24, Ishwor <[EMAIL PROTECTED]> wrote: > heh? whats this gridbaglayout in Python-list?? Is this what my grandpa > calls "christmas fever"?? ;-) heh? what's this top-posting in comp.lang.python? gridbagsizer is a wxPython/wxWidgets sizer class. Why shouldn't it be discussed here? --

Re: gridbaglayout

2004-12-24 Thread Ishwor
ssage- > From: Diez B. Roggisch [mailto:[EMAIL PROTECTED] > Sent: Monday, December 20, 2004 1:17 PM > To: python-list@python.org > Subject: Re: gridbaglayout > > [EMAIL PROTECTED] wrote: > > > Friends - I have tried to do abolute positioning using gridbaglayout, > >

RE: gridbaglayout

2004-12-24 Thread Sells, Fred
gridbag is a pain. google for tablelayout which is easier (to me) -Original Message- From: Diez B. Roggisch [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 1:17 PM To: python-list@python.org Subject: Re: gridbaglayout [EMAIL PROTECTED] wrote: > Friends - I have tried to

Re: gridbaglayout

2004-12-20 Thread Neil Benn
[EMAIL PROTECTED] wrote: Friends - I have tried to do abolute positioning using gridbaglayout, but am having no success in jython. One book I have been referencing says that it only works with JPanels. Could someone post a snippet of code that works for a button? I am so close so just a hint would

Re: gridbaglayout

2004-12-20 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Friends - I have tried to do abolute positioning using gridbaglayout, > but am having no success in jython. One book I have been referencing > says that it only works with JPanels. Could someone post a snippet of > code that works for a button? I am so close so just a hi