Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Why all of my hand written coppercube action not work
|
||||
|
/* I put my properties here */ Dont know did you put anything there or not-so if not then this is the problem. /* |
||||
|
I exactly put the same thing |
||||
|
1- Run the script through a syntax checker. 2- Does the scripting actually work? To test it, try running it as a special>javascript execution action, instead of a plugin extension. 3- What error message are you getting in CopperCube's output window when you try to run your action? 4- Did you name the action_file.js exactly as you've defined it in your script? 5- Did you place your action in a valid directory, to which CopperCube has shared permission to access? 6- Did you restart CopperCube to validate your new plugin? 7- Does your extension pass validation when you open CopperCube? 8- Post a link to your script at "paste-bin" so someone can check/correct it for you (don't post code directly to the forum as plain-text; some special-characters will automatically be deleted which will screw up your code). |
||||
|
|