Search Type: Posts; User: chaya
Search: Search took 0.02 seconds.
-
28 Mar 2012 6:58 AM
- Replies
- 4
- Views
- 1,296
Hi Edhilion ,
Thank for your fixe but plot are not well placed with this fix, (X axes scaling is not correct)
Another test case is availaible : ... -
28 Mar 2012 5:55 AM
- Replies
- 1
- Views
- 570
Hi everybody,
I encouter somes troubles to do a chart with Time axes, When i set type of the bottom axes to 'Time', line does not appear, if i set it to 'Category' that's work, but i want this to... -
15 Mar 2012 12:54 AM
Jump to post Thread: Date Type for Chart Axis by chaya
- Replies
- 2
- Views
- 1,843
Same here, i get some difficulties to make work Time axis! Maybe someone have an example code ?
-
5 Mar 2012 6:23 AM
- Replies
- 15
- Views
- 4,716
it was very strange, with ie8 in localhost that's working, but with the dns in url that's not working !
Great, thank, this help me. that's work fine now. -
21 Oct 2011 5:18 AM
Jump to post Thread: Sharing stores for form combo boxes by chaya
- Replies
- 5
- Views
- 823
You can use same models
Ext.define('App.model.Combo', { extend: 'Ext.data.Model',
fields: [ {name: 'value', type:'string'}, {name: 'name', type:'string'} ]
});
And the same... -
1 Sep 2011 4:48 AM
- Replies
- 1
- Views
- 565
In my view you must use an Ext.data.Store and not an ArrayStore.
I encouter this problem, with ArrayStore, proxy configuration is not loaded, in variable 'me' line 44187 in ext-all-debug.js.
So... -
4 Aug 2011 12:33 AM
- Replies
- 1
- Views
- 399
Hi guys,
Translation for grouping grid are not working, i've include ext-lang-fr.js but i'm having lb in english.
I have make some code change :
if(Ext.grid.feature.Grouping){
...
Results 1 to 7 of 7
