Skip to content

Weird Code Process Threading Issue for ESP32-S3 #151

Closed Answered by Type-32
Type-32 asked this question in Q&A

You must be logged in to vote

The weird issue is fixed.

        def DiceParserInput_eventhandler(event_struct):
            target = event_struct.get_target()
            event = event_struct.code
            if event == lv.EVENT.CLICKED:
                print("Editing dice parser text")
                # help(event_struct.get_target_obj())
                pdaos.invoke_keyboard(event_struct.get_target_obj().get_text())
                globals.set_temp_variable("ui_DiceParserInput", event_struct.get_target_obj())
                globals.set_temp_variable("diceParserFocused", True)
            elif globals.get_temp_variable("diceParserFocused") and not pdaos.is_keyboard_focused():
                def set_inputfield_text(*

Replies: 1 comment 3 replies

You must be logged in to vote
3 replies
@kdschlosser

@Type-32

@Type-32

Answer selected by Type-32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants