Re: [PythonCE] More on Tkinter canvas

2005-02-04 Thread Stewart Midwinter
Cool! I think that from all of Matt's examples put together, it would be possible to cobble together a little graphics editor for PythonCE. I'll take a closer look at these and try to educate myself about canvases. Thanks for pointing out this site! cheers S On Fri, 4 Feb 2005 10:50:21 -080

[PythonCE] More on Tkinter canvas

2005-02-04 Thread Ed Blake
I've gotten curious about the Tkinter canvas widget now. I haven't had enough time to really play with it but I do have access to some great examples. Attached is my favorite example from the /demos/tkinter/matt directory slightly modified to run on WinCE. Also here is a url where you can get th

Re: [PythonCE] Screen size?

2005-02-04 Thread Michael Foord
Miles Lubin wrote: Oops :) I was using the python for HPC-2000 :) Why isn't the pocketpc version on sourceforge? I don't know who maintains the sourceforge site. Michael: I'm using the input function from http://mail.python.org/pipermail/pythonce/2004-September/000762.html. It's messy, but its go

Re: [PythonCE] Screen size?

2005-02-04 Thread Miles Lubin
Oops :) I was using the python for HPC-2000 :) Why isn't the pocketpc version on sourceforge? Michael: I'm using the input function from http://mail.python.org/pipermail/pythonce/2004-September/000762.html. It's messy, but its good enough for me. Miles

Re: [PythonCE] Screen size?

2005-02-04 Thread Michael Foord
Miles Lubin wrote: I'm just playing around and trying to get my python program to work on my pocket pc. It's working great after using the input function posted on this list in september, Which function was that ? I'm interested in getting a version of raw_input - I know Isr posted something,