I want to call a function (registerHeader()/registerPanel()/activeRegister() in another module and get a script error (see attachement)
The function "setValue" is running with the same principle and with no Error
Module.PanelName:Shape gives Error in Script
- marcel.gay@wimag.ch
- Posts:62
- Joined: Thu May 07, 2015 6:55 pm
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Module.PanelName:Shape gives Error in Script
The 'Module.PanelName:ShapeName' syntax only works as a string in the functions 'set/get(Multi)Value' and 'getShape'.
By using the shape pointer returned by 'getShape' you could the shapes functions.
By using the shape pointer returned by 'getShape' you could the shapes functions.