11-13-2006 10:07 PM
11-14-2006 10:37 AM
Attached is a quick example showing the basic method needed for a table.
An array is more complex, because to refer to a specific array element, you first have to resize the number of visible elements to 1, then use the Array Element>Reference and cast that reference to a cluster, and set the key focus to the right element of the cluster and then resize the array back to its display size. To avoid having the user see this, you need to use the Defer Panel Updates property, and this might cause the control to lose the focus, I'm not sure.
A side note is that using Value property nodes is not a good way of doing things. A local is usually better and using real data flow is even better.
11-14-2006 06:42 PM
tst, thanks, Yup, that is what I want. and the edit position that I used, but I don't know why I can't rearch that goal.
BTW
you wrote "A side note is that using Value property nodes is not a good way of doing things. A local is usually better and using real data flow is even better."
I don't know why using value property nodes is not a good way than using real data and a local....? at my experience that I like this handle usually, would you help to tell some ? thanks!
11-15-2006 07:55 AM
11-15-2006 08:20 PM