golzio Posted September 9, 2004 Report Share Posted September 9, 2004 Hi, every time I tried to passe a Control Reference using "Set Control Value" I have the Error 1 (invalid input parameter at invoke node). Why is it not possible to pass a control reference using the invoke node?? Thanks Golzio Quote Link to comment
Bryan Posted September 9, 2004 Report Share Posted September 9, 2004 I believe you should be using a property node to set the control value. It sounds to me like you're not passing the correct (if any) control reference to the node, or you don't have it linked to the desired control. You can get a control reference by right-clicking on a control, and going to CREATE >> REFERENCE. Then using that reference with a property node to set/get control values. Additionally, you can right click and CREATE >> PROPERTY NODE which essentially creates one that's already linked to the control reference. The only way I see you needing to use the first method is if you're passing the control reference to a subroutine. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.