Search Type: Posts; User: 7twenty
Search: Search took 0.10 seconds.
-
5 May 2013 2:35 PM
- Replies
- 7
- Views
- 656
Thanks that works for me too.
-
25 Apr 2013 2:20 PM
- Replies
- 7
- Views
- 656
Nevermind the workaround didn't work. I can successfully build the package, but I cannot consume the package from an "app". The ext src gets put in the source path twice which causes the "sencha...
-
24 Apr 2013 8:07 AM
- Replies
- 7
- Views
- 656
The only way I could get this to work was to add the following to my package's sencha.cfg:
package.classpath=${package.dir}/src,${workspace.dir}/ext/src -
23 Apr 2013 10:11 AM
- Replies
- 7
- Views
- 656
Here is the steps I tried:
- run: sencha generate package -type code MyPackage
- added an empty class to $workspace/packages/MyPackage/src/bc that extends Ext.panel.Panel
- run: sencha package... -
3 Dec 2012 2:39 PM
- Replies
- 5
- Views
- 1,354
Here is a simple workaround:
m.slideIn(slideAnchor).pause(4).slideOut(slideAnchor, {
listeners: {
afterAnimate: function(){
... -
3 Dec 2012 2:37 PM
- Replies
- 5
- Views
- 1,354
I'm still seeing this issue. The Ext4 docs still show remove as a valid config param, but the code doesn't seem to support it (see Element_anim.js#428).
Any update on this? -
4 Mar 2011 2:02 PM
Jump to post Thread: Ext 4 and doctype by 7twenty
- Replies
- 5
- Views
- 2,377
Thanks for the replies. That is great news that we can use strict doctype.
-
1 Mar 2011 1:36 PM
Jump to post Thread: Ext 4 and doctype by 7twenty
- Replies
- 5
- Views
- 2,377
In the past, I have heard that Sencha recommends no doctype. With Ext JS 3, I've run into layout issues with Ext components when I've used a strict doctype.
However, I notice that the Ext 4... -
11 Nov 2008 2:44 PM
- Replies
- 9
- Views
- 7,347
I also experience this same problem on 2.0.2 when enableDragDrop is set on a grid.
It fires the beforerowselect event twice. -
10 Nov 2008 10:38 AM
- Replies
- 623
- Views
- 217,852
Thanks for the great control.
I'm also experiencing the issue with mode=remote. After adding debug code, I see that setValues correctly adds the checked=true to the appropriate records. When... -
2 Oct 2008 1:39 PM
- Replies
- 105
- Views
- 90,477
Thanks for the reply Animal. I don't think the http connection limit is playing a role in the issue I am seeing. As far as I know the only connection limit is per domain. Each request I make is to...
-
2 Oct 2008 11:07 AM
- Replies
- 105
- Views
- 90,477
vtswingkid: Thanks for the reply. Knowing that it works in some conditions gave me the motivation to do a little more debugging.
I found some interesting data. It still seems that removing a... -
30 Sep 2008 8:38 AM
- Replies
- 105
- Views
- 90,477
First, great piece of code. I simply dropped into my code the overrides in the original post and successfully loaded a TreeColumn cross domain (not natively supported by Ext) and made...
-
25 Jul 2008 3:04 PM
- Replies
- 17
- Views
- 8,444
Very true. Great point. I wish the major browsers supported a true JSON decoder. Of course, there are JavaScript implementations, but they don't compare with eval's speed. :) When fetching JSON...
-
25 Jul 2008 2:20 PM
- Replies
- 17
- Views
- 8,444
I like the example (similar to http://extjs.com/forum/showthread.php?t=25551), but again, I think the primary CURRENT difference between xtype and direct instantiation is style. Your dynafields.js...
-
25 Jul 2008 2:04 PM
- Replies
- 17
- Views
- 8,444
I think we are all on the same page, but just having a hard time understanding each other. :)
Yes, I understand that the {} syntax is standard JSON (JavaScript object notation) and that your... -
25 Jul 2008 12:07 PM
- Replies
- 17
- Views
- 8,444
I appreciate the replies. It seems that everyone agrees that xtype is simply a different syntax for creating components, but doesn't result in any performance gains. IMO, the JS doc for...
-
24 Jul 2008 12:28 PM
- Replies
- 17
- Views
- 8,444
Yes. I do understand there is a difference between lazy instantiation and lazy rendering. And lazy rendering is working correctly for me using Ext JS. :)
However, a proprietary framework I have... -
24 Jul 2008 10:16 AM
- Replies
- 17
- Views
- 8,444
I'm trying to understand how xtype supports lazy instantiation. I understand how xtypes could support lazy instantiation. I see comments in the forums and in the doc that say xtypes do support lazy...
Results 1 to 19 of 19
