So just started using v1.9+and designer scripts and I am getting this runtime error:
java.lang.RuntimeException: Cannot find view: scvmain. All views in script should be declared.
I have already dim'd scvMain and initialized it (it is added in code, not in designer). The error is thrown on this line: scvMain.Panel.LoadLayout("MyLayout")
in MyLayout I don't have anything in the Scripts tab. Is there something obvious I am missing?
Also, not sure if this may be related or not, but I did at one point have the scvMain in the designer WITH code in the Scripts tab, but then changed my mind and removed all references in Designer & script. Perhaps there is a bug?
java.lang.RuntimeException: Cannot find view: scvmain. All views in script should be declared.
I have already dim'd scvMain and initialized it (it is added in code, not in designer). The error is thrown on this line: scvMain.Panel.LoadLayout("MyLayout")
in MyLayout I don't have anything in the Scripts tab. Is there something obvious I am missing?
Also, not sure if this may be related or not, but I did at one point have the scvMain in the designer WITH code in the Scripts tab, but then changed my mind and removed all references in Designer & script. Perhaps there is a bug?