Search Type: Posts; User: Steffen Hiller
Search: Search took 0.04 seconds.
-
17 May 2013 7:35 AM
Jump to post Thread: Upcoming Fiesta 1.0 beta by Steffen Hiller
- Replies
- 8
- Views
- 2,061
That's what I meant with "very nice". I need to learn Jay's language. :)
-
17 May 2013 7:26 AM
Jump to post Thread: Upcoming Fiesta 1.0 beta by Steffen Hiller
- Replies
- 8
- Views
- 2,061
very nice!
-
25 Apr 2013 1:33 PM
Jump to post Thread: Ext.ux.PrinterFriendly by Steffen Hiller
- Replies
- 185
- Views
- 103,591
hm, my plugin isn't supporting treepanel at the moment .. but it's supporting multiple grids on one page
-
25 Apr 2013 11:44 AM
Jump to post Thread: Ext.ux.PrinterFriendly by Steffen Hiller
- Replies
- 185
- Views
- 103,591
No plans, sorry :(
Should I? :) -
24 Apr 2013 2:42 PM
- Replies
- 5
- Views
- 1,314
Like!
-
3 Apr 2013 10:20 AM
- Replies
- 4
- Views
- 465
Steward, latest public version is .256, you can get it here:
http://www.sencha.com/products/sencha-cmd/download
or
through "sencha upgrade" I think -
20 Mar 2013 2:35 AM
- Replies
- 4
- Views
- 268
I'm having the same issue, same Cmd Version, same Mac OS X version and same Framework version. :)
The debug output of compile/build actually says at one point:
[DBG] Adding file... -
19 Mar 2013 5:24 PM
- Replies
- 4
- Views
- 465
Getting this:
ext-4.1.1a $ sencha generate app -p ~/Work/extjs310239
Sencha Cmd v3.1.0.239
[INF]
[INF] init-plugin:
[INF]
[INF] init-plugin: -
18 Mar 2013 1:43 AM
- Replies
- 58
- Views
- 9,405
vadimv,
that's basically my point. me = this is actually adding bytes in some cases and I believe it's just an unnecessary overhead for the developer to have to count bytes and decide either way.... -
17 Mar 2013 5:27 PM
- Replies
- 2
- Views
- 770
Doug, this is a great idea for a thread. Just as a kind of spoiler: You might want to check out Compass and Sass and Sencha's recent Webinar about theming Sencha apps.
-
17 Mar 2013 4:35 PM
- Replies
- 58
- Views
- 9,405
Let's do this, let the data speak ...
I just did the following test:
I created a version of Sencha Touch 2.1.0's sencha-touch-all-debug.js without using the var me = this pattern.
I did this... -
17 Mar 2013 3:59 PM
- Replies
- 58
- Views
- 9,405
You got it. (Even though you meant to be sarcastic here, I assume.)
First, bad for all == bad for the team
Second, if you follow your "use-whatever-you-like-style", have fun working with team... -
17 Mar 2013 3:46 PM
- Replies
- 58
- Views
- 9,405
No, enforcing a code style upon a developer that doesn't like/understand a certain code style/pattern makes the dev not happy == bad for all.
-
17 Mar 2013 3:38 PM
- Replies
- 58
- Views
- 9,405
Multi-dev project == multiple developers working on the same code base/project, some use me = this, some don't, this doesn't go along very well
-
17 Mar 2013 2:53 PM
- Replies
- 58
- Views
- 9,405
And it's not really just do it as you like, since working in multi-dev projects it won't work out well following both styles.
-
17 Mar 2013 2:50 PM
- Replies
- 58
- Views
- 9,405
LesJ,
I was referring to what's the gain of using me = this with minify & gzip vs. not using me = this with minify & gzip. Minify & gzip is my usual setup.
If I have a few minutes I'll try that... -
17 Mar 2013 10:51 AM
- Replies
- 58
- Views
- 9,405
Not sure if it makes code easier to read, as "this" is normally highlighted as a special keyword, and "me" or any other var is just treated as every other local variable.
Also, would be... -
16 Mar 2013 5:02 AM
- Replies
- 58
- Views
- 9,405
+1 Getting rid of the "var me = this;" trend. :)
Maybe Sencha should use Closure compiler or something, which does that optimisation automatically, I think.
Either way, tigran, I think the number... -
14 Mar 2013 2:55 AM
- Replies
- 7
- Views
- 1,613
shri_iitk,
we ended up just doing opening the "share"-urls in a new window/tab. Was supposed to be temporary since it's definitely not the best solution, but we haven't worked on this since then... -
5 Mar 2013 12:25 PM
- Replies
- 25
- Views
- 1,194
yeah, ms has some default mime type .. but what's the extension of your manifest file? It has to be .appcache, since you can't override .manifest on ms.
just double checking, other then that no idea... -
5 Mar 2013 11:18 AM
- Replies
- 25
- Views
- 1,194
I mean the http headers,
it should serve it with mime type: text/cache-manifest -
5 Mar 2013 9:45 AM
- Replies
- 25
- Views
- 1,194
Are you sending the correct header for the appcache manifest file (is the server configured correctly)?
Some browsers are more strict than other about it. -
25 Feb 2013 5:04 PM
- Replies
- 15
- Views
- 1,694
Yeah, hopefully future ST versions fix that.
-
25 Feb 2013 4:58 PM
- Replies
- 15
- Views
- 1,694
Give e.stopEvent(); a try and make sure to test it in your mobile browser, where it should work, as it doesn't work in Desktop Chrome.
-
6 Jan 2013 2:10 PM
- Replies
- 11
- Views
- 1,358
Thanks for all the work around suggestions!
Sencha seems to solve this problem very elegantly in ST 2.2.0.alpha.
Here's the code as override that also works for ST 2.1. (I only changed the...
Results 1 to 25 of 119
