James Stroud wrote:
> A "cross platform" work-around might be to grid a frame at the row and
> column of self.Main and pack the Listbox into the Frame. I don't have a
> Mac at work to test this, however. But I would be curious to know your
> results if you try it.
Thank you for the sub-frame su
Ben Collver wrote:
> I am using Darwin 10.4.9, tcl 8.4.7, tk 8.4, and python 2.3.5. I have
> also tried Python 2.5 on Darwin, Debian, and Fedora Core 6.
>
> I am working on a GUI front-end to a Python program of mine. It is a
> simple grid with labels in the left column and input widgets in th
I am using Darwin 10.4.9, tcl 8.4.7, tk 8.4, and python 2.3.5. I have
also tried Python 2.5 on Darwin, Debian, and Fedora Core 6.
I am working on a GUI front-end to a Python program of mine. It is a
simple grid with labels in the left column and input widgets in the
right column. One of the