Thanks for all the answers. Most of them came offline. I'm feeding this
back to the list so the search engines can use it in the future.

Here is the code to turn off beaming that I settled on:

Err             err;
UInt16  libRefNum;
Boolean beamEnabled;

err = SysLibFind(irLibName, &libRefNum);
if (!err) {     
        beamEnabled = false;
        ExgLibControl(libRefNum, irSetScanningMode, &beamEnabled, NULL);
}

Thanks again!                                   

Phil Barnett

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to