Search Type: Posts; User: n3rd
Search: Search took 0.03 seconds.
-
8 May 2012 1:24 AM
- Replies
- 8
- Views
- 921
It may work with the simplistic code snippet I provided initially, but it doesn't work in our real-life application.
Thanks for your effort, but don't bother. We're done with Ext JS, we've had too... -
8 May 2012 1:02 AM
- Replies
- 8
- Views
- 921
Not sure how it happened, but you were right. I've hotlinked http://dev.sencha.com/deploy/ext-4.1.0-gpl/ext-all-debug.js for testing purposes, but it still doesn't work.
me.hasListeners is... -
8 May 2012 12:05 AM
- Replies
- 8
- Views
- 921
I still doesn't work for us. For some reason the core seems to be an RC still:
>> Ext.versions
Object { core=4.1.0rc, extjs=4.1.0}
Anyway, we'll stick to 4.0.7 for the time being. Other... -
7 May 2012 11:51 PM
- Replies
- 8
- Views
- 921
This has not been fixed in 4.1, apparently. I do not think we are going to keep using Ext JS in the future.
-
4 Apr 2012 12:31 AM
- Replies
- 8
- Views
- 921
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0-RC2 (broken) Ext 4.0.7 (works)
Browser versions tested against:
Chrome 18 IE9 FF11
DOCTYPE tested against: -
21 Nov 2011 12:55 AM
- Replies
- 10
- Views
- 1,925
You're preaching to the choir :) I never said it was fine the way it is, I just told you what the Sencha guys told me.
I think their reasoning is this: during development, use ext-all-dev and load... -
20 Nov 2011 11:36 PM
- Replies
- 10
- Views
- 1,925
If I remember correctly, one ExtJS guy told me that the loader was never intended to be used for loading classes dynamically like we do. It was primarily meant to be used during development and...
-
10 Nov 2011 2:37 AM
- Replies
- 3
- Views
- 1,135
It seems the same applies to Ext.Function.createDelayed().
Is there a hotfix available? -
9 Nov 2011 3:00 AM
- Replies
- 3
- Views
- 1,135
A function created with Ext.Function.createBuffered() does not receive the arguments set by the caller.
var f = Ext.Function.createBuffered(function () {
console.dir(arguments);
},... -
28 Jul 2011 1:26 AM
Jump to post Thread: Mixin referenced in parent class by n3rd
- Replies
- 4
- Views
- 1,003
I second that. Please make sure it gets merged back to 4.0.6. Thanks a lot.
-
29 Jun 2011 4:46 AM
- Replies
- 7
- Views
- 1,540
Just as a FYI, Evan Trimboli has told me this (in response to this related issue):
So essentially there is no way to react to (or even be notified of) failed requests caused by the Ext.Loader,... -
26 Jun 2011 10:45 PM
- Replies
- 10
- Views
- 1,925
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2
Browser versions tested against: -
20 Jun 2011 4:34 AM
- Replies
- 10
- Views
- 1,925
No updates on the issue? Some feedback would be appreciated!
-
24 May 2011 10:21 AM
- Replies
- 5
- Views
- 1,887
I had previously reported this very issue but not gotten any reply which is why I re-posted it in the Premium forum. I sincerely hope I'm having more luck this time.
-
24 May 2011 5:13 AM
- Replies
- 5
- Views
- 1,887
Bump. This issue is still open.
-
23 May 2011 12:06 AM
- Replies
- 5
- Views
- 1,887
While that was indeed an error, it had nothing to do with the problem I described. I get the same summary value for the "value" column (where it should be the sum) and the "change %" column (where it...
-
22 May 2011 11:03 PM
- Replies
- 5
- Views
- 1,887
I'm using an Ext.grid.Panel with the GroupingSummary feature. In a stripped down version of my problem, I've a model with two numeric fields 'value' and 'previous' which (not surprisingly) contain...
-
19 May 2011 2:54 AM
- Replies
- 2
- Views
- 751
Shameless bump. No hints?
-
19 May 2011 12:23 AM
- Replies
- 0
- Views
- 576
In Ext 4.0.0 you could do the following:
Ext.define('MyModel', {
extend: 'Ext.data.Model',
fields: [{
name: 'id', type: 'integer',
name: 'name', type: 'string'
... -
18 May 2011 2:56 AM
- Replies
- 2
- Views
- 751
I'm using an Ext.grid.Panel with the GroupingSummary feature. In a stripped down version of my problem, I've a model with two numeric fields 'value' and 'previous' which (not surprisingly) contain...
-
16 May 2011 10:59 PM
- Replies
- 1
- Views
- 816
You can use the following hotfix by Evan Trimboli until a new release comes out:
Ext.AbstractComponent.override({
getTpl: function(name) {
var me = this,
prototype =... -
13 May 2011 7:01 AM
- Replies
- 1
- Views
- 816
Hi all,
the following code works in FF4 but bombs out in both IE8 ("Object required") and Chrome ("Uncaught TypeError: Cannot read property 'nextSibling' of null"):
Ext.onReady(function () {... -
6 May 2011 6:48 AM
- Replies
- 2
- Views
- 1,301
Personally, I haven't used wildcard-style requires yet, but my guess is that it won't work with any namespace other than Ext for the simple reason that the loader doesn't know anything about what...
-
6 May 2011 6:13 AM
- Replies
- 11
- Views
- 1,793
That appears to be what I was looking for, thank you! If only it was mentioned in the docs...
-
5 May 2011 6:59 AM
- Replies
- 11
- Views
- 1,793
I'm trying to migrate a set of components I wrote for Ext 3.3 to 4.0 and I'm having some issues.
I implemented a drag-n-drop interface based on a (pre-existing) table. The table was a component...
Results 1 to 25 of 60
