Search found 3 matches
- Tue Feb 20, 2007 5:46 pm
- Forum: VCL
- Topic: Popup Menu
- Replies: 4
- Views: 3509
Thanks for the info Narcis! I didn't think about changing the mouse button that was used. I'm not sure if this will be a problem for people with only 2 buttons although that is a rare occurence these days. I'm currently using a customized version of the chart commander. I've added a couple more butt...
- Tue Feb 20, 2007 4:25 pm
- Forum: VCL
- Topic: Popup Menu
- Replies: 4
- Views: 3509
I'm using version 7. The PopupMenu property of a TChart component can be set to a TPopupMenu component to add right-click support to a chart object. At runtime, a user right-clicks on the chart and the menu pops up. The default scroll mechanism for a chart object is to use the right mouse button to ...
- Mon Feb 19, 2007 6:53 pm
- Forum: VCL
- Topic: Popup Menu
- Replies: 4
- Views: 3509
Popup Menu
One thing that has been really bugging me about my TeeChart implementation is the use of a popup menu . When using the built-in scrolling with the right mouse button, the popup menu is displayed on the final mouse up event. To me, the popup menu should be fired only when the right button is clicked ...