[PythonCE] win32process.pyd

2007-02-19 Thread Andrew Booth
place or do I need an updated file? Any help very much appreciated. Andrew Booth ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 10

2006-01-09 Thread Andrew Booth
Make sure you use the most recent TCL/Tk, otherwise you will get the 'Winhandle map' error I reported a couple of months ago. You can download the latest version from: ftp://ftp.tcl.tk/pub/incoming/tcltk8_4_12_ce-arm.zip Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: [PythonCE] Launching IE from pythonCE

2005-12-24 Thread Andrew Booth
: "Andrew Booth" <[EMAIL PROTECTED]> To: Sent: Saturday, December 24, 2005 5:10 PM Subject: [PythonCE] Launching IE from pythonCE > I'm sure this is a hoary old chestnut, but I haven't seen a real solution > while looking through the archives. > > I want to

[PythonCE] Launching IE from pythonCE

2005-12-24 Thread Andrew Booth
I'm sure this is a hoary old chestnut, but I haven't seen a real solution while looking through the archives. I want to launch Internet Explorer from PythonCE, in order to present HTML help text. How do I do it (without recompiling)? An

Re: [PythonCE] Winhandle problem with tkinter

2005-10-21 Thread Andrew Booth
by a piece of legacy code that is no longer used. Can anyone recommend a good, free cross-compiler so I can fix this? Or could some kind soul please let me have a version of tk84.dll with the call to wince_putwinhandles() commented out? Andrew

Re: [PythonCE] Winhandle problem with tkinter

2005-10-20 Thread Andrew Booth
Looks like you are right. The string 'No more winhandle map slots' is in the file tk84.dll. Andrew Booth -Original Message- From: Edward Fewell [mailto:[EMAIL PROTECTED] Sent: 20 October 2005 14:49 To: [EMAIL PROTECTED] Cc: pythonce@python.org Subject: RE: [PythonCE] Winhand

Re: [PythonCE] Winhandle problem with tkinter

2005-10-19 Thread Andrew Booth
t off. Andrew Booth -Original Message- From: Michael Foord [mailto:[EMAIL PROTECTED] Sent: 19 October 2005 14:14 To: [EMAIL PROTECTED] Cc: pythonce@python.org Subject: Re: [PythonCE] Winhandle problem with tkinter Andrew Booth wrote: > I'm writing an application using tKinter as the

[PythonCE] Winhandle problem with tkinter

2005-10-19 Thread Andrew Booth
I’m writing an application using tKinter as the GUI. It seems to work OK, but after a while I keep getting the message ‘No more winhandle slots’. It seems to be appear immediately before dialogs appear on the screen.  I’m careful to destroy the dialogs when I remove them from the screen – d

[PythonCE] Tkinter radiobutton problem

2005-09-27 Thread Andrew Booth
Thanks. In the end I set indicatoron=False. This gave buttons instead of radiobuttons. It seems to work OK and the buttons are easier to hit with the stylus. Andrew G Booth Professor of On-Line Learning and Associate Professor of Biochemistry School of

[PythonCE] Tkinter radiobutton problem

2005-09-18 Thread Andrew Booth
look like checkboxes. The program works OK, but it looks a bit unprofessional. Has anyone had a similar problem and does anyone know how to get the radiobuttons to be rendered correctly? I'm using an iPAQ 5550 with Windows Mobile 2003. An