03-30-2016 02:46 PM
Good afternoon,
I made an application with a UIR which contains a menu bar with options like "Load configuration file", "Save configuration file as", etc.. but i would like to insert another "row" below that menu bar in the panel which will contain icons (maybe "picture buttons") as most of the known programs and i do not know how to implement it. I was able to insert picture buttons individually but locating them in the panel with the mouse and not being part of a group like the items of a menu bar.
I want to have a final appearence similar to the following image:
Thanks in advance!
Best regards,
Alejandro
Solved! Go to Solution.
03-30-2016 05:35 PM
You can customize any button by importing images into the true and false states. that's all you need. If you want them as a group, you can place them inside a cluster or you can just group them.
03-31-2016 12:09 AM - edited 03-31-2016 12:13 AM
Alejandro,
CVI comes with a toolbar instrument driver that is exactly what you are looking for: a fully-customizable toolbar that permits to design the toolbar, dynamically add, delete, dim and activate items, group them as you want. There is also an example program that shows how it works and how to use it: you can find it by searching "toolbar" in the example finder (Help >> Find examples... Menu item)
03-31-2016 02:08 AM
altenbach, some times you wire developers ( ) simply forget that CVI is a different beast from LabVIEW, with its own tools and paradigms. Even if those IDEs are similar in several aspects, LV concepts cannot be exported as-is to CVI.
03-31-2016 03:50 AM
@RobertoBozzolo wrote:altenbach, some times you wire developers (
)
You are right. I was in the wrong forum 😄
03-31-2016 05:19 AM
That's not a problem! We text developers ( ) are not jealous of our board
You'll need to adapt to our peculiarities, though