0
kicks
A common UI problem
This blog post shows a common UI problem: reacting to events dependent on the source which triggered the event (user vs. program). With manual event detach/attach and boolean flags it shows two common solutions and their shortcomings. Stay tuned for the next blog post which shows a better solution.