[perl-win32-gui-users] Unicode and RichEdit controls

2002-11-19 Thread Christian Kappler
Hello listers! I would like to display extended unicode characters inside a RichEdit control. I found out that I can type unicode in the RichEdit field by entering the character number on the keyboard. But it seems to me that the Text(), Load(), Save(), etc. functions of Win32::GUI's RichEdit cont

RE: [perl-win32-gui-users] ChooseColor() part 2

2002-11-19 Thread Eric Hansen
You might want to check your processes running under task manager after you exit your script that runs choosecolor. I always have to kill the process manually. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Southwick Sent: Tuesday, November 19,

[perl-win32-gui-users] ChooseColor() part 2

2002-11-19 Thread Jonathan Southwick
Is there anyway to make the Custom Colors that are defined in ChooseColor() stick? When I define a Custom Color it doesn't stick for the next time i bring the ChooseColor() dialog. Jonathan

[perl-win32-gui-users] ChooseColor()

2002-11-19 Thread Jonathan Southwick
When I use $MainWindow->ChooseColor() the dialog box always goes to location (0,0) of the screen. Is there a way to choose its placement? Jonathan