Search found 7 matches

by alex
Tue Jul 08, 2008 12:55 pm
Forum: VCL
Topic: Transparent work now
Replies: 1
Views: 1419

Transparent work now

I rewrote procedure 869705892583681 Procedure TTeeCanvas.AssignBrushColor(ABrush:TChartBrush; AColor,ABackColor:TColor); var i,j,k:integer; bmp:tbitmap; begin if Monochrome then AColor:=clWhite; if integer(ABrush.Style)>7 then begin ////127 standart brushes i:=integer(ABrush.Style)-8; j:=integer(Bru...
by alex
Fri Jul 04, 2008 11:43 am
Forum: VCL
Topic: Transparent doesn't work
Replies: 2
Views: 1824

Transparent doesn't work

Dear sir, Your sample is very good but not solved my problem. Problem deal with transparency of user brush.bitmap for all objects. After loading mask image in brush.bitmap transparent doesn't work. When I use standart brush.style or use timagetool it's all right I send you two picture which explaine...
by alex
Fri Jul 04, 2008 11:42 am
Forum: VCL
Topic: Transparent doesn't work
Replies: 2
Views: 1824

Transparent doesn't work

Dear sir, Your sample is very good but not solved my problem. Problem deal with transparency of user brush.bitmap for all objects. After loading mask image in brush.bitmap transparent doesn't work. When I use standart brush.style or use timagetool it's all right I send you two picture which explaine...
by alex
Thu Jul 03, 2008 3:05 pm
Forum: VCL
Topic: Transparent doesn't work
Replies: 1
Views: 1436

Transparent doesn't work

Help me set teechart brush backcolor as transparent.
I use a bitmap as a brush. The back background is not transparent.
That it is necessary to correct in a code that the mode of a transparency worked.
Delphi 7 TeeChart VCL 7 w SC
Alex
by alex
Thu Jul 03, 2008 2:51 pm
Forum: VCL
Topic: Brush pattern with transparency
Replies: 4
Views: 2660

Transparent doesn't work

Dear sir,

Help to establish please property of teechart transparency .
That it is necessary to correct in a code that the mode of a transparency worked.
Teechart Pro 7.02 w source codes
Alex.
by alex
Wed Jul 02, 2008 12:11 pm
Forum: VCL
Topic: Brush pattern with transparency
Replies: 4
Views: 2660

Transparent doesn't work

I work with TeeChart Pro v7 VCL with source. I try rewrite this procedure Procedure TTeeCanvas.AssignBrushColor(ABrush:TChartBrush; AColor,ABackColor:TColor); with help of loadfromresource and createpatternbrush api functions I use backmode=transparent and backcolor=clwhite or backcolor=clnone but b...
by alex
Tue Jul 01, 2008 4:45 pm
Forum: VCL
Topic: Brush pattern with transparency
Replies: 4
Views: 2660

Brush pattern with transparency

Hi,
I use mapseries with bitmaps pattern filling.
When I try to use standart brushes (diagcross) - it is transparent.
But when I try bitmap as brush it's not transparent.

Alex