11-29-2007 11:02 PM
12-03-2007 03:40 AM - edited 12-03-2007 03:40 AM
12-04-2007 01:51 AM
Hi
Thanks for the reply.
Is it possible to include an event which tracks the user's cdlick on the plot?
I have used event structure in my applications before.
But i am not aware of the fact that we can include events for graph components!!!!
12-04-2007 04:29 PM - edited 12-04-2007 04:29 PM
12-06-2007 09:10 PM
Thanks Mike for this information about the Mods.Double Click. I had been looking for a double click event where I could have a special dialog box pop up in the event a user double clicked a control. Another programmer had come up with a couple of complicated techniques using timing functions to see if multiple clicks had occurred in the same short period of time. I think it even involved some Windows dll calls to find the current windows double click setting. I had asked a couple other people I had met if they knew of a double click event and they hadn't.
With this tidbit of knowledge, I'll be able to implement my idea in some existing code without a whole lot of trouble.
Thanks.
12-07-2007 11:22 PM
Thank u so much Mike.
Thanks for theinformative explanation