Re: [perl-win32-gui-users] [win32-gui] Re: Grid questions

2006-10-13 Thread Robert May
Arthur Schwarz wrote: Thanks; On the topic of constants, in my humble way I thought that all constants were located in GUI::Constants. Is there a caveat to this? [snipped discussion about GVIT_* and other Grid control constants being defined and exported by the Win32::GUI::Grid package and

Re: [perl-win32-gui-users] printing UTF-8

2006-10-13 Thread Dan Dascalescu
Salut Octavian, I've attached an example displaying a Unicode string (encoded in perl's internal representation) in a RichEdit control. You can control the styling of the text using RTF control codes, whose specification can be found at http://del.icio.us/dandvd/rtf+Word . The previous discussio

Re: [perl-win32-gui-users] Grid questions

2006-10-13 Thread Arthur Schwarz
Here’s a working example of your code. It only took minor changes to get it working. I've added comments where I made changes. # The original example had the grid way off to the right. This was causing After your last e-mail I got confused (you got the code working, mine di