[ 
https://issues.apache.org/jira/browse/OFBIZ-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571841#action_12571841
 ] 

Chris Lombardi commented on OFBIZ-1671:
---------------------------------------

Suspect the problem is the following lines setting up frame0 to listen to 
events twice in PosScreen.java.

            // configure the frame/window listeners
            KeyboardAdaptor.attachComponents(appFrame, false);
            KeyboardAdaptor.attachComponents(appWin, false);

>From logging I added:

2008-02-23 20:11:17,858 (main) [ KeyboardAdaptor.java:86 :INFO ] Attach 
component: default/paypanel
2008-02-23 20:11:18,396 (main) [ KeyboardAdaptor.java:86 :INFO ] Attach 
component: default/mgrpanel
2008-02-23 20:11:18,843 (main) [ KeyboardAdaptor.java:86 :INFO ] Attach 
component: default/promopanel
2008-02-23 20:11:18,877 (main) [ KeyboardAdaptor.java:86 :INFO ] Attach 
component: frame0
2008-02-23 20:11:18,877 (main) [ KeyboardAdaptor.java:86 :INFO ] Attach 
component: frame0
2008-02-23 20:11:19,400 (main) [ KeyboardAdaptor.java:86 :INFO ] Attach 
component: default/pospanel

I'll test with the msr when I'm in front of the machine. 


> POS: Msr has double event issue in linux
> ----------------------------------------
>
>                 Key: OFBIZ-1671
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1671
>             Project: OFBiz
>          Issue Type: Bug
>            Reporter: Chris Lombardi
>
> I am unable to get a card swipe to be recognized by the POS under linux 
> because the POS is seeing 2 events for each character swiped.
> Here's the line that is showing me the card number with each character output 
> twice.  If I swipe a card outside the POS, the characters from the swipe 
> appear normal.
> Msr.java:121:INFO  ] Msr Info : ;<censored>||
> Possibly related to OFBIZ-567.  However, unlike 567, pushing a button on the 
> POS does not resolve the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to