Re: [python-win32] PyCEdit issue

2008-08-18 Thread Tim Roberts
Marc-André Belzile wrote: Ok that works. Is it a limitation with the windows control or PyCEdit? The Windows multi-line edit control requires \r\n between lines. If that's what PyCEdit uses, then that's where it comes from. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc.

Re: [python-win32] PyCEdit issue

2008-08-18 Thread Marc-André Belzile
Ok that works. Is it a limitation with the windows control or PyCEdit? Thanks -mab -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Upole Sent: Saturday, August 16, 2008 11:32 AM To: python-win32@python.org Subject: [python-win32] Re: PyCEdit issue

[python-win32] PyCEdit issue

2008-08-14 Thread Marc-André Belzile
Hi, does anyone know why all the cr/lf characters are ignored by PyCEdit when used in a dialog ? There is no such problem with a static control though but I want to be able to select/copy text from the control. Here's my code snipet... folder = os.path.dirname(__file__) f = open(folder + '/