>Sorry in my previous message (still I don't get it)  
>I wrote the revision wrong the correct is 8227 
>see
http://www.freepascal.org/cgi-bin/viewcvs.cgi?root=lazarus&rev=8227&view
=rev

Visiting above mentioned url for revision 8227, I can see that
PaintSelection implementaiton is missing.
At "diif from previous' page, the difference is as follows:
Prior: writeln('TIpHtml.PaintSelection  PatBlt not implemented');
New: DebugLn('TIpHtml.PaintSelection  PatBlt not implemented');

Please advise.

    if PageRectToScreen(R, R) then begin
      {$IFDEF IP_LAZARUS}
      DebugLn('TIpHtml.PaintSelection  PatBlt not implemented');
      {$ELSE}
      PatBlt(PaintBuffer.Handle, R.Left, R.Top,
        R.Right - R.Left, R.Bottom - R.Top, DSTINVERT);
      {$ENDIF}
    end;

Panagiotis

-----Original Message-----
From: Jesus Reyes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 26, 2006 4:20 PM
To: [email protected]
Subject: Re: [lazarus] Turbopower IPro problem - selecting text in
HtmlPanel



----- Original Message ----- 
From: "Panagiotis Sidiropoulos" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, January 26, 2006 7:54 AM
Subject: RE: [lazarus] Turbopower IPro problem - selecting text in
HtmlPanel


> >I prefer to show selection highlight using current OS (Widgetset)
> settings
> >like most browsers actually do.
> 
> Isn't TBitMap CopyMode and CopyRect compatible to current OS settings?
> 
> >This is already implemented.
> 
> Where is this implementation available?
> 
> 
> Panagiotis
> 

Sorry in my previous message (still I don't get it)  I wrote the
revision wrong the correct is 8227 see
http://www.freepascal.org/cgi-bin/viewcvs.cgi?root=lazarus&rev=8227&view
=rev

Jesus Reyes A.

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to