Jump to content

Front panel control enable


Grey

Recommended Posts

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.

.

Link to comment

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.

post-13461-0-75566400-1331227013.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.