Search Type: Posts; User: yozik04
Search: Search took 0.04 seconds.
-
29 Mar 2012 7:00 AM
- Replies
- 3
- Views
- 867
Version 4.1-rc1
File: Ext.direct.RemotingProvider
onData: function(options, success, response){
var me = this,
i = 0,
len,
events,
... -
26 Nov 2011 10:12 AM
- Replies
- 9
- Views
- 1,608
Buy premium :)
-
25 Nov 2011 2:17 AM
- Replies
- 9
- Views
- 1,608
Ext.override(Ext.chart.axis.Time, {
applyData: function() {
var count = this.chart.store.getCount();
return {
from: 0,
to: count,
steps:... -
24 Nov 2011 2:19 PM
Jump to post Thread: [HOWTO] Build ExtJS 4 TRUNK by yozik04
- Replies
- 3
- Views
- 851
This is "no information" in my opinion. But it could be moved to bugs if this will resolve the problem
-
24 Nov 2011 2:45 AM
Jump to post Thread: [HOWTO] Build ExtJS 4 TRUNK by yozik04
- Replies
- 3
- Views
- 851
I think this should be sticky here. Took me whole day to figure out.
What should I checkout/export to build ExtJS Trunk?
Checkout all 2 modules to different folders.
svn co... -
23 Nov 2011 7:43 AM
- Replies
- 9
- Views
- 1,608
Bug still exists in 4.0.7. The cause is that src/chart/axis/Time.js does not have own applyData method as it had in version 4.0.6 (Everything worked perfectly with 4.0.6 version).
In new version... -
15 Nov 2011 1:54 AM
- Replies
- 7
- Views
- 2,161
Is there any ticket created for this bug?
-
27 Jul 2011 5:59 AM
- Replies
- 7
- Views
- 1,651
I have found the same problem. What I did? I have overridden initState function for grid instance. I basically deferred original function so state will apply after all features will be already...
Results 1 to 8 of 8
