Open heyheysay opened 10 years ago
Scan is my Barcode camera object
Glenn Sayer
From: Darryn [mailto:notifications@github.com] Sent: Tuesday, April 22, 2014 3:58 AM To: rhomobile/rhoelements-issues Cc: Sayer Glenn-TVJB47 Subject: Re: [rhoelements-issues] viewfinderFeedbackTime - not working on TC55 (#81)
Hi Glenn, what is scan? Is it an instance of Barcode? When you say scan.setViewfinderFeedbackTime = 2000; I believe that is creating a new property in your local JS object.
— Reply to this email directly or view it on GitHubhttps://github.com/rhomobile/rhoelements-issues/issues/81#issuecomment-41017635.
@benken @geoffday67 Hi Guys, the online documentation for Android Barcode says it supports viewfinderFeedbackTime but the auto_tests at https://github.com/rhomobile/RMS-Testing/blob/master/auto/feature_def/auto_common_spec/app/BarcodeTest/barcode_js_test.js imply it is only supported on Windows... which is correct? Thanks
It appears that viewfinderFeedbackTime is not working on a TC55. Tried several options for setting the value with no luck in getting it to work. tried to use "scan.viewfinderFeedbackTime = 2000" but get error that parameter is not recognised.
also tried "scan.setViewFinderFeedbackTime = 2000" this appears to set the time but does not change the working functionality
Attached image is the results of my testing.