View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000858 | JEDI VCL | 00 JVCL Components | public | 2003-04-09 05:05 | 2003-05-21 08:27 |
| Reporter | Mark Vaughan | Assigned To | user72 | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0000858: jvSpinEdit in JVCL 2.1 - user-defined OnChange handlers don't execute | ||||
| Description | user-defined OnChange handlers assigned to the the newest version of jvSpinEdit no longer fire correctly. the attached zip archive contains Delphi code for a tiny test app that demonstrates the failure of user-defined OnChange handler. when compiled using JVCL version 2.1, the caption of JvxLabel1 will not change as the value of the spin edit control changes. included in the zip file is a *crudely patched* version of jvSpin.pas that brings the OnChange event back to life. no magic here -- essentially all I did was revive the Change method that was used in JVCL 2.0. and while there's no magic, there's also been no testing done either, so there could be unknown side effects lurking...proceed with caution! | ||||
| Additional Information | I've reported this as "major" because it breaks about 99% of my applications (I started using the RxSpinEdit control when it first became available) | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0000838 | closed | TJvSpinEdit OnChange() event does not work |
|
2003-04-09 05:05
|
jvSpinEditTest.zip (15,664 bytes) |
|
|
should have looked be before I leaped...this bug has been reported earlier and apparently a fix is already in CVS...sorry for the confusion ya'll |
|
|
Better safe than sorry! |
|
|
Fix is definitely in CVS. Closed. |