Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi All,
We have a requirment to have multiple textboxes against Number attribute as below.
This is achieved this by changing the data utiltiy but not accepting the values from the entered textboxes, we have solved by adding one StringInputComponent(Textbox) and appended the form data entered in the textboxes.
But now, we are unable to hide the StringInputComponent(TextBox).
Could you please help to hide the textbox.
Hi Niranjan,
try to set your GUIComponent's setEnabled() method to false.