-
21 Jul 2011 8:52 AM #1
Issue in generating my theme images
Issue in generating my theme images
First of all please excuse me if:
a) This is the wrong place to post custom theme related issues
b) If this issue already raised/discussed before (please direct me to the existing thread if possible)
I am using 'extjs 4.0.1', using sass I compiled my custom css and its working perfectly with FF n Chrome, but IE8 is still rendering the images which are the stock theme.
So I am trying the 'sencha slice theme' command from sdk, I have provided the absolute path for my extjs folder, my custom css file and the output folder.
On executing the command it on the command line I see the following:
Sencha Theme Generator
Copyright (c) 2011 Sencha Inc.
But nothing happens after that.
Thanks in advance, any help would be appreciated.
-
21 Jul 2011 12:13 PM #2
The following worked for me:
a) In command line go to the folder that contains your extjs folder (say - 'parentFolder')
b) Keep your custom css file in parentFolder
c) Create the folder where you want the generated images to be in parentFolder
So the final structure is:
parentFolder|Now run the following command:
--> ext-4.0.1
|
--> application.css
|
--> themesFolder
'C:\parentFolder>ext-theme -d ./ext-4.0.1 -c application.css -o themesFolder -v '
Note: I used the SenchaSDKTools-1.2.2\ext-theme.exe

-
30 Sep 2011 1:15 PM #3


Reply With Quote