09-14-2008 10:31 PM
Hello,
I was wondering if there was a way to rename the controls and indicators on the front panel, or a clever way to alter them? For example, I want to put an ENUM control on the front panel and allow the user to make a product selection. Depending on the choice of the product, I would like to be able to update the controls/indicators associated with that part. Then, if the user decides to select a different part, those same controls/indicators would update again to reflect the new name change. Thanks!
09-14-2008 11:24 PM
Hi Newbie,
If you're interested in changing text on the Front Panel (FP) it's most common to create a string indicator (a text-box) above or beside the control being "labeled" and update that indicator as required. Controls do have a "Caption" property, a FP text-label that can be made visible on the FP and which can be changed programmatically. A control's Label - the label seen by default - cannot be changed programmatically.
Cheers!
09-14-2008 11:41 PM