Search Type: Posts; User: SimoAmi

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thanks for looking into it. Just to point out that impact is broad as there are multiple methods affected by this:

    - isXType()
    - getXType()
    - getXTypes()
    - findByType()
    - findParentByType()
    -...
  2. REQUIRED INFORMATION


    Ext version tested:

    Ext 3.4.1.1
    Browser versions tested against:

    Chrome 26
    FF 20
  3. Silly me. Of course it does. I had not specified The full namespace with the @class annotation.
    Thanks,
  4. I'm noticing that JSDuck does not scan subdirectories, forcing explicit inclusion of every path and its nested content. Is that the expected behavior?

    Can we either support ant-style wildcards *...
  5. Hi demongloom,
    Interesting idea. Not to discourage you but if you have heavy classes with lengthy functions, you'll end up with huge images. For instance imagine what you'll get with something like...
  6. Hello,
    The argument that "LESS" requires additional software to run is no longer the case.

    https://github.com/cloudhead/less.js/wiki/Command-Line-use-of-LESS

    You can pretty much use java which...
  7. Hi joeri,
    I just want to weigh it and say that your argument above is only applicable per individual case. How did the user manage to get such an override in place? Having an override that decodes...
  8. Hi Scott,

    Not sure I understand your last comment. Downloading ext-3.4.0 from Sencha.com reveals that it's having the invalid markup <code>flex</flex>. Feel free to verify it by viewing the source...
  9. I just downloaded ext-3.4.0 again and the error is still there. The online docs appear to use 3.4.0 as you can see here: http://docs.sencha.com/ext-js/3-4/#!/api/Ext-property-version or maybe a...
  10. For better performance you can also use the "ref" attribute to get a relative and permanent reference to your component's child element: ...
  11. Replies
    36
    Views
    8,384
    Have you considered JAWR? It would take care of most of your packaging and bundling needs and has Maven support: http://jawr.java.net/features.html
  12. This is how it looks in my local copy:


    /**
    * @cfg {Number} flex
    * <p><b>Note</b>: this config is only used when this Component is rendered
    * by a Container which has been...
  13. Looks fine in the url you listed, but it is there in my local copy of ext-3.4.0! what kind of sorcery is this? :)
  14. The documentation for the "flex" property contains invalid markup:


    <code>flex</flex>

    This is particularly damaging because it affects the JSDuck output for a large set of components. See...
  15. It turns out as you suggested that the property "flex" has invalid markup:


    <code>flex</flex>

    Could we contain these errors in restricted blocks and reset markup dependencies for each...
  16. There seems to be a problem with the markup once a page exceeds a certain size. Check the attached image below. The area in red has different markup, where the dom structure is wrapped into a <code>...
  17. Voila, that took care of it! both --ignore-global and --builtin-classes required boolean values.

    Thanks for your help.
  18. When used in conjunction with --config, the command line seems to scan every nested folder for JS files, so my attempt to restrict source files to specific extjs sub folders doesn't have any effect....
  19. That's cool. Thanks.

    I wish this landed to ExtJS v3. It don't think it has a dependency on the new class system, just processing of primitive data.
  20. Replies
    16
    Views
    3,424
    I saw this thread after submitting a post:
    http://www.sencha.com/forum/showthread.php?236980-Ext.util.Format.number-doesn-t-support-french-and-swiss-number-formats&p=870961#post870961

    Was there a...
  21. English format: 1,000,000.00


    Ext.util.Format.number(1234.56, "0,0.00");
    "1,234.56" // Correct

    German format: 1.000.000,00


    Ext.util.Format.number(1234.56, "0.0,00/i");
  22. I'm getting the following error when running jsduck:


    Error: Error while parsing /Users/smoujami/Documents/projects/jsduck/ext-3.4.0/src/ext-core/src/adapter/ext-base-begin.js: Line 18:...
  23. It finally worked for me after running the rvm command and reinstalling jsduck.

    Thanks!
  24. Same problem here. Only I ran an update instead and using OSX Mountain Lion:



    > sudo gem update jsduck
    Password:
    Updating installed gems
    Updating jsduck
    Fetching: libv8-3.3.10.4.gem (100%)...
  25. Replies
    10
    Views
    4,194
    You need to clear your browser cache for production settings to apply. Specifically your local storage so it caches code with the newly applied logger setting.

    For instance, in Chrome Developer...
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4