View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001823 | JEDI VCL | 00 JVCL Components | public | 2004-06-01 04:16 | 2006-03-30 07:08 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0001823: Non transparent glyph on TJvArrowButton with Manifest | ||||
Description | When 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; | ||||
Tags | No tags attached. | ||||