View Issue Details

IDProjectCategoryView StatusLast Update
0002482JEDI VCL00 JVCL Componentspublic2005-02-04 03:16
ReporteranonymousAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version2.10 
Target VersionFixed in Version 
Summary0002482: TJvIntegerEdit does not repaint when disabled
DescriptionTry this:
JvIntegerEdit.Enable := False;
JvIntegerEdit.Caption := 111;
JvIntegerEdit.Caption := 222;
JvIntegerEdit.Caption := 333;
JvIntegerEdit.Caption := 444;

Workaround is simple:
JvIntegerEdit.Caption := 444;
JvIntegerEdit.Repaint;




TagsNo tags attached.

Activities

obones

2005-02-04 03:16

administrator   ~0006390

Please use the latest JVCL, that is JVCL 3 RC1.
We won't fix any issues in JVCL 2.10

Issue History

Date Modified Username Field Change
2005-01-07 02:05 anonymous New Issue
2005-02-04 03:16 obones Status new => closed
2005-02-04 03:16 obones Note Added: 0006390