Search Type: Posts; User: jtb4x
Search: Search took 0.03 seconds.
-
25 Jan 2013 9:27 AM
- Replies
- 1
- Views
- 273
where X is some variable in a class's config
Can someone give me a rundown of what the difference between them is? As far as I can tell from docs, applyX happens before setX when calling setX,... -
9 Jan 2013 8:23 AM
- Replies
- 7
- Views
- 740
made sure I'm using the new one:
../../Sencha/Cmd/3.0.2.288/sencha ant build
also, I thought that the 3.0.0.250 version was most recent because it was what was on the Sencha Cmd download... -
8 Jan 2013 10:50 AM
- Replies
- 7
- Views
- 740
For extjs version 4.1.3, I'm trying to apply a patch to the extjs code using sencha ant build. This seems to work fine, except for that the version number gets set incorrectly.
Before running ant... -
26 Apr 2012 1:30 PM
- Replies
- 3
- Views
- 1,306
It turns out that I needed to re-compile my sass to deal with new css changes in the ext theming in 4.1. Sorry about that. Though, I will echo someone who posted in this thread the issue with the...
-
26 Apr 2012 6:41 AM
- Replies
- 3
- Views
- 1,306
I mean, that's basically it...here's the full app:
onReadyFn = function () {
Ext.create("Ext.application", {
name: 'test',
launch: function () {
... -
25 Apr 2012 9:38 AM
- Replies
- 3
- Views
- 1,306
Ext Version: extjs 4.1.0 Final
Browsers: Firefox and Chrome (probably the others as well)
Problem:
I'm not exactly sure what is happening, but no matter where I put a datefield, when I click its... -
2 Apr 2012 5:55 AM
Jump to post Thread: Ext.Date UTC Support? by jtb4x
- Replies
- 5
- Views
- 1,278
Hey Daniel,
We ended up overriding some of the Ext.Date methods so we could control all date manipulating ourselves. Also, ended up using google's closure library within many of those function... -
16 Mar 2012 5:50 AM
Jump to post Thread: Datefield without DatePicker? by jtb4x
- Replies
- 2
- Views
- 453
This works perfectly...thanks Florian!
-
15 Mar 2012 1:01 PM
Jump to post Thread: Datefield without DatePicker? by jtb4x
- Replies
- 2
- Views
- 453
I'd like to have a datefield without a corresponding datepicker. The reason is that we want the validation controls that go along with the datefield, but there's not enough screen real estate for...
-
10 Jan 2012 7:33 AM
- Replies
- 3
- Views
- 823
Good point - that works as well, and is certainly easier than managing dependency ordering all up front. However, still means that we have a lot of hard coded dependencies throughout, and have to...
-
9 Jan 2012 9:44 AM
- Replies
- 3
- Views
- 823
We are loading our files from the local file system, which means that we're unable to use synchronous loading on demand (e.g. Ext.create will automatically fetch local file before creating). I've...
-
3 Jan 2012 6:22 AM
Jump to post Thread: Ext.Date UTC Support? by jtb4x
- Replies
- 5
- Views
- 1,278
essentially...we're specifically looking to do our date arithmetic, formatting, etc. in UTC, but to be able to do that stuff in any specified time zone would be great. Sorry that I didn't see the...
-
2 Jan 2012 1:14 PM
Jump to post Thread: Ext.Date UTC Support? by jtb4x
- Replies
- 5
- Views
- 1,278
We (and I think many others) prefer to do date calculations in UTC, and then display a localized version of the date when we want to format/display it to the screen (if desired...we generally just...
-
30 Dec 2011 10:06 AM
- Replies
- 2
- Views
- 591
Instance variables (those in config) that are not passed into the constructor, or set explicitly, become static if attempting to update those variables without the setter. This problem only really...
-
5 Dec 2011 10:59 AM
- Replies
- 2
- Views
- 599
I have a view with an items property: items: [ {panel..}, {panel...}]. It looks like (and is consistent with your message) pushing to that list of items will change the items arr for all instances...
-
26 Sep 2011 7:58 AM
- Replies
- 1
- Views
- 679
Forgot to mention in title. This issue is in version 4.0.6:
We have a resizable accordion window that upon horizontally resizing, doesn't redraw all of the expand/collapse tools according to the... -
2 Sep 2011 8:28 AM
Jump to post Thread: Help with ExtJS 4 - Theme by jtb4x
- Replies
- 13
- Views
- 7,492
I had these same issues, but instead of mucking about with the --pre option (which still didn't work for me), I just installed compass and sass with the versions that the ext theming guide says to...
-
18 Aug 2011 11:49 AM
Jump to post Thread: Global event/messaging by jtb4x
- Replies
- 5
- Views
- 1,399
For those interested, dj's suggestion of using the Application component to manage global events worked well for me.
When I want to fire something (in this case from controller):
...
Results 1 to 18 of 18
