hello,
actually, i have a few forms, in which 2 of the forms are used for barcode
scanning. the first form of barcode scanning is successfully. but when i
went to the other form where i'm supposed to do scanning again, it can't
work, didn't go into the event "case scanDecodeEvent:".
so i'm quite confused. why the first form i can scan, but the other form i
cannot. btw, the other form consists of a signature gadget too.
hope you can solved my problem.
thank you.
>From: "Sumita Malik" <[EMAIL PROTECTED]>
>Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>Subject: Re: Barcode Scanning
>Date: Thu, 03 Jan 2002 03:47:03 -0500
>
>Hi,
>
>Where did you put the alert box?
>Are you using the API ScanSmdStart Decode() , if you are using soft
>scanning?
>
>Also,what device are u using? Is its scanner-supported? Check status of
>ScanIsPalmSymbolUnit() to check this.
>
>Please have a look at the sample application given alongwith Symbol SDK.
>
>regs,
>SM
>
> >>> [EMAIL PROTECTED] 01/03/02 12:44PM >>>
>
>hello james,
>
>sorry...i'm not quite sure what you are talking.
>i've tried to put an alert box..the box didn't pop up, that means it went
>into the ScanCmdScanEnable().
>can you explain step by step.
>
>thank you.
>
>
> >From: James Barwick <[EMAIL PROTECTED]>
> >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> >To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> >Subject: Re: Barcode Scanning
> >Date: Thu, 03 Jan 2002 14:37:33 -0500
> >
> >Welll...obvious first....did you initialize the scanner (yes if your
> >using a laser scanner and you see the laser beam).
> >
> >Did you check your parens in your switch statements? Sometimes those
> >buggers get me.
> >
> >On App Start:
> > if (ScanIsPalmSymbolUnit())
> > {
> > error = (Err) ScanOpenDecoder(); // open the scan manager
> >library
> > if (!error)
> > {
> > bOpenDecoderOK = true; // set global variable that all is
>well
> > ScanCmdScanEnable(); // Enable scanning
> > }
> > else
> > FrmAlert( alrtScannerProblem );
> > }
> >
> >Put some debug code in at the top of your switch and emulate a
> >ScanEvent. Then step through your code.
> >
> >Best of luck!
> >
> >
> >HU HUITING wrote:
> >
> >>
> >>
> >>hello,
> >>
> >>i've encountered some problems when i'm doing my Barcode Scanning
> >>application using Palm OS 3.5.
> >>
> >>It doesn't seems to go into the event "case scanDecodeEvent:".
> >>
> >>Does anyone know why?
> >>
> >>thanks in advance.
> >>
> >>
> >>
>
>
>--
>For information on using the Palm Developer Forums, or to unsubscribe,
>please see http://www.palmos.com/dev/tech/support/forums/
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/