Re: [perl-win32-gui-users] Toolbar bitmaps

2007-05-09 Thread mikemc
e only been a typo, but did you mean IDBITMAP and > not > IDBITAMP in the LoadImages call? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > mikemc > Sent: Wednesday, May 09, 2007 9:53 AM > To: perl-win32-gui-users@lists.sou

[perl-win32-gui-users] Toolbar bitmaps

2007-05-09 Thread mikemc
I am experimenting with toolbars now. Using an example from a previous thread i have set up the toolbar to display a bitmap inline graphic. I am now trying to see what default bitmaps are availiable i am using the LoadImages method $TB->LoadImages(["IDBITAMP"=>IDB_HIST_LARGE_COLOR],["HINSTANCE"=

Re: [perl-win32-gui-users] EOL control in scintilla

2007-05-04 Thread mikemc
Thanks Sean I see what you mean. I have done as you said and all is good now. Thanks Mike Sean Healy wrote: > > I tracked down the extra spaces problem. It turned out to be a space at > the end of the line (after the EOL character(s)), not at the beginning, > which is why it doesn't show

Re: [perl-win32-gui-users] EOL control in scintilla

2007-05-03 Thread mikemc
Sorry no joy. The getwrap indent reports 0 as well. Set the wrap indent to 5 to see what it did but still had the one indent second line and so on Will start trawing through the docs trying each command in turn Sean Healy wrote: > > On Wed, 02 May 2007 05:31:24 -0600, mikemc &

Re: [perl-win32-gui-users] EOL control in scintilla

2007-05-02 Thread mikemc
Editor->SetIndent (0); But no joy Thanks Mike Sean Healy wrote: > > On Tue, 01 May 2007 04:39:09 -0600, mikemc <[EMAIL PROTECTED]> > wrote: > >> I am struggling to get to grips with the EOL command. >> >> As standard I seem to output a file which when i re

[perl-win32-gui-users] EOL control in scintilla

2007-05-01 Thread mikemc
Hi I have just started work on a project. It is based around a text editor so i decided to look at the scintilla control in win32 gui ver 1.05 I am struggling to get to grips with the EOL command. As standard I seem to output a file which when i read back in i see what appears to be double line