Transparent to mouse events?
Posted: Tue Jan 28, 2014 6:48 pm
Don't I remember a thread where one object can be made not to "see" mouse events? In other words, if I have a button directly over and covering a locked field, say, I could make a mouseclick on that button trigger a mouseUp message in the field, as if the button was not there?
"Transparent", but to events, not just for visual effects. The intent is to have such an object overlying a line in a datagrid, where that overlying object is only there for coloring purposes, and all mouse actions can pass to the DG. I know this is easily scriptable for simple controls, but in a DG it gets complicated.
Craig Newman
"Transparent", but to events, not just for visual effects. The intent is to have such an object overlying a line in a datagrid, where that overlying object is only there for coloring purposes, and all mouse actions can pass to the DG. I know this is easily scriptable for simple controls, but in a DG it gets complicated.
Craig Newman