Search Type: Posts; User: Steffen Hiller

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    2,061
    That's what I meant with "very nice". I need to learn Jay's language. :)
  2. Replies
    8
    Views
    2,061
    very nice!
  3. Replies
    185
    Views
    103,591
    hm, my plugin isn't supporting treepanel at the moment .. but it's supporting multiple grids on one page
  4. Replies
    185
    Views
    103,591
    No plans, sorry :(
    Should I? :)
  5. Like!
  6. 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
  7. 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...
  8. 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:
  9. 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....
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. 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
  15. 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.
  16. 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. 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...
  18. +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...
  19. 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...
  20. 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...
  21. I mean the http headers,
    it should serve it with mime type: text/cache-manifest
  22. 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.
  23. Yeah, hopefully future ST versions fix that.
  24. 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.
  25. 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
Page 1 of 5 1 2 3 4