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
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
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
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.
4 matches
Mail list logo