07-12-2006 03:48 PM
07-12-2006 03:54 PM
I think you can prevent this behavior by "swallowing" the event in a control callback. Basically, for any event you want to ignore, you return with a non-zero value and CVI acts as if nothing was done to that control.
I'd suggest that at a minimum you will need to catch the EVENT_COMMIT and all of the mouse click and focus events to disable this behavior completely.
As for making suggestions about CVI, you can do that yourself, go to the contact page and then select product feedback.
07-12-2006 04:21 PM
07-12-2006 04:52 PM
swallowing a EVENT_LEFT_ CLICK event, for example, does indeed prevent the cursor from appearing in the text box!
Unfortunately, swallowing the left click makes it impossible to scroll the text box using the scroll tab (i.e, left click on scroll tab, grab and move) . Interesting that left clicking on the scroll arrows work though (one line at a time).
07-12-2006 05:51 PM