I am using LabWindows CVI 5.5. I'd like to use ring slide controls with callback functions, but they dont seem to work like I want. My slide has 5 positions. When I use the mouse or the keyboard to change the positions, EVENT_COMMIT is never seen. EVENT_VAL_CHANGED is trapped each time a new position is selected. But I need to know when the user has finalized his selection, like if he moves it from position 1 to positoin 4, I need to only see that final commit event, not the change from 1-2, 2-3, 3-4.
I have a menu type of ring that works fine this way. But if I copy it to the panel the ring slide is on, it no longer works. And if I copy the ring slide to the panel containing the menu ring, the ring slide traps EVENT_COMMIT. That panel
is the main panel of all others in the project.
Any ideas???....