-
26 Apr 2012 4:22 AM #1
How create a new (and simple) personnal ui from zero
How create a new (and simple) personnal ui from zero
Hello,
I'm a new user of sencha.
I would like to understand how you can create your own UI from scratch.
Does anyone have a simple example for me ?
THX, Merci !
-
28 Apr 2012 4:27 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
It all depends on the UI you want. I would suggest looking into Sencha Architect, it's a GUI to allow you to easily create an app.
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.
-
29 Apr 2012 11:48 PM #3
I just want to understand how to create a basic one...
Let's say I want to create a UI for a button without taking an existing one...
It's only to understand the construction of the UI.
Thx
-
30 Apr 2012 4:03 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
If you want to create a new CSS class for the ui config of a button then use SASS and there is a mixin that will help you simply change colors.
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.


Reply With Quote