View Issue Details

IDProjectCategoryView StatusLast Update
0001879JEDI VCL00 JVCL Componentspublic2004-08-20 10:03
ReporteranonymousAssigned Toobones 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001879: TJvScrollText : Text color is always WindowText in D7+XP
DescriptionEven 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 InformationThis 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.
TagsNo tags attached.

Activities

obones

2004-08-04 12:46

administrator   ~0004929

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.

AHUser

2004-08-20 10:03

developer   ~0005040

Fixed in CVS.

It now uses TJvStaticText instead of TStaticText.

Issue History

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