<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have started a port of <a
 href="http://sourceforge.net/projects/venster">Venster</a> for
PythonCE, <br>
This port lacks maturity by now, but i have managed to run some test
applications using common controls, custom dialogs and gdi graphics on
my win mobile 5 device (Acer n311).<br>
<br>
What is done :<br>
<ul>
  <li>Working versions of windows.py, wtl.py, wtl_core.py, comctl.py,
dialog.py and gdi.py<br>
  </li>
  <li>I have written convenience functions for handling Software Input
Panel, Fullscreen Dialogs and Context Menus</li>
</ul>
What does not work :<br>
<ul>
  <li>All modules using ctypes.comtypes (atl and html modules) . <br>
  </li>
  <li>Original venster test apps need to be tweaked to run correctly.</li>
  <li>Common dialogs (Open, Save, Choose Font, ...).<br>
  </li>
  <li>I have managed to make native menus on win mobile 5, but it did
not work on pocket pc 2003&nbsp; (Dell Axim), however an empty menubar works
on both. <br>
  </li>
</ul>
<br>
I use PythonCE 2.4.3, ctypes-0.9.9.6 and the "Force Hi-Res" utility.<br>
I have launched a project at sourceforge (vensterce) and i will upload
my alpha version as soon as the project is accepted.<br>
PythonCE users will be welcomed to test it, use it, modify it and make
suggestions.<br>
<br>
When the port will be more mature, it would be interesting to write a
more "pythonic" wrapper on it, or something compatible with wxWidgets
for portability.<br>
<br>
Alexandre Delattre<br>
<br>
</body>
</html>