![]() |
#1
|
|||
|
|||
Same code in different files but one not working
Why is it that I can copy code from one vizard file that works fine, into a new file where it does not work???
|
#2
|
|||
|
|||
Can you post an example? Are you getting an error message? If so, what is the error? Did the code you copy reference a global variable that didn't exist in the new file? This could very well be the case if the original script used the GUI stage to add files. I'm afraid there is not much I can do without more information.
|
#3
|
|||
|
|||
The code I copied was the entire script from one file that worked - pasted into a new blank file that did not work.
Thanks |
#4
|
|||
|
|||
What do you mean by "did not work"? Were there error messages? If so, please post them. Did some resource fail to load? Are you saving the new script in a different directory? The original script might depend on a resource in the local directory, and when you move the file it won't be able to find it anymore. Also, can you post the contents of the .viz file of the original script?
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|