[PythonCE] Graphics problem

2005-02-17 Thread Bill
I am using a 2200 iPAQ with Win 2003. Unfortunitly, the only graphic format I have been able to use is GIF using PhotoImage in Tk. My problem is that some pictures display scrambled on the ipaq but not on a normal pc. If I adjust the pixel size a little they seem to work. Any Ideas? Does a

[PythonCE] Icon Question

2005-02-19 Thread Bill
Does anyone know how to set the icon that is displayed in the start menu or file menu for .py files? I tried the Registry, but could'nt seem to make it work. Thanks for your time, Bill ___ PythonCE mailing list PythonCE@python.org

[PythonCE] Using Tix

2005-02-21 Thread Bill
I tried to use the Tix ComboBox on my Pocket PC and got the following error: File "binaries\lib\lib-tk\Tix.py", line 210, in __init__ _tkinter.TclError: can't find package Tix the Tix.pyc file is in the Zip python file. Any Ideas? Thanks for your t