I am trying to create an application that has registered to the default button(barcode) action. My application gets the barcode and sends it as keystrokes to another application. I saw in MCA SDK 2.0 that it is possible to configure the application as default action using this setting
/Intel/HealthcareSDK/ToolTray/DefaultHandler/BarcodeDefaultHandler.dll/BC-LaunchApp =
My problem is when my application is not active(loses focus or minimized), it is not listening to barcode button press event. I tried to set my application to this key, but when I press the barcode button in my C5, it just launches the application.It is not triggerring the barcode scan process.Is there any other config setting that I am missing? I thought this key is used to keep my application active as well as handle the default button action. Is this correct?


