View Issue Details

IDProjectCategoryView StatusLast Update
0001823JEDI VCL00 JVCL Componentspublic2006-03-30 07:08
ReporteranonymousAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.30 
Summary0001823: Non transparent glyph on TJvArrowButton with Manifest
DescriptionWhen including .manifest in Delphi 6 and setting glyph of TJvArrowButton dynamicaly from code this glyph becomes opacity. But all transparent options are turned on. When defining glyph from IDE there is no such error. When excluding .manifest there is no such error too. Th code I use to dynamicaly set glyph:
bit:=TBitmap.Create;
ImageList.GetBitmap(0,bit);
JvArrowButton.Glyph.Assign(bit);
bit.Free;
TagsNo tags attached.

Activities

obones

2006-03-30 07:08

administrator   ~0008760

add bit.Transparent := True; just before assigning it to the arrow button.

Issue History

Date Modified Username Field Change
2004-06-01 04:16 anonymous New Issue
2006-03-30 07:08 obones Status new => resolved
2006-03-30 07:08 obones Resolution open => fixed
2006-03-30 07:08 obones Assigned To => obones
2006-03-30 07:08 obones Note Added: 0008760