Search Type: Posts; User: MartiCode
Search: Search took 0.01 seconds.
-
21 Jul 2011 7:16 PM
- Replies
- 52
- Views
- 12,200
Thanks Chris, that is some great code here! Now I can finally use controllers the way they are meant to be used (ie: independants from views) =D>
-
21 Jul 2011 3:10 AM
- Replies
- 52
- Views
- 12,200
So this thread got me digging more into the controller issue and trying to use them, and I have to say the whole change from beta 2 to beta 3 was really bad and completely kills the point of having...
-
20 Jul 2011 6:44 PM
- Replies
- 52
- Views
- 12,200
Also could anyone explains why ExtJS has no Ext.dispatch as in Sencha Touch? This actually creates two different MVC model for two frameworks that are supposed to be twins. That means going from one...
-
20 Jul 2011 6:59 AM
- Replies
- 52
- Views
- 12,200
The problem is I just don't really know what to do with them. Views are typically already "data aware" and tie up with their store automatically. Forms validate themselves. Most of the underlying...
-
20 Jul 2011 6:23 AM
- Replies
- 15
- Views
- 2,070
I spent 2 years working with Ext 3 and it was really hard. Now I'm looking at Ext 4 and it feels like I have to relearn everything again.
There seems to be a million way to do the same thing,... -
20 Jul 2011 5:53 AM
- Replies
- 52
- Views
- 12,200
I have to say the MVC is extremely confusing, especially the controller. Stores, views: they make sense, been using them in Ext 3. But controllers?
In most of my existing code the only... -
2 May 2011 1:13 AM
- Replies
- 0
- Views
- 466
Seems the TriggerField doesn't give the x-form-text class to its input element, resulting in wrong look.
Edit: seems this works OK when leaving the default inputType, but breaks when using... -
22 Apr 2011 12:32 AM
Jump to post Thread: Ext.regModel() in API? by MartiCode
- Replies
- 4
- Views
- 4,909
Apparently this is deprecated in Ext 4, so I wonder if it has any future in Touch or if this will also get deprecated at some point? I wish both Touch and Ext would settle on a single way to do...
-
12 Apr 2011 2:53 AM
- Replies
- 4
- Views
- 2,375
Still having the same issue with beta 2.
-
1 Apr 2011 12:44 AM
Jump to post Thread: docketItems as array issue by MartiCode
- Replies
- 2
- Views
- 734
The issue is still there in version 1.1.
-
18 Mar 2011 8:47 PM
Jump to post Thread: Synchronous Ajax Call by MartiCode
- Replies
- 9
- Views
- 4,089
When the user quits your application (ie: close the browser, window or tab) you can hook up to the event. If you want to make an AJAX call in that event, like saving user UI preferences or a logoff...
-
4 Mar 2011 5:21 AM
Jump to post Thread: docketItems as array issue by MartiCode
- Replies
- 2
- Views
- 734
Sencha Touch version tested:
1.0.1
only default ext-all.css
Platform tested against:
Android 2.2 -
13 Jan 2011 7:17 AM
Jump to post Thread: PasswordField has two problems by MartiCode
- Replies
- 1
- Views
- 729
I've had that issue as well. My solution was to insert a high z-index into the style of the overlay.
I might be mistaken but it seems a panel with "modal" set to true doesn't actually get any... -
3 Feb 2010 2:29 PM
Jump to post Thread: ExtJS French community by MartiCode
- Replies
- 53
- Views
- 11,447
Encore un :)
-
31 Jan 2010 3:09 PM
Jump to post Thread: Commercial theming for ExtJS by MartiCode
- Replies
- 79
- Views
- 14,600
I would definitely pay for theme, provided it really looks polished and the price isn't outrageous (shoestring budget here).
-
18 Jan 2010 1:29 AM
- Replies
- 3
- Views
- 1,820
That problem can be easily checked: every time a tooltip is shown and disappear, the mousedown event isn't removed and Ext.EventManager.stoppedMouseDownEvent.listeners is growing by 1 element.
-
18 Jan 2010 1:13 AM
- Replies
- 7
- Views
- 1,695
I guess this would explain the issue I'm having here :
http://www.extjs.com/forum/showthread.php?t=89850 -
17 Jan 2010 7:26 AM
- Replies
- 1
- Views
- 734
OK I manage to norrow down things a bit :
- adding a mousedown event listener adds an entry in Ext.EventManager.stoppedMouseDownEvent.listeners
- removing the event doesn't remove anything from... -
15 Jan 2010 2:00 PM
- Replies
- 1
- Views
- 734
I'm having an issue with a destroyed tooltip whose mousedown listener still seems to linger around. When another listener for mousedown is fired and calls stopEvent() this create an error (the old...
-
20 Dec 2009 2:53 AM
- Replies
- 10
- Views
- 4,452
From what I have seen the problem shows up when buffered events are involved, and either the listener was not removed properly or set at specific places. For ex. I got one of those fixed by switching...
-
17 Dec 2009 4:43 AM
Jump to post Thread: Ext 3.1 release date by MartiCode
- Replies
- 129
- Views
- 32,619
Compatibility with 3.0 looks pretty good, and its nice to see some long standing bugs finally gone. :)
Seems however I have some issues with buffered events as I get the "fn.task is undefined"... -
8 Dec 2009 4:58 AM
Jump to post Thread: Ext 3.1 release date by MartiCode
- Replies
- 129
- Views
- 32,619
I'm guessing the IE6 compatibility stuff goes pretty deep. I wouldn't be surprised if a lot of the DOM nodes created are just there to keep the layout from braking appart with IE6. Removing that...
-
7 Dec 2009 9:47 AM
Jump to post Thread: Ext 3.1 release date by MartiCode
- Replies
- 129
- Views
- 32,619
I'd guess quite a bit of speed would be gained in all browsers if IE 6 support was dropped. How much stuff is there just to make things not fall appart in IE 6 ?
-
6 Dec 2009 2:05 AM
- Replies
- 6
- Views
- 2,396
Anyone got an update on this bug? Any chance to see it fixed in 3.1?
-
2 Dec 2009 7:12 AM
Jump to post Thread: Ext 3.1 release date by MartiCode
- Replies
- 129
- Views
- 32,619
Since all of us who haven't paid for a support subscription won't get access to bug-fix releases, it is better that 3.1 gets delayed a bit to polish it up rather than we get something rushed.
Results 1 to 25 of 64
