Re: PPyGui SVN & PPyGui-win32
Alexandre Delattre <[email protected]> Wed, 09 Jul 2008 13:11:04 +0200
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
> Is there any way to have two buttons on the bottom? As it is I can only > use one button (on the left) and one menu (on the right). Or is there a > way to change the text of the button after it has been displayed? So far PPygui allow only this menu bar layout, but I'd like to make a more flexible api for this in one of the next releases. > When printing times, is there any way to print the milliseconds? They do > not show up when printing datetime.now() or time.time(). Milliseconds > are displayed in PPyGui, but not on the smartphone. AFAIK it's a limitation of the PythonCE port, however time.clock() works fine. > Also, I don't believe focus() works on widgets. It works in PPyGui, but > not on the phone. Noted. Regards, Alexandre