HI all
I am using the knob conrol in 2012 wherein in knob control we get one numeric control also by default.We can enter numeric value in that control and then the knob is set to that value.
My problem is , for entering the value in that numeric control of knob(rather than setting the value from knob itself) i want to call my keypad VI as this is my touch screen VI.
But i am not able to take event seperately for that numeric control of knob. Keypad VI is getting called even if i am trying to change value from knob.(by rotating the wheel)
BUt i want keypad to get populate only if i want to enter value in numeric field.
Is there any specific way to capture that event?
I hope i have explained my issue properly.
What i was thin king was hiding that numeric control and taking other numeric control instead of that and take event on that numeric control to call keypad. IS this the best possible way?
Any help will be appreciated. Its quite urgent