11-02-2021 04:08 AM
I want to fill the control background as 10% 20% 100% just like the progress bar,how can I do it?
Solved! Go to Solution.
11-02-2021 05:09 AM
Hi ziziran,
@ziziran wrote:
I want to fill the control background as 10% 20% 100% just like the progress bar,how can I do it?
First paint the control transparent, then place it in front of a progress bar…
11-02-2021 03:31 PM - edited 11-02-2021 03:31 PM
Please start over and explain the problem your are trying to solve. LabVIEW has hundreds of controls (boolean, numeric, table, enums, string, etc etc. And you don't give any clue of what you actually mean.
What is the purpose of the control? Is it really a control or an indicator?
What does the progress indicator do? How often does it update and where does the data come from?
Please attach a simple draft showing your code skeleton and we will find an easy solution.
11-02-2021 10:49 PM
I want program filled the background of the button or list
11-03-2021 01:48 AM
Hi ziziran,
@ziziran wrote:
I want program filled the background of the button or list
Then do what I suggested…
11-03-2021 02:28 AM
@ziziran wrote:
I want program filled the background of the button or list
You seem to have an array of buttons (or maybe a radiobutton control? Or a cluster of buttons?... who knowns?!)
You also have a listbox. What do you mean by "button or list"? Do you want a progress bar on one button or on each of the buttons and/or also on the listbox, or just "somewhere" on exactly one of these elements? Why not place the progress bar separately and make life simpler?
Have you tried Gerd's suggestion? How far did you get?
(Why do you think you need to attach a 7MB photograph if attaching a 2kB VI would have been much more helpful! With a VI we can look at the code and data structures to give much more specific advice!)
11-06-2021 12:59 AM
thanks, I used Gerd's suggestion.