xjoker_ 25 Posted February 4, 2021 Hello, I was wondering if there is a "clean" way to make some kind of OnChange listener on a RscEdit control. So in my dialog, when i'm typing some text in this control, it would automatically update other controls within the same dialog ? I could make a loop which check the current value each X ms but that doesn't seem very optimal. Thanks Share this post Link to post Share on other sites
gc8 981 Posted February 4, 2021 probably, big list here: https://community.bistudio.com/wiki/User_Interface_Event_Handlers#onKeyUp onKeyUp could work 2 Share this post Link to post Share on other sites
xjoker_ 25 Posted February 4, 2021 onKeyUp works thank you ! i was not sure because i wanted 1 control to update others, and others to update this one too. But that's fine Share this post Link to post Share on other sites