View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002482 | JEDI VCL | 00 JVCL Components | public | 2005-01-07 02:05 | 2005-02-04 03:16 |
| Reporter | anonymous | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 2.10 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0002482: TJvIntegerEdit does not repaint when disabled | ||||
| Description | Try this: JvIntegerEdit.Enable := False; JvIntegerEdit.Caption := 111; JvIntegerEdit.Caption := 222; JvIntegerEdit.Caption := 333; JvIntegerEdit.Caption := 444; Workaround is simple: JvIntegerEdit.Caption := 444; JvIntegerEdit.Repaint; | ||||
| Tags | No tags attached. | ||||