When I run the WCCOACtrl manager with the -syntax flag it seems like it does not recognize the WCCOA Control "native" functions, for example "myUiName()" etc.
For example when I call the following command (replaced project specifics with example placeholders)
Code: Select all
WCCOACtrl -loadAllCtrlLibs -log +stderr -syntax -proj ExampleProject example.ctl 2>&1Code: Select all
WCCOACtrl (0), 2018.07.05 14:42:25.290, CTRL, SEVERE, 72, Function not defined, example.ctl Line: 123, shapeExistsDoes it need an additional flag to recognize these Control functions?
EDIT:
So the documentation states: A Control manager cannot check scripts running in a User interface
My question is: does this relate to the metnioned problems? Does the effect just include the non-found functions or are there further caveats? Otherwise one could just filter out the non-found functions with a keyword list.