Hi,
with TeeCreateBitmap, how to create a bitmap with transparent background?
TeeCreateBitmap with transparent color
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeCreateBitmap with transparent color
Hello,
You can do something similar to the example Yeray posted here. That is also being explained in this article I wrote. Does this help you achieve what you expected?
You can do something similar to the example Yeray posted here. That is also being explained in this article I wrote. Does this help you achieve what you expected?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: TeeCreateBitmap with transparent color
I tried Chart1.draw, it works in the VCL but under Intraweb i have an exception:
I don't have this problem with TeeCreateBitmap, but I don't have the transparent background...'Le contrôle 'Control1' n'a pas de fenêtre parente'
Re: TeeCreateBitmap with transparent color
Hello,
would it possible to have background transparancy with TeeCreateBitmap?
If not, is there a problem with the function draw when we you use it in intraweb? Can it be solve?
would it possible to have background transparancy with TeeCreateBitmap?
If not, is there a problem with the function draw when we you use it in intraweb? Can it be solve?
Re: TeeCreateBitmap with transparent color
Hello,
The function Draw of the chart have problem only in GDI+.
So I have transparency now but only if I put this: Chart1.Canvas:=TTeeCanvas3D.Create.
The function Draw of the chart have problem only in GDI+.
So I have transparency now but only if I put this: Chart1.Canvas:=TTeeCanvas3D.Create.
Re: TeeCreateBitmap with transparent color
Hello,
Note the "Control has no parent window" error in TeeChart for Intraweb and similars was fixed with the update for TeeChart Lite for RAD Studio XE5, as you can read here.
Are you using a TeeChart version published later to the 1st Feb 2014?
I'm not sure about what TeeChart version are you using.mivtee wrote:I tried Chart1.draw, it works in the VCL but under Intraweb i have an exception:'Le contrôle 'Control1' n'a pas de fenêtre parente'
Note the "Control has no parent window" error in TeeChart for Intraweb and similars was fixed with the update for TeeChart Lite for RAD Studio XE5, as you can read here.
Are you using a TeeChart version published later to the 1st Feb 2014?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeCreateBitmap with transparent color
Hello,
I use the last release 2014.11.140512, and I'm waiting for next release that correct some other problems.
I use the last release 2014.11.140512, and I'm waiting for next release that correct some other problems.
Re: TeeCreateBitmap with transparent color
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |