Jump to content

Toolbar and run-time menu


Jannier

Recommended Posts

:( Now, I work on a user interface. I have created a runtime menu for the job. The follow job is that create a tool bar for some sub-menus in common use. LV can do this?

Using Axtivex, I have created a windows toolbar, but the toolbar can't relate to the runtime menu.

So I want to know a method that can create toolbar related to runtime menu like Visual C++.

Thanks a lot! :)

Link to comment
:( Now, I work on a user interface. I have created a runtime menu for the job. The follow job is that create a tool bar for some sub-menus in common use. LV can do this?

Using Axtivex, I have created a windows toolbar, but the toolbar can't relate to the runtime menu.

So I want to know a method that can create toolbar related to runtime menu like Visual C++.

Thanks a lot! :)

There is no native toolbar functionality built into LabVIEW yet. You will have to create the toolbar by adding small customized buttons to the upper border of your front panel and adding event support in your event handler for each of those buttons to trigger the corresponding action in your UI state machine.

Rolf Kalbermattet

Link to comment
There is no native toolbar functionality built into LabVIEW yet. You will have to create the toolbar by adding small customized buttons to the upper border of your front panel and adding event support in your event handler for each of those buttons to trigger the corresponding action in your UI state machine.

Rolf Kalbermattet

Do you means that we can't create a real toolbar for the run-time menu, just a simulate toolbar? I see. Thanks a lot!

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.