Hybrid View
-
28 Dec 2012 12:51 AM #1
Windows 8 tile app, help needed
Windows 8 tile app, help needed
hi,
We are working on designing a win 8 app with sencha, i have checked the ST 2.2 , all the samples follows the same theme as we have in 2.1. How can i get the tile styling same as win 8 native. how can we change the theme available with 2.2 for windows to the examples provided with 2.2.? Can any one share your thoughts ?
thanks
Arun Sathyan
-
30 Dec 2012 9:08 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
Use SASS to build your own theme. As releases go there will be more from us for WP8 support.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
30 Dec 2012 11:46 PM #3
If I understood you correctly. all you need to do is point your app to the resources\css\wp.css instead of the sencha touch css in order to get a feel of the windows theme.
-
31 Dec 2012 4:18 AM #4
Thanks gkatz,
i changed app.json and its showing win8 style, if we open it in ie10 it will show win8 style by-default
Code:"css": [ { "path": "../../resources/css/wp.css",
-
7 Jan 2013 9:10 AM #5
funny I have windows 8 IE 10 and in Kitchensink folder the app.json is pointing to wp.css and things do not look good. For example the buttons do not fit around their text. I guess we are too early


Reply With Quote