08-01-2005 09:53 AM
08-01-2005 10:02 AM
Florian,
Mouse events are low-level events that are not affected by the control mode attribute. Making the control an indicator usually means that you cannot operate the control interactively, nor can you tab to that control. So, for example, an indicator control would never send a commit event, since its value could not be changed interactively. However, canvas controls already don't hold values, in the traditional sense of the word, so setting it to an indicator does not make a big difference.
What you will have to do is to put some logic in the canvas callback to not do anything as a result of a left-click event if the control is an indicator, for example.
Luis
NI
08-02-2005 02:12 AM