Hi Carlos,
> It works perfectly, it creates a qx.js file. However, recently I have made
> this little modifications:
>
> "settings": {
> "qx.application": "eyeos.Application",
> "qx.theme": "aristo.Aristo"
> },
If you want to use a different theme you have to include the theme class
manually if you do not extend the qooxdoo default jobs.
The "base.json" file which is the foundation for all qooxdoo skeletons (besides
the "application.json" file which defines skeleton specific jobs) does include
the main application class and the theme file by
--snip--
"includes" :
{
"include" :
[
"${APPLICATION_MAIN_CLASS}",
"${QXTHEME}"
]
},
--snip--
If you have to make sure, that these lines are somehow present in your
configuration file.
> And:
> "libraries" : {
> "library" : [
> {
> "manifest" : "/home/n00b/aristo/Manifest.json"
> }
> ]
> },
>
> "manifest" : "/home/n00b/aristo/Manifest.json" is where i have my aristo
> checkout.
>
> However, there is an error in firebug regarding aristo.Aristo can not be
> found. I tried to manually include the js scripts of aristo inside qx.js,
> this approach worked, but with missing decorators. The theme was loaded,
> but the images not.
>
> So, what is the correct procedure to tell the python builder to include
> aristo theme inside my qx.js?
I guess you ran into a bug in the Aristo theme itself. I managed to analyze
the bug today and already documented this in a bug report.
-> http://bugzilla.qooxdoo.org/show_bug.cgi?id=4523
You can try to add the lines
--snip--
aliases : {
decoration : "aristo/decoration"
},
--snip--
in the Aristo decoration theme as hotfix. These lines have to included in the
"qx.Theme.define" map.
@Guilherme
Can you - as the author of the Aristo contribution - confirm that the described
approach is a valid bugfix?
Regards,
Alex
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel