Search Type: Posts; User: itlogo
Search: Search took 0.01 seconds.
-
26 Apr 2013 12:23 PM
- Replies
- 2
- Views
- 118
http://docs.sencha.com/extjs/4.1.3/#!/guide/command_code
-
26 Apr 2013 12:20 PM
Jump to post Thread: Adding in a locale package by itlogo
- Replies
- 2
- Views
- 120
If you're trying to get a locale resource bundle loaded into the browser, like for localization, you don't want to have it included as part of the built app.s/all-classes.js. You want your code...
-
26 Apr 2013 12:12 PM
- Replies
- 3
- Views
- 158
To have Compass automatically recompile the SASS for you when it detects a change, run
$ compass watch <path to your sass folder> -
26 Apr 2013 11:48 AM
- Replies
- 2
- Views
- 202
At build time, it's not possible for the compiler to know the platform for which you're building, so it's difficult to tell CMD to conditionally copy a file all by itself. However, you could use the...
-
25 Apr 2013 1:06 PM
Jump to post Thread: YUI Compressor Options by itlogo
- Replies
- 5
- Views
- 588
You can specify YUI compressor options if you call Sencha CMD through Ant. http://docs.sencha.com/extjs/4.1.3/#!/guide/command_ant
Essentially, after your compile, run the <x-compress-js... -
12 Feb 2013 6:19 AM
- Replies
- 1
- Views
- 154
When you run something like, "sencha app build package" for a Touch project, Cmd goes through and pulls in all of the required classes that are needed by the class. For Ext.Application, it even...
-
10 Feb 2013 10:19 AM
- Replies
- 8
- Views
- 2,561
Just adding more fuel to the fire regarding code sharing between ExtJS4 and Touch2. I'm trying to deploy my desktop and mobile-web applications via:
-desktop/
-mobile/
So that mobile... -
8 Feb 2013 8:02 AM
- Replies
- 5
- Views
- 549
According to http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#cache_location-option, the cache_location can be set to define a different cache directory for SASS, but when I tried setting in...
-
11 Jan 2013 2:16 PM
- Replies
- 2
- Views
- 489
I don't see anything obvious regarding the output path for that target:
<target name="package">
<property name="args.environment" value="package"/>
</target>
However, in... -
9 Jan 2013 5:48 AM
- Replies
- 2
- Views
- 489
I followed Robert Dougan's easy 1-2-3 article for using PhoneGap to wrap ST, and I'm having a problem at the step that calls the command, "sencha app build package." I changed my app.json to have:
... -
4 Jan 2013 7:43 AM
- Replies
- 19
- Views
- 2,852
Well, that's confusing, given that the Getting Started guide that's downloaded with ST 2.1.0 makes no mention of that. In fact, the Installation section only links to the SDK and Tools. When I...
-
4 Jan 2013 6:59 AM
- Replies
- 19
- Views
- 2,852
I'm having the same issue. I downloaded the 2.1.0 SDK from http://www.sencha.com/products/touch/download/, then the tools from...
-
12 Nov 2010 12:50 PM
- Replies
- 2
- Views
- 878
Whoops, thanks for pointing that out :)
-
12 Nov 2010 12:50 PM
Jump to post Thread: Any "default" access keys? by itlogo
- Replies
- 1
- Views
- 664
We're using Ext 3.1 and starting to look at implementing access keys for 508 compliance. Aside from the default keys such as tab/alt-tab, arrow keys, does Ext default any access keys for certain...
-
12 Nov 2010 8:17 AM
- Replies
- 2
- Views
- 878
We're using Ext 3.1 and starting to look at implementing access keys for 508 compliance. Aside from the default keys such as tab/alt-tab, arrow keys, does Ext default any access keys for certain...
-
12 Nov 2010 8:14 AM
- Replies
- 2
- Views
- 2,313
Do you have trailing commas? Use jslint to find out. What errors are reported in IE's error console. What version of IE are you testing? If IE8, open developer tools and watch console.
-
21 Nov 2008 7:24 AM
- Replies
- 5
- Views
- 2,363
We're still on Ext 2.1, which exhibits this behavior in FF3. Is there a way to set the shim property of the window when using Ext.Msg.show()?
Thanks. -
24 Sep 2008 12:53 PM
Jump to post Thread: ExtJS in Sun xVM Server UI?? Cool! by itlogo
- Replies
- 5
- Views
- 2,651
Yup, it's true, we're using Dojo and ExtJS (among others). Dojo provides the modularity to let all of the developers work on independent pieces of the application and packages everything into a...
-
18 Mar 2008 1:44 PM
- Replies
- 10
- Views
- 18,664
Just happened upon XTemplate, and wow, that looks amazing! Looping constructs, conditional expresssions; it's [Velocity/Freemarker/JSTL/<your favorite templating engine here>] for the client side. ...
-
18 Mar 2008 12:51 PM
- Replies
- 10
- Views
- 18,664
We've just started looking at ExtJS for its rich widget set, but I came from a project that used Dojo extensively. The one thing I carried forward was that I really like Dojo's templating mechanism....
Results 1 to 20 of 20
