View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001879 | JEDI VCL | 00 JVCL Components | public | 2004-06-19 05:06 | 2004-08-20 10:03 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001879: TJvScrollText : Text color is always WindowText in D7+XP | ||||
Description | Even when specifying a different color for Font.Color, TJvScrollText displays it in clWindowText (or clBlack) when using XP styles under Delphi 7 (bug only visible in runtime, works fine in desingtime). | ||||
Additional Information | This can be solved easily by adding the following line in the constructor, after FMemo is created : FMemo.Transparent := False; The TStaticText seems to have a new "Transparent" property in Delphi 7, but it is useless here since the TJvScrollText is not transparent. | ||||
Tags | No tags attached. | ||||
|
What version of the JVCL are you using? In the development version for JVCL 3, there is no FMemo field in TJvScrollText. If you are using the JVCL version 2.10, please try using JVCL 3 and tell us if the bug is still here. To use the JVCL3, you will need the latest JCL as well. They both are available as daily packages at these addresses: http://jvcl.sf.net/daily/ http://jcl.sf.net/daily/ Please let us know how things go. |
|
Fixed in CVS. It now uses TJvStaticText instead of TStaticText. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-06-19 05:06 | anonymous | New Issue | |
2004-07-05 00:29 | obones | Status | new => assigned |
2004-07-05 00:29 | obones | Assigned To | => obones |
2004-08-04 12:46 | obones | Note Added: 0004929 | |
2004-08-04 12:46 | obones | Status | assigned => feedback |
2004-08-20 10:03 | AHUser | Status | feedback => resolved |
2004-08-20 10:03 | AHUser | Resolution | open => fixed |
2004-08-20 10:03 | AHUser | Note Added: 0005040 |