Search Type: Posts; User: paul_wang
Search: Search took 0.02 seconds.
-
5 Oct 2012 5:27 PM
- Replies
- 8
- Views
- 849
Yeah you're right, I think I was confused. Thanks for indulging me.
-
5 Oct 2012 4:29 PM
- Replies
- 8
- Views
- 849
But if I'm using ext-all.js then the Loader will not have to load Application.js which means it'll call the callback immediately. I'm not very familiar with if there's a lag between Ext.define and...
-
4 Oct 2012 4:16 PM
Jump to post Thread: How to use sencha.jar with Ant by paul_wang
- Replies
- 20
- Views
- 3,150
Ah, I found the file it wants. It's looking for sencha.cfg. If I copy the file to the current directory then it works.
Is there a reason this dependency exists? Thanks. -
4 Oct 2012 4:04 PM
Jump to post Thread: How to use sencha.jar with Ant by paul_wang
- Replies
- 20
- Views
- 3,150
Hi,
I'm trying to run sencha commands from my Ant file using sencha.jar without much success. If I point my classpath to where I installed Sencha then it seems to work but if I just copy... -
4 Oct 2012 2:16 PM
Jump to post Thread: Loading..Mask by paul_wang
- Replies
- 6
- Views
- 858
Sorry, don't have code I can show you.
I was suggesting to do setLoading(true), kick off all the store loads but keep track of them so you know when they're all done loading, then do... -
4 Oct 2012 2:06 PM
- Replies
- 8
- Views
- 849
Thanks for the various options. We can work around the issue today using //@requires Foo.model.* so the various application files get pulled in. Will look at this again when 4.1.3 is available.
... -
2 Oct 2012 4:09 PM
Jump to post Thread: Loading..Mask by paul_wang
- Replies
- 6
- Views
- 858
You can also try Panel's setLoading method.
-
2 Oct 2012 10:39 AM
- Replies
- 8
- Views
- 849
Our code looks something like this. We're using our own namespace and because Ext.application is a function I didn't think the code you provided would work but perhaps I should look into that..
... -
2 Oct 2012 10:28 AM
- Replies
- 3
- Views
- 742
I specifically just want to concatenate the application files and exclude ext files because eventually we'd deploy a shared bootstrap file across multiple pages that can be cached by the browser.
... -
1 Oct 2012 3:09 PM
- Replies
- 3
- Views
- 742
Hi,
I'm trying to concatenate the application js files using Sencha Cmd but there seems to be some dependency problems. For some reason the controller and app.js doesn't appear at the end of... -
1 Oct 2012 1:32 PM
- Replies
- 8
- Views
- 849
It looks like Sencha Cmd can recognize Ext.application and add implicit dependency for Ext.application call. The problem is that we're using a custom namespace and have our own Foo.application call...
-
2 Aug 2012 5:46 PM
- Replies
- 1
- Views
- 378
Why would Ext.data.writer.Json's allowSingle configuration defaults to true?
Seems to me the default behavior should be always encoded into an array even for single record stores. Can we change... -
2 Aug 2012 3:09 PM
- Replies
- 5
- Views
- 1,128
I added logging to store's 'beforeload' event and this is what I see in my console after I refreshed 4 times. You'll notice for each store load you get one more metachange event.
store beforeload... -
2 Aug 2012 2:59 PM
- Replies
- 5
- Views
- 1,128
The bug is not that the event is firing but that you get one more metachange event each time.
First time store loads I see one row printed in the console. I press paging toolbar's refresh button... -
2 Aug 2012 2:43 PM
- Replies
- 5
- Views
- 1,128
I'm seeing this as well. Was just about to create a bug when I saw this. This is for 4.1.1. Let me know if you prefer if I create another bug.
Every time I press the refresh button I see more... -
17 May 2012 9:59 AM
Jump to post Thread: eval() and IE9 memory usage by paul_wang
- Replies
- 3
- Views
- 648
Sure. I'm still hoping for some help with workaround though. XTemplate is used everywhere and this kind of makes IE9 useless for customers. Thanks.
-
16 May 2012 5:57 PM
Jump to post Thread: eval() and IE9 memory usage by paul_wang
- Replies
- 3
- Views
- 648
Here's a smaller test that doesn't use grid or store. I grabbed the template string from TableChunker.js metaRowTpl config.
Ext.onReady(function() {
var maxLoop = 5000;
... -
16 May 2012 5:34 PM
Jump to post Thread: eval() and IE9 memory usage by paul_wang
- Replies
- 3
- Views
- 648
While checking for memory leaks I noticed that IE9 memory usage kept increasing while Firefox and Chrome doesn't exhibit this behavior. After much trial and error I think the problem is in the use...
-
19 Apr 2012 4:38 PM
- Replies
- 4
- Views
- 861
But when will that happen?
Should be a very easy and quick fix to add to various locale/ext-lang-*.js files. The localized string is already there for Ext.LoadMask.msg. Why can't this be done for... -
18 Apr 2012 6:02 PM
- Replies
- 4
- Views
- 861
REQUIRED INFORMATION Ext version tested:
Ext 4.0.7
Ext 4.1.0 RC3
Browser versions tested against:
Chrome 18.0.1025.162 m
DOCTYPE tested against: -
16 Apr 2012 6:14 PM
- Replies
- 1
- Views
- 687
REQUIRED INFORMATION Ext version tested:
Ext 4.07
Ext 4.1.0 RC3
Browser versions tested against:
Chrome 18.0.1025.152 m
FF 11.0 (firebug 1.9.1 installed)
Results 1 to 21 of 21
