Grey Posted March 8, 2012 Report Share Posted March 8, 2012 Hi, I have two controls in my front panel. one is numeric and another one is string. I want the user first enter the numeric control and then go for string control. so what i'm looking is that once the user entered the numeric value, then the "string input" should enable and at the same time the mouse cursor should blink in it. if the numeric data is not yet entered any value then the string input must not visible or enabled ... possible ?? Thanks. . Quote Link to comment
asbo Posted March 8, 2012 Report Share Posted March 8, 2012 Yes, have a look at the Disabled property of your string control. You can use the Value property of the numeric control to decide the disable state of your string control. The KeyFocus property will move the cursor to the string control. Quote Link to comment
Grey Posted March 8, 2012 Author Report Share Posted March 8, 2012 Thanks asbo. It's really a great help and learned nice info from you. Quote Link to comment
MikaelH Posted March 8, 2012 Report Share Posted March 8, 2012 And you will probably soon create an enable and disable VI to save block diagram space. //Mike Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.