Re: Still having Win32lib problem
- Posted by DB James <larches at co??ast.net> Jul 22, 2007
- 482 views
Craig Welch wrote: > > DB James wrote: > > > I have been > > unable to get text back out of a RichEdit control. I tried poking around > > in win32lib.ew and w32dll.ew, but no luck so far. > > <snip> > > > The content of "text" is {32 } (first char). > > This has to do with the RichEdit class changing from WinXP SR1 onwards, so > that > it expects strings in Unicode. > > Have you tried using getStream instead? That should work fine. > > -- > Craig Thank you, Craig. That did the trick -- onward! --Quark