You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a user-defined timeout before scanned QR-codes is removed from the "symbols" list : when writing sth like [{"text": value.data.decode("utf8"), "popup": root} for value in zbarcam.symbols] in a .kv file, each symbol is displayed (just after recognition) in a button, but for a fraction of a second. users should be allowed to define a timeout before the item is removed from the list.
The text was updated successfully, but these errors were encountered:
petaflot
changed the title
timeout before removigg scanned symbols
timeout before removing scanned symbols
Jul 8, 2022
that can be done on the app side, adding new elements to a list immediately, but delaying their removal with a clock event (that can be cancelled if they are found again)
I would like a user-defined timeout before scanned QR-codes is removed from the "symbols" list : when writing sth like [{"text": value.data.decode("utf8"), "popup": root} for value in zbarcam.symbols] in a .kv file, each symbol is displayed (just after recognition) in a button, but for a fraction of a second. users should be allowed to define a timeout before the item is removed from the list.
The text was updated successfully, but these errors were encountered: