Zuijdam / Barcode_prototype

0 stars 0 forks source link

EAN selected? #1

Open mptrs opened 3 years ago

mptrs commented 3 years ago

Hoi Erik,

Inplaats van Vergeet hem niet eerst op EAN te zetten. Kan je niet beter gewoon de EAN als selected zetten?

Zuijdam commented 3 years ago

Ja maar dat lukte niet :P

Erik van Zuijdam - PGP https://keys.mailvelope.com/pks/lookup?op=get&search=0x8E23DDDC2A0318DD | Minilock key https://docs.google.com/document/d/1HtvCtsIAB-lUZ1ZsWKi4ZDh4SkzuUeHMLjq1kdcvFfQ/pub

Op vr 28 mei 2021 om 09:27 schreef Michiel Peters @.***

:

Hoi Erik,

Inplaats van Vergeet hem niet eerst op EAN te zetten. Kan je niet beter gewoon de EAN als selected zetten?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Zuijdam/Barcode_prototype/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPOSEDWMXYQQNERQZAUMQLTP5AWVANCNFSM45V5WCCQ .

Zuijdam commented 3 years ago

Ik had eerst die value in html als selected gezet, maar dan is de scanner alsnog 128 en geen ean.

Erik van Zuijdam - PGP https://keys.mailvelope.com/pks/lookup?op=get&search=0x8E23DDDC2A0318DD | Minilock key https://docs.google.com/document/d/1HtvCtsIAB-lUZ1ZsWKi4ZDh4SkzuUeHMLjq1kdcvFfQ/pub

Op vr 28 mei 2021 om 11:07 schreef Erik van Zuijdam @.***>:

Ja maar dat lukte niet :P

Erik van Zuijdam - PGP https://keys.mailvelope.com/pks/lookup?op=get&search=0x8E23DDDC2A0318DD | Minilock key https://docs.google.com/document/d/1HtvCtsIAB-lUZ1ZsWKi4ZDh4SkzuUeHMLjq1kdcvFfQ/pub

Op vr 28 mei 2021 om 09:27 schreef Michiel Peters < @.***>:

Hoi Erik,

Inplaats van Vergeet hem niet eerst op EAN te zetten. Kan je niet beter gewoon de EAN als selected zetten?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Zuijdam/Barcode_prototype/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPOSEDWMXYQQNERQZAUMQLTP5AWVANCNFSM45V5WCCQ .

mptrs commented 3 years ago

Zou dat kunnen komen omdat je default state zo staat:

decoder: {
                readers : [{
                    format: "code_128_reader",
                    config: {}
                }]
            },
Zuijdam commented 3 years ago

Dat zou zomaar kunnen zijn :P On 28 May 2021, 12:32 +0200, Michiel Peters @.***>, wrote:

Zou dat kunnen komen omdat je default state zo staat: decoder: { readers : [{ format: "code_128_reader", config: {} }] }, — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.