View Issue Details

IDProjectCategoryView StatusLast Update
0006289JEDI VCL00 JVCL Componentspublic2015-09-21 17:47
ReporterDavidVTaylorAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.49 
Summary0006289: New HID devices do not use DevThreadSleepTime setting
DescriptionHID 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 InformationThe 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;

TagsNo tags attached.

Activities

2014-05-17 05:47

 

JvHidControllerClass.pas (76,802 bytes)

AHUser

2014-05-17 09:38

developer   ~0020974

Applied to git master branch.

Issue History

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