Re: [perl-win32-gui-users] CVS Source 1.03_03 compile error

2006-06-12 Thread Jeremy White
To get it working I simply deleted the ->SetDefCellType( GVIT_NUMERIC ); option. However is there a workaround or another way to implement these options? It's defined in Grid.xs as: #define GVIT_NUMERIC 1 This should work: Win32::GUI::Grid::GVIT_NUMERIC() Cheers, jez.

Re: [perl-win32-gui-users] [win32-gui] Re: CVS Source 1.03_03 compile error

2006-06-12 Thread Robert May
Jeremy White wrote: To get it working I simply deleted the ->SetDefCellType( GVIT_NUMERIC ); option. However is there a workaround or another way to implement these options? It's defined in Grid.xs as: #define GVIT_NUMERIC 1 This should work: Win32::GUI::Grid::GVIT_NUMERIC() I've asked Ch

Re: [perl-win32-gui-users] [win32-gui] CVS Source 1.03_03 compile error

2006-06-12 Thread Robert May
Chris Wearn wrote: Hi All, Checked out latest in CVS… compiled with VC++6 Noted that checkout now includes AXWindow, Contants, DiBitmap, DropFiles, Grid, etc When compiling all sub-modules from the main directory, it all worked except Scintilla, which gives an error. It turns out Chris ma

[perl-win32-gui-users] Help with Scintilla

2006-06-12 Thread Robert May
Hi all, I'm playing with Scintilla for the first time, trying to show some perl code in a Scintilla window. From a scan of the source to Win32::GUI::Scintlla::Perl, this module should be using a mono-spaced font (Courier New), but when I use it I am getting a variable width font (Times New R