-
16 Jan 2013 1:29 AM #21
If it's so easy to style ExtJS with SASS, where are all the amazing SASS-based sencha themes?
-
16 Jan 2013 7:45 AM #22Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,117
- Vote Rating
- 453
The themes I have made are either for customers or for my own private apps. I can't speak for others in Sencha.
I never said I spent a whole day just to get started, I said in a day you could get it done. The current modern theme I have built is 100% but that's only because I haven't messed with the images (triggers mainly) to get them the way I want them.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.
-
16 Jan 2013 8:03 AM #23
You are partially right, playing with Ext themes changing colors and some other variables is relative easy but the biggest stopper is the images. Make a green theme? Easy:
$base-color: green;
But images are "hard coded", isn't?
And is when things stop been easy.
Regards.UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
16 Jan 2013 8:09 AM #24Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,117
- Vote Rating
- 453
Not trying to be argumentative but doing themes I expect to have to deal with images. If you just want different background color I can see a script being made to do this but I want different looking icons and such so I would be changing them regardless. Maybe this is just my uses but almost every client I have had wants custom images.
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.
-
16 Jan 2013 8:29 AM #25
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
17 Jan 2013 1:37 AM #26
-
5 Feb 2013 3:35 AM #27
-
5 Feb 2013 1:42 PM #28
After looked the dhtmlx demo, I think that the Sencha needs to improve extjs grid to stay competitive:
(1) grid overall performance (most importantly initial grid panel load) - to match extjs 3.4.x.
(2) grid build-in filter.
-
11 Feb 2013 6:44 AM #29
(1) Played with Ext 3.x but never did anything for real so I can't say anything about.
(2) http://docs.sencha.com/ext-js/4-1/#!...FiltersFeatureUI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
11 Feb 2013 8:40 AM #30
I am talking about nice build-in grid filter bar on grid header like -
http://www.sencha.com/forum/showthre...-plugin/page13


Reply With Quote
. Probably I'm not that talented, so after one day I gave up.