cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Windchill Customization : How to hide a textbox using data utility

ptc-4228636
1-Newbie

Windchill Customization : How to hide a textbox using data utility

Hi All,

We have a requirment to have multiple textboxes against Number attribute as below.

number.png

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).

number_new.jpg

Could you please help to hide the textbox.

1 REPLY 1
KD
4-Participant
4-Participant
(To:ptc-4228636)

Hi Niranjan,

try to set your GUIComponent's setEnabled() method to false.

Top Tags