Re: [PythonCE] grid manager

2006-12-12 Thread Bandung
The following code snippet shows what I use in order to place a frame at the top rather than the centre of my screen. --Frame --- self.frame1=Frame(Parent) # self.frame1.configure(width= 235,height= 150) self.frame1.grid(row=0,column=0, sticky=W)

Re: [PythonCE] Programming on Pocket PC's, use Python?

2006-12-12 Thread Bandung
If you want to play around with the PPC before buying one, try using the following emulator. It can be run from a usb key. In that way, you can take your virtual ppc "anywhere with you". http://www.furrygoat.com/2005/09/portable_ce_20.html Portable Win CE This pocket pc on an usb stick will r

Re: [PythonCE] grid manager

2006-12-12 Thread Bandung
Here is another thread that talks about the joys of getting the grid manager to play nice. http://mail.python.org/pipermail/python-list/2002-July/155857.html Using The Grid Manager Bandung wrote: > > The following code snippet shows what I use in order to place a frame at > the top rather t

Re: [PythonCE] Python 2.5 for Windows CE / ARM

2006-12-12 Thread Bandung
You should either use the CAB install option (ie download the cab file and place it on your mobile) or run the install.exe from you desktop when you are linked to your mobile via ActiveSync. Make sure that you get the additional files that are missing, ie the Tkinter files as well as the MySQLit