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
This discussion started due to a crash in TerraScriber when the user enters non-numeric characters into a "map size" Textbox, causing the app to crash.
While this issue is a custom code problem and fixable, it triggered a discussion on built-in filtering capabilities. WPF has a system with the concept of Preview and Handle events that allow developers to react to text as it's being entered, filter it, and note that it has been handled.
Forms should implement something similar that offers this flexibility without being opinionated or enumerating every type of filter that users might want.
The text was updated successfully, but these errors were encountered:
This discussion started due to a crash in TerraScriber when the user enters non-numeric characters into a "map size" Textbox, causing the app to crash.
While this issue is a custom code problem and fixable, it triggered a discussion on built-in filtering capabilities. WPF has a system with the concept of Preview and Handle events that allow developers to react to text as it's being entered, filter it, and note that it has been handled.
Forms should implement something similar that offers this flexibility without being opinionated or enumerating every type of filter that users might want.
The text was updated successfully, but these errors were encountered: