Expand my Community achievements bar.

Compiling the new theme file for a new customized LC Workspace

Avatar

Former Community Member
Hi All



I have followed all the steps to create a new theme file, but we I tried to compile in order to generate the new theme file, I got an error stating that the library file can not be open.



Any suggestion



Best regards



Khaled
4 Replies

Avatar

Former Community Member
Hi Khaled,



What is the error that you are getting? In addition, are you trying to put the theme file file into the compiled source for Workspace ES or did you create a customized version Flex application using Workspace ES components?

Avatar

Former Community Member
Thanks Gilbert



The error message is as follows:

unable to open 'c:\myCustomizedWorkspace\workspace-runtime.swc'. Although the library file exist in that direction.



Best regards



Khaled

Avatar

Former Community Member
Furthermore.



I am trying to create the new theme file in order to use to create a new customized workspace.



best regads



Khaled

Avatar

Former Community Member
I create a bat file which has the following in it:



mxmlc -o workspace-theme.swf -library-path+=C:\Adobe\LiveCycle8\LiveCycle_ES_SDK\misc\Process_Management\Workspace\workspace-runtime.swc ../myCustomCSS.css



You'll need to reference the workspace-runtime.swc via the library-path as it contains styles which are referenced in the css file.