Setting the id of the root element for the scripts is not working in the configuration dialog window. Again this is a problem related with threading. The "projects" variable needed to get the active project is not set when it is requested. I tried to pass it as a parameter to the method getActiveProject() however, although the variable is not null, the program halts when the "item" method is called. It has the same behaviour as when we were trying to run the createCCaseProjects() method from UI thread.
Setting the id of the root element for the scripts is not working in the configuration dialog window. Again this is a problem related with threading. The "projects" variable needed to get the active project is not set when it is requested. I tried to pass it as a parameter to the method getActiveProject() however, although the variable is not null, the program halts when the "item" method is called. It has the same behaviour as when we were trying to run the createCCaseProjects() method from UI thread.