Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
tantiger
Posted - 08/15/2004 : 02:38:16 AM Hi, all,
I am using GetNBox to get some inputs from user. As some controls in the box can be calculated according to the inputs, I used scripts like tr.MyVar.dVal=0.5; to directly modify them. However, this change cannot be updated in time.
I tried the apply button and made the return value of ApplyOnClick to be true, but those nodes are still not updated.
I only find an awkward method, by using a check box, to hide the contents first, then show them again. Then everything will be updated.
Is there any method to refresh all the contents in the GetNBox?
Thanks in advance!
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 08/15/2004 : 12:21:14 PM You should be able to take care of that with an event handler. Look at this example...