Search Type: Posts; User: joeri
Search: Search took 0.04 seconds.
-
10 May 2013 12:49 AM
Jump to post Thread: My bugfix overrides for 3.4.0 by joeri
- Replies
- 9
- Views
- 1,752
I ported our codebase to 3.4.1.1. The updated fixes are in the original post. As pointed out by @wm003 most of the fixes are still needed. Not that much changed between 3.4.0 and 3.4.1.1, so...
-
2 May 2013 6:42 AM
Jump to post Thread: My bugfix overrides for 3.4.0 by joeri
- Replies
- 9
- Views
- 1,752
I updated the first post with the most recent version of the overrides for 3.4.0. There's a bunch of new ones which I hadn't posted here yet.
The one to be especially mindful of is the htmlEncode... -
1 May 2013 10:56 PM
Jump to post Thread: My bugfix overrides for 3.4.0 by joeri
- Replies
- 9
- Views
- 1,752
I will be upgrading our codebase to 3.4.1.1 this month most likely (it's a bit of a challenge because there are 100.000 lines of code in that codebase). At that point I'll go through the fixes file,...
-
16 Apr 2013 11:46 PM
Jump to post Thread: Switching from 3.x to 4.x by joeri
- Replies
- 4
- Views
- 237
Is anyone actually running complex applications (> 50.000 lines) on IE7 / IE8 with ExtJS 4.x?
My base requirements are acceptable performance on IE7 and good performance on IE8, and I'm wondering... -
5 Mar 2013 11:52 PM
Jump to post Thread: What's the best editor for ExtJS? by joeri
- Replies
- 33
- Views
- 26,872
I've used just about everything else, only to realize I could have saved myself a lot of trouble jumping directly into the jetbrains bandwagon.
-
18 Feb 2013 1:24 AM
Jump to post Thread: Worried by joeri
- Replies
- 13
- Views
- 3,458
As someone also stuck with a big codebase on 3.4, I'd like to add that I do think the ExtJS 4.x transition was necessary. Could it have been managed more smoothly? Yes. But it was in my opinion...
-
7 Feb 2013 1:02 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
Wow, wow, please don't put words in my mouth.
I do not deny that adding modules and classical OO syntax at the language level would provide many benefits. If you look back in the thread I pointed... -
4 Feb 2013 12:51 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
That is an assumption for which I do not see much evidence. AS3 is javascript + static typing, and it is outperformed by V8 and Tracemonkey. Modern JIT engines observe code at run-time to infer types...
-
31 Jan 2013 4:22 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
I guess we'll just have to agree to disagree on the impact of TypeScript on code quality. I doubt that many bugs in ExtJS would be avoided if it was developed in TypeScript, based on my experience...
-
31 Jan 2013 3:07 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
I think if your team is struggling with the things in JavaScript that make scaling more difficult, TypeScript will not save them. It will just remove one issue from a list of dozens of issues that...
-
31 Jan 2013 12:17 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
I had a hostility to the claim that JavaScript is unsuitable for large-scale development, not to TypeScript.
Now, if you ask my opinion about TypeScript itself, I see it as an experiment of where... -
30 Jan 2013 6:32 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
I think everyone agrees that having support for TypeScript in combination with ExtJS would be a good thing.
The argument is about whether a static typing solution like TypeScript is essential for... -
30 Jan 2013 12:48 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
Except the big issues are all related to thrashing the DOM, and TypeScript does not solve that in any way. The DOM is simply not an API you want to write large systems directly on top of. That's why...
-
29 Jan 2013 4:44 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
Well, now that you point out these words from Anders Hejlsberg, I've suddenly realized that for many years I was completely deluding myself that we were being productive in JavaScript. Many thanks...
-
29 Jan 2013 12:38 AM
Jump to post Thread: TypeScript by joeri
- Replies
- 140
- Views
- 55,439
Ahem, our product has 90.000 lines of ExtJS and Sencha Touch code (excluding whitespace and comments), and we don't think JS sucks. In fact, I personally consider it my favorite language.
-
16 Jan 2013 1:29 AM
- Replies
- 40
- Views
- 18,627
If it's so easy to style ExtJS with SASS, where are all the amazing SASS-based sencha themes?
-
10 Jan 2013 12:46 AM
- Replies
- 40
- Views
- 18,627
@wm003: Actually, i've taken a look at SAP's HTML5 UI toolkit, and it's indeed not as bad as you would think. It's very un-SAP-like.
It is purely client-side, and integrates with the server via... -
4 Jan 2013 12:50 AM
Jump to post Thread: ExtJs VS other javascript framework by joeri
- Replies
- 13
- Views
- 5,563
So, ExtJS is built on sand? ;)
One more reason to be concerned about global warming and rising sea levels. -
3 Jan 2013 3:04 AM
- Replies
- 6
- Views
- 934
In my opinion ExtJS needs to become more touch-friendly.
I think merging Sencha Touch and ExtJS is not practical at this point in time. Merging the layout systems is prohibitively complicated (and... -
20 Dec 2012 6:55 AM
Jump to post Thread: best ExtJS IDE? by joeri
- Replies
- 35
- Views
- 22,965
In case anyone is considering webstorm, jetbrains are doing a 75% off sale today (and their servers seem to be melting under the load).
-
16 Nov 2012 1:30 AM
Jump to post Thread: Understanding Memory consumption by joeri
- Replies
- 8
- Views
- 1,691
Detached DOM elements being kept in memory are a typical symptom of leaking memory by having a circular reference from the DOM element to a javascript object and back to the DOM again.
The way to... -
14 Nov 2012 4:29 AM
Jump to post Thread: Understanding Memory consumption by joeri
- Replies
- 8
- Views
- 1,691
Like in any garbage-collected environment you get memory "leaks" when unused data is kept referenced in memory "somewhere". ExtJS and ST apps are sensitive to this because they have many layers of...
-
9 Nov 2012 6:30 AM
Jump to post Thread: sencha touch 2.1 by joeri
- Replies
- 9
- Views
- 1,029
Ugh, that's exactly the wrong response. Be clear and be public.
I'm not going to contact sales. It's your job to have a transparent pricing structure, not mine. -
9 Nov 2012 12:28 AM
Jump to post Thread: sencha touch 2.1 by joeri
- Replies
- 9
- Views
- 1,029
Since my comment on the blog post seems to be stuck in moderation (given a more recent comment was let through), I'm going to ask again here.
Will sencha provide a mechanism for existing customers... -
25 Oct 2012 6:20 AM
Jump to post Thread: Windows Phone 8 - Answers Please by joeri
- Replies
- 5
- Views
- 960
It would be interesting to know the exact technical roadblocks to supporting windows phone 7.5. From my POV supporting it seems feasible, but I admittedly have not researched in detail.
If 7.5 is...
Results 1 to 25 of 116
