largeselection
Active Member
- Joined
- Aug 4, 2008
- Messages
- 358
Hello,
For some reason I can't get the Ch_MouseUp event to fire. I'm using a modified version of some code Andrew Poulsom provided to another user to display labels when the mouse is clicked down and then have them not visible when the mouse button is released.
However, I have it working so that the Ch_MouseDown event works fine and will create the label that I want, but it creates and stays regardless of whether I hold the mouse button or just click. So the MouseUp event does not hide the label.
Any ideas why it wouldn't work? I'm using a chart that is embedded in a sheet so perhaps that is the issue? Just confusing because the Ch_MouseDown event does work.
I'm also trying to think of an elegant way to hide the label easily because there are a lot of datapoints, so I would want to be able to click one and then release to have it disappear or click-again to disappear or something like that.
Thanks for your help!
For some reason I can't get the Ch_MouseUp event to fire. I'm using a modified version of some code Andrew Poulsom provided to another user to display labels when the mouse is clicked down and then have them not visible when the mouse button is released.
However, I have it working so that the Ch_MouseDown event works fine and will create the label that I want, but it creates and stays regardless of whether I hold the mouse button or just click. So the MouseUp event does not hide the label.
Any ideas why it wouldn't work? I'm using a chart that is embedded in a sheet so perhaps that is the issue? Just confusing because the Ch_MouseDown event does work.
I'm also trying to think of an elegant way to hide the label easily because there are a lot of datapoints, so I would want to be able to click one and then release to have it disappear or click-again to disappear or something like that.
Thanks for your help!