Search Type: Posts; User: neonshark
Search: Search took 0.02 seconds.
-
13 Feb 2012 9:49 PM
- Replies
- 41
- Views
- 23,697
When ExtJS 4.1.0 stable will be released (at least approximately)?
I have tried Ext 4.1.0 beta 2 and have had serious compatibilty issues:
For example, tbtext elements were misaligned.... -
29 Nov 2011 2:32 AM
- Replies
- 3
- Views
- 516
2gleon: thank you!
You've saved my day! :) -
17 Aug 2011 9:52 PM
- Replies
- 15
- Views
- 18,530
The most probable problem in this case is the absence of store's model's definition.
Either require of model's file or inclusion of model's source into store's stack of code will solve the problem.... -
14 Aug 2011 10:22 PM
- Replies
- 2
- Views
- 635
This is due to sloppy (buggy) realization of method initStateEvents() in Ext.panel.Table component.
Find this piece of code and you will be able to edit flawed function and to force it to work... -
14 Aug 2011 10:17 PM
- Replies
- 1
- Views
- 671
Found the solution (partially fixed the bug in Ext.state.Stateful mixin).
Actually in the current version you will never be able to save and restore the state for any stateful component.
If I... -
13 Aug 2011 2:05 AM
- Replies
- 1
- Views
- 671
It seems that I do everything right:
1. state provider is initialized
2. grid has stateful = true & stateId = 'someId' set
BUT nothing happens!!
beforestaterestore & beforestatesave event are... -
13 Aug 2011 1:49 AM
Jump to post Thread: Using the SDK tools by neonshark
- Replies
- 8
- Views
- 6,238
Great, thank you for your job!
Next time I will try to overcome SDK Tools from Sencha, I will try to do it with your solution! :) -
11 Aug 2011 10:27 PM
Jump to post Thread: Can't extend Ext.chart.Chart by neonshark
- Replies
- 1
- Views
- 724
Great, thank you for your work! With these small improvements all work perfectly! :D
-
21 Jul 2011 5:36 AM
Jump to post Thread: ActionColumn in ExtJS 4 by neonshark
- Replies
- 19
- Views
- 11,691
Most probably you don't have such attribute as 'width' & 'height' in your custom iconCls.
I also had this issue, but introducing sizes for the icon solved the problem.
It seems that ExtJS...
Results 1 to 9 of 9
