Jump to content

Tab navigation across subpanels


mje

Recommended Posts

Hi everyone,

 

Is there an easy way to allow controls to be tab-navigated across subpanels? If I have a dialog with SubPanel0 containing ControlA and ControlB, and SubPanel1 containing ControlC and ControlD, I'd like to enforce a circular navigation order of ControlA - ControlB - ControlC - ControlD as one may normally expect.

 

I know I can do it programmatically, it just seems like there should be an easy way to do it without code. Something tells me I can't though.

Link to comment

If it turns out I need to manually do it, let's say it shall be pretty low on the list of priorities.

 

I suspect it's a matter handling navigation manually and passing events around. Each embedded sub VI handles navigation across its controls internally, the exception being when reaching the beginning or end of its control list it instead passes the request up to the host VI, which will then delegate the event to the next or previous contained sub VI.

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.