Re: [qooxdoo-devel] 0.8.1 Themes migration problem

2009-02-16 Thread mshillin
thron7-2 wrote: > >> My custom theme starts with the following >> >> >> qx.legacy.Theme.define("my.ui.theme.MYTheme", >> >> >> If I change this to >> >> qx.Theme.define("my.ui.theme.MYTheme", >> >> I get a clean build > > Mh, that's strange... > Strange that it will not compile or strange tha

Re: [qooxdoo-devel] 0.8.1 Themes migration problem

2009-02-14 Thread thron7
> > I am migrating from 0.7.3 to 0.8.1. My app uses a custom theme > > When I attempt to set the QXTHEME in the my config.json > > "let" : > { > "QXTHEME" : "my.ui.theme.MYTheme", > "APPLICATION" : "my", > "QOOXDOO_PATH" : "../../qooxdoo-sdk"

[qooxdoo-devel] 0.8.1 Themes migration problem

2009-02-13 Thread mshillin
I am migrating from 0.7.3 to 0.8.1. My app uses a custom theme When I attempt to set the QXTHEME in the my config.json "let" : { "QXTHEME" : "my.ui.theme.MYTheme", "APPLICATION" : "my", "QOOXDOO_PATH" : "../../qooxdoo-sdk",