[Tutor] PMW combobox won't display properly using X

2011-02-10 Thread jdeltoro1973
I've written a Python gui using Python Mega Widgets (PMW) that works beautifully when run natively on Windows or Linux. However, when I run the app on a Linux box and try to display it back to my Windows box using an X server (like freeXer or XMing), the combobox widget's drop-down menu is squashe

Re: [Tutor] PMW combobox won't display properly using X

2011-02-09 Thread Alan Gauld
"Daniel Barnette" wrote However, when I run the app on a Linux box and try to display it back to my Windows box using an X server (like freeXer or XMing), the combobox widget's drop-down menu is squashed all to the left, Thats a pretty specific query about Tkinter and PMW and X servers. I

Re: [Tutor] PMW combobox won't display properly using X

2011-02-09 Thread Emile van Sebille
On 2/9/2011 4:17 PM Daniel Barnette said... Python Mega Widgets Generally speaking, issues with third party packages are best resolved on the package's specific support forum. In this case, try at http://lists.sourceforge.net/lists/listinfo/pmw-general HTH, Emile ___

[Tutor] PMW combobox won't display properly using X

2011-02-09 Thread Daniel Barnette
I've written a Python gui using Python Mega Widgets (PMW) that works beautifully when run natively on Windows or Linux. However, when I run the app on a Linux box and try to display it back to my Windows box using an X server (like freeXer or XMing), the combobox widget's drop-down menu is squashe