[lazarus] Carbon may become deprecated soon

2007-06-19 Thread listas
Hi, "The most important point of the day was : no 64 bits for Carbon. This means Carbon will probably be binary compatible for 10.5, and deprecated for 10.6. Waiting for more infos, I'll comment more in the part 2." Carbon support devels, please see: http://eric.bachard.free.fr/news/2007/06/back

Re: [lazarus] TTabControl.Style = fsFlatButton

2007-06-12 Thread listas
see this: http://www.freepascal.org/mantis/view.php?id=7477 > Hi, > > Does TTabControl support any other Style other that fsTabs? I've > tried fsButtons and fsFlatButtons, but they don't seem to have any > affect. > > I'm using Lazarus 0.9.23 (r11293) under Linux. Lazarus is compiled > with the

Re: [lazarus] Bug on TImageList

2007-02-13 Thread listas
> If I want to write a transparent bit map and, for this, I use TImageList > in this mode: > > TempList := TImageList.CreateSize(Picture.Width, > Picture.Height); > Try > TempList.AddMasked(Picture1, TransColor); > TempList.Draw(BCanvas.Canvas, X, Y, 0, E

Re: [lazarus] New patch

2007-02-13 Thread listas
> I'he post this patch to [EMAIL PROTECTED] too. > But if someone want to test it I'm happy. > > 1) This patch add the functions: > > DecColor > - Decrease the component RGBs of a color of the quantity' passed - > > GradientFillCanvas > - Fill a rectangle with gradient color how the Delphi function

Re: [lazarus] TeeChart like component

2007-01-19 Thread listas
> Hi all, > > I've been working for a couple of weeks on a TeeChart replacement. > > I based my on work on the excellent TAChart by Philippe Martinole. > > Before sending this to the mailing list I tried contacting Philippe but > he didn't reply. Hope he sees it now. > > The tar file is here: > htt

Re: [lazarus] TColorListBox

2006-11-28 Thread listas
> [EMAIL PROTECTED] schreef: >>> [EMAIL PROTECTED] schreef: I think you can do it. >> Can you update the patch? >> >> I will try to do that, but not today. >> >> Did you try to install it in the IDE? >> >> Yes >> >> There seems to be no icon for the >> component in the patch. Can you

Re: [lazarus] TColorListBox

2006-11-27 Thread listas
> [EMAIL PROTECTED] schreef: >> I think you can do it. >> > Can you update the patch? I will try to do that, but not today. Did you try to install it in the IDE? Yes There seems to be no icon for the component in the patch. Can you create one? Name it tcolorlistbox.xpm. Look for example in

Re: [lazarus] TColorListBox

2006-11-27 Thread listas
I think you can do it. > Somebody submitted a TColorListbox in the bug tracker. > http://www.freepascal.org/mantis/view.php?id=7821 > > Isn't it better to merge the code into the ColorBox unit? > > Vincent > > _ > To unsubscribe:

[lazarus] win32 wince api, alphablend, transparency, and unicode

2006-03-15 Thread listas
Hi I just found this: http://www.allapi.net/ this site have great tool with informations about all win32 and wince api. with that tools i've found two function AlphaBlend: http://www.mentalis.org/apilist/AlphaBlend.shtml and TransparentBlt: http://www.mentalis.org/apilist/TransparentBlt.shtml

Re: [lazarus] Icon property of TTrayicon in win32 patch

2006-03-06 Thread listas
take a look at this: http://koders.com/delphi/fid75A2287D0532C92AEA0BAD9E89388BD1DC501DE9.aspx?s=Tcolor _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus

Re: [lazarus] transparent forms

2006-03-03 Thread listas
Hi I'v just reported this to bugtrack list, please take a look at issues: 0001804 0001805 0001806 thanks xpete > Regions are great and work in all Win Versions but Alpha Blending is > only implemented in Win2K+, if you have good drivers even alpha > doesn't consume much cpu, on Linux both Alph