> You can include application A into application B as library and use the
> theme of application A in B. Take a look at the documentation of the library
> key in the wiki to get an insight in that feature. 
> http://qooxdoo.org/documentation/0.8/generator_config_articles#library_key_and_manifest_files
> That would be the qooxdoo way. Another way could be to use a symbolic link
> on the file system and just link the files of theme A to theme B. That could
> work too but its not that elegant as solution one.
>   

Actually, the symbolic link would not work as it would result in a file 
path - class name mismatch (e.g. the file path to the theme in appB 
would be like appB/theme/Theme.js, but inside Theme.js it would say 
"appA.theme.Theme" - which the generator would reject).

Use the library approach.

T.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to