View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006101 | JEDI VCL | 00 JVCL Components | public | 2013-03-10 19:34 | 2015-09-14 13:20 |
Reporter | alquimista | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | 3.48 | |||
Summary | 0006101: JvTracker not update OnChange when you move the cursor keys | ||||
Description | JvTracker not update OnChange when you move the cursor keys. Resolved by adding this line --> DoChangedValue(FValue); tried!! or UpdatePosition?? procedure TJvTracker.CNKeyDown(var Message: TWMKeyDown); begin case Message.CharCode of VK_LEFT, VK_UP: Value := Value - FStep; VK_RIGHT, VK_DOWN: Value := Value + FStep; end; DoChangedValue(FValue); // ******************** end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-10 19:34 | alquimista | New Issue | |
2013-03-10 19:34 | alquimista | File Added: JvTracker.pas | |
2013-05-25 15:49 | AHUser | Note Added: 0020509 | |
2013-05-25 15:49 | AHUser | Status | new => resolved |
2013-05-25 15:49 | AHUser | Fixed in Version | => Daily / SVN |
2013-05-25 15:49 | AHUser | Resolution | open => fixed |
2013-05-25 15:49 | AHUser | Assigned To | => AHUser |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |