S Smee Well-Known Member Licensed User Longtime User Nov 13, 2009 #1 Does anyone know how to turn the datawedge program on and off in code? I have it running on the device all the time but it would be a lot more professional if it was only switched on when the program is activated Last edited: Nov 17, 2009
Does anyone know how to turn the datawedge program on and off in code? I have it running on the device all the time but it would be a lot more professional if it was only switched on when the program is activated
S Smee Well-Known Member Licensed User Longtime User Nov 17, 2009 #2 just bumping this along. I need to be able to temporarily deactivate the scanner. I may be able to do it by disabling the input text but this is not the optimal solution Regards Joe
just bumping this along. I need to be able to temporarily deactivate the scanner. I may be able to do it by disabling the input text but this is not the optimal solution Regards Joe
agraham Expert Licensed User Longtime User Nov 17, 2009 #3 I don't know anything about DataWedge but if it is an application (an exe) then you could try using the Process object from my http://www.b4x.com/forum/additional-libraries/4805-threading-library-version-2-a.html#post27720 to start it and kill it when you want.
I don't know anything about DataWedge but if it is an application (an exe) then you could try using the Process object from my http://www.b4x.com/forum/additional-libraries/4805-threading-library-version-2-a.html#post27720 to start it and kill it when you want.