View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006289 | JEDI VCL | 00 JVCL Components | public | 2014-05-17 05:47 | 2015-09-21 17:47 |
Reporter | DavidVTaylor | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.49 | |||
Summary | 0006289: New HID devices do not use DevThreadSleepTime setting | ||||
Description | HID devices created by the TJvHidController component are not configured using the current value of the HID controller DevThreadSleepTime property. New devices are created with a default sleep time of 100 msec that is hardcoded in the HID device constructor. | ||||
Additional Information | The attached source file contains a one-line change to initialize the HID device ThreadSleepTime. The source file is from the master branch on GitHub as it existed on 5-16-2014. constructor TJvHidDevice.CtlCreate Original: FThreadSleepTime := 100; Modified: FThreadSleepTime := Controller.DevThreadSleepTime; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-05-17 05:47 | DavidVTaylor | New Issue | |
2014-05-17 05:47 | DavidVTaylor | File Added: JvHidControllerClass.pas | |
2014-05-17 09:38 | AHUser | Note Added: 0020974 | |
2014-05-17 09:38 | AHUser | Status | new => resolved |
2014-05-17 09:38 | AHUser | Fixed in Version | => Daily / GIT |
2014-05-17 09:38 | AHUser | Resolution | open => fixed |
2014-05-17 09:38 | AHUser | Assigned To | => AHUser |
2015-09-21 17:47 | obones | Fixed in Version | Daily / GIT => 3.49 |