Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-27 Thread Dominique Louis
Tom Gregorovic wrote: It used to work, but after bitmap rewrite (which moved transparency in TBitmap to mask) it was broken. I hope, I have fixed it in latest SVN. Hi Tom, I totally missed this update, I'm downloading the latest snapshot so will let you know if it works for me. Thanks,

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-27 Thread Dominique Louis
Hi Tom, I just checked and transparency does indeed work correctly in Carbon in the latest Snapshot(27/01/2008). Great work! Dominique. Tom Gregorovic wrote: On Jan 11, 2008 10:09 AM, Dominique Louis [EMAIL PROTECTED] wrote: Hi Paul, Does this mean that TBitBtn under Mac OS X does not

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-22 Thread Tom Gregorovic
On Jan 11, 2008 10:09 AM, Dominique Louis [EMAIL PROTECTED] wrote: Hi Paul, Does this mean that TBitBtn under Mac OS X does not support transparency for Bitmaps only via PNGs? I just searched through the code and the Mac OS X Function TButtonGlyph.Draw() in buttonglyph.inc is a bit sparse

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-11 Thread Dominique Louis
Hi Paul, Does this mean that TBitBtn under Mac OS X does not support transparency for Bitmaps only via PNGs? I just searched through the code and the Mac OS X Function TButtonGlyph.Draw() in buttonglyph.inc is a bit sparse and there is no code there makes use of the passed in Transparency.

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-10 Thread Dominique Louis
I finally updated to Lazarus v0.9.24 and the glyph transparency issue still does not work with TBitBtns, but works fine on TToolButtons. Attached is a screen shot of the transparency issue. If anyone has any ideas which files I should look at to try and fix this, I'm happy to do so if I'm

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-10 Thread Paul Ishenin
Dominique Louis wrote: I finally updated to Lazarus v0.9.24 and the glyph transparency issue still does not work with TBitBtns, but works fine on TToolButtons. Attached is a screen shot of the transparency issue. If anyone has any ideas which files I should look at to try and fix this, I'm

Re: [lazarus] Mac OS X : TBitBtn Transparency

2008-01-10 Thread Marc Weustink
Dominique Louis wrote: I finally updated to Lazarus v0.9.24 and the glyph transparency issue still does not work with TBitBtns, but works fine on TToolButtons. How do you set the glyph ? In code or in the ide ? Marc _ To

[lazarus] Mac OS X : TBitBtn Transparency

2007-10-24 Thread Dominique Louis
I've noticed that transparency for TBitBtn under Carbon on Mac OS X does not appear to work. Let me clarify that. It looks fine inside the X11 ide on the Lazarus form, but is not transparent at run-time under Carbon. Is there anything specific to Mac OS I need to do to do get transparency?

Re: [lazarus] Mac OS X : TBitBtn Transparency

2007-10-24 Thread Marc Weustink
Dominique Louis wrote: I've noticed that transparency for TBitBtn under Carbon on Mac OS X does not appear to work. Let me clarify that. It looks fine inside the X11 ide on the Lazarus form, but is not transparent at run-time under Carbon. Is there anything specific to Mac OS I need to do

Re: [lazarus] Mac OS X : TBitBtn Transparency

2007-10-24 Thread Tom Gregorovic
Dominique Louis napsal(a): I've noticed that transparency for TBitBtn under Carbon on Mac OS X does not appear to work. Let me clarify that. It looks fine inside the X11 ide on the Lazarus form, but is not transparent at run-time under Carbon. Is there anything specific to Mac OS I need to

Re: [lazarus] Mac OS X : TBitBtn Transparency

2007-10-24 Thread Dominique Louis
Tom Gregorovic wrote: Do you mean TBitBtn face transparency or glyph transparency? AFAIK TBitBtn face is not transparent on Mac OS X. I should have been more explicit. I'm talking about the glyph transparency. I still see the fuschia background of the glyph at run-time. Dominique.

Re: [lazarus] Mac OS X : TBitBtn Transparency

2007-10-24 Thread Dominique Louis
Marc Weustink wrote: What version of Lazarus did you use ? What os version and what cpu (intel or powerpc) Latest Snapshot on the 23rd of October. Mac OS X 10.1.10 MacBook Intel. Dominique. _ To unsubscribe: mail [EMAIL