On Sat, 25 Feb 2006 19:27:47 +0000
xpete <[EMAIL PROTECTED]> wrote:

> One of them is:
> 
> property ScanLine[Row: Integer]: Pointer;
> 
> from TBitmap with is present in JCL (http://www.delphi-jedi.org) so i
> don't think it's difficult to implement.

It's harder than you think if you step outside the windows world.
 
> But the most important features that i need are:
> 
> property TransparentColor: Boolean;
> property TransparentColorValue: TColor;
> 
> from TCustomForm
> It makes any area of the form with that color become transparent.
> i tried to use a component  called FormForma from here
> 
> http://sites.uol.com.br/brunobl/

How does it work? Does it scan the form and build a region or so? Sounds
like a horrible hack to me TBH. How do you use it ?

Micha

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

Reply via email to