--- Stewart Midwinter <[EMAIL PROTECTED]> wrote: > I've been looking for a small graphics app for Windows Mobile that can > do vector graphics and I can't find any, only one full-featured app > that costs $45. It occurs to me that Tkinter might be a good tool for > building such an app. Using the canvas widget, it might be possible > to do some useful graphics, then save the screen as a .gif image. > > Does anyone have any thoughts on this? > > cheers,
Nothing to helpful except that it should work. AFAIK the canvas widget is functional, though events under Tkinter can be a problem. Even turtle works which is pretty cool. Try import turtle, turtle.demo(), it runs slow but it does work! _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce