Hi,
I have a textfield control set in my desktop app. I used to trigger a text change event, but later after I changed it to keydown event. Nothing else changed, but when I try to build it, the IDE shows an error.
The location is “Main.Txt_Msg.Name Layout (property name)”
Issue Type “Main.Main” has no member named “Txt_Msg_TextChange” Name
“Main” is my main window name. “Txt_Msg” is the textfield set name.
It looks like the layout is not changed with the event change. How to fix that? What’s the proper way to change the event?
Thanks!