Hi

I'm trying to port to lazarus 0.9.12 some apps that i have done in
delphi 7 but i need some simple missing features.

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.

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/

Removing DesignEditors, DesignIntf and some related features i can
compile it in lazarus but it didn't work.
This Component creates shaped forms and works great in delphi.

Felipe Monteiro de Carvalho has already done something like that
in "Virtual Magnifying Glass" maybe he knows how to implement this.

With gtk2 source code also come a example on how to do this, maybe you
could take a look at it.

other missing feature is

CreateParams (var Params: TCreateParams); override;

but it's not so important.

I want to put my apps working in windows and linux, could someone
implement this for everybody. I neither have time neither knowledge to
do that.

Witch is the last version of delphi that lazarus is full compatible
with?

when "plugger" will come bundle with lazarus?

Sorry for my bad english but i'm portuguese.

Thanks

xpete

http://www.xpete.pt.to - Personal web Page
http://www.alphamatrix.org  - Portuguese Free Software
http://wyger.nl/usr/joli/ - MOSEL - OpenSource Movement from ESTG Leiria

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

Reply via email to