hi Ed,

did you modify your theming files?

If no, you could easily reset the theming.

Please add the following macros to your config.json:

"compile-scss" :
    {
      "desc"   : "Compile the theme scss once",
      "extend" : ["cache"],
      "let" :
      {
        "QX_MOBILE_THEME_PATH" : 
"${QOOXDOO_PATH}/framework/source/resource/qx/mobile/scss",
        "QX_SHARED_THEME_PATH" : 
"${QOOXDOO_PATH}/framework/source/resource/qx/scss",
        "MOBILE_RESOURCE_PATH" : "source/resource/${APPLICATION}"
      },
      "shell" :
      {
        "command" : "sass -C -t compressed -I ${QX_MOBILE_THEME_PATH} -I 
${QX_SHARED_THEME_PATH} --update 
${MOBILE_RESOURCE_PATH}/scss:${MOBILE_RESOURCE_PATH}/css",
        "command-not-found" : "It seems that Sass (http://sass-lang.com/) is 
not installed and/or executable, which is needed for the SCSS-compilation."
      }
    },

    "watch-scss" :
    {
      "desc"   : "Watch and compile the theme scss",
      "extend" : ["cache"],
      "let" :
      {
        "QX_MOBILE_THEME_PATH" : 
"${QOOXDOO_PATH}/framework/source/resource/qx/mobile/scss",
        "QX_SHARED_THEME_PATH" : 
"${QOOXDOO_PATH}/framework/source/resource/qx/scss",
        "MOBILE_RESOURCE_PATH" : "source/resource/${APPLICATION}"
      },
      "shell" :
      {
        "command" : "sass -C -t compressed -I ${QX_MOBILE_THEME_PATH} -I 
${QX_SHARED_THEME_PATH} --watch 
${MOBILE_RESOURCE_PATH}/scss:${MOBILE_RESOURCE_PATH}/css",
        "command-not-found" : "It seems that Sass (http://sass-lang.com/) is 
not installed and/or executable, which is needed for the SCSS-compilation."
      }
    }


Please make sure to add them also to your export part of config.json



Then reset your

/source/resource/custom/scss/custom.scss

by replacing the content through one of these themes

 
https://github.com/qooxdoo/qooxdoo/tree/master/framework/source/resource/qx/mobile/scss/theme


Then compile your theme through ./generate.py watch-scss
Please make sure to have Sass installed as mentioned in the manual:
http://manual.qooxdoo.org/current/pages/mobile/theming.html


Greetz Christopher











Am 05.06.2014 um 23:20 schrieb Ed Adasiewicz 
<[email protected]<mailto:[email protected]>>:

It was just the very first run for the very first app.  I also discovered the
following:

1.  My desktop apps all appear to work just fine but they are not overly
complicated.

2.  The one mobile app that I was just starting to work on looks very
different:

a.  Form title is no longer centered horizontally or vertically
b.  Check boxes are positioned after the label rather than over to the right
and they are not centered
c.  Toolbar buttons look to be about 2 pixels wide

I tested the mobile app on both ffox/ubuntu 14.04 and chrome nexus7.

I think I will spend some time reading the release notes...



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/qooxdoo-4-0-and-3-5-1-released-tp7585781p7585786.html
Sent from the qooxdoo mailing list archive at Nabble.com<http://Nabble.com>.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to