Re: [perl-win32-gui-users] Richedit: word wrap and still a refresh problem

2002-06-04 Thread Sean Healy
I want this control to word-wrap but it isn't. Do I need to add something to one of the style options? Use the multiline = 1 option. I did a little testing with the code you gave, and for some reason, ES_MULTILINE doesn't work (nor did 4, the value of ES_MULTILINE). Perhaps multiline is

[perl-win32-gui-users] Re: Richedit: refresh problem

2002-06-04 Thread Jonathan Southwick
Sean, Thanks a million ... using $MainWindow-InvalidateRect(0); did the trick! Jonathan At 6/4/2002 05:40 AM, you wrote: The text gets to the last position in the richedit control fine but the whole control isn't refreshed properly. There are grey lines through the control and the

[perl-win32-gui-users] Everyone's work

2002-06-04 Thread FARRINGTON, RYAN
I'm extremely interested to see what everyone has come up with... Does anyone know a site that would be suitable for uploading our working Win32::Gui applications for everyone to see... I have something simple but I think people supporting a Win32 environment would think it useful as a tool =)

[perl-win32-gui-users] How to check Dr. Watson error on desktop?

2002-06-04 Thread Khan, Moin
Hello, I am trying to look for the title of window(eg. Dr. Watson Error on Desktop) so i can log that error? any idea? thanks, -Moin Khan