Tagged Questions
2
votes
1answer
65 views
Detecting change of a variable (detect mouse clicks)
I want to do something when the mouse is clicked. But it shouldn't matter where the mouse is clicked, so I can't use EventHandler. Instead, I'm trying to do it like ...
9
votes
2answers
128 views
Can one affect the appearance of components of a control?
I'd like to control the appearance of the components of a TabView[] control.
Such a control appears constructed of Buttons, ...