Search Type: Posts; User: KampfCaspar

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Hi!

    Experimenting with Ext.Loader I saw, that Ext.Loader.loadScriptFile sets @sourceURL only to the actual filename - not exposing the script directory or (as the tag implies) URL.

    At least...
  2. Replies
    3
    Views
    2,174
    While not mainly interested in the UI document, I DO need selectors a lot on loaded xml documents... I wrote the following little wrapper class for xml documents with:

    Ext.DomQuery.select*...
  3. Ext.panel.Header.setIconCls does not respect the condition that the header might no-yet be rendered. The Header's rendering may - however - be independent of the 'main' panels rendering.

    E.g.:...
  4. Patch for cls config:

    diff --git a/src/draw/Sprite.js b/src/draw/Sprite.js
    index e9d47e3..6ed59e9 100644
    --- a/src/draw/Sprite.js
    +++ b/src/draw/Sprite.js
    @@ -223,6 +223,11 @@...
  5. Patch for 'null' values:

    diff --git a/src/chart/series/Line.js b/src/chart/series/Line.js
    index 6539579..6a3b05f 100644
    --- a/src/chart/series/Line.js
    +++ b/src/chart/series/Line.js
    @@ -419,7...
  6. Patch for axis calculation:


    diff --git a/src/chart/axis/Axis.js b/src/chart/axis/Axis.js
    index f839a27..bc08cc0 100644
    --- a/src/chart/axis/Axis.js
    +++ b/src/chart/axis/Axis.js
    @@ -134,7...
  7. Ext.draw.Sprite offers addCls() and removeCls(), contrary to rest of the framework, however, no corresponding config entry (cls?).
  8. NB: empty strings and undefineds are not drawn, null is.

    'undefined' is not a global concept. Wouldn't adding null to the 'not-to-render' list help interoperability (and support)?

    Note also,...
  9. Thanks for that immediate reply!
  10. Bug: Drawing a chart with some 'undefined' values, (numeric) axis disappears.

    NB: All other points are rendered (correctly) in reference to the now 'invisible' axis.

    Workaround: Manually...
  11. Hi!

    Switching from 4.0.1 to 4.0.2, my app using Ext.view.View fails on
    src/view/AbstractView.js:589

    It seems the property loadMask is still on its default value (true). I tried calling...
  12. Hi!

    Ext Readers call individual extractor functions by field. This, of course, allows for generalized but fast access. Those extractor functions are prepared in:
    ...
  13. Is expected... but those children might be inserted AFTER rendering. As it is now, at least one child is mandatory at the time of creation.
  14. the space "between" hbox/vbox items is not covered by container paddings... And embedding all those items in individual containers seems overkill.

    The difference between the "margin" member (which...
  15. Are you considering this a "NoBug"?

    I very much like to define margings - together with font sizes et al - in css; as such, I'm trying to clean js source from as much layout constants as possible....
  16. As it is now, an empty TabPanel's tab strip does not occupy the height it does after adding elements.

    The height change of the tab strip (after adding a child) "moves" the TabPanel's body out of...
  17. Although I'm by no means an extjs or js expert, I tried to find "my" solution here.

    The attached replacement/diff of BoxLayout solves this bug for me.

    NB: Base is rc1, not svn.
  18. BoxLayout.js#151 in rc1:

    maxWidth = Math.max(maxWidth, c.getWidth() + cm.left + cm.top);


    I suppose, this should be cm.right for the WIDTH?
  19. The same problem seems to affect 'fit' layout (at least) under some circumstances. I updated the testcase zip:

    Viewport with padding on all sides, 'fit' layout, one panel. Notice the cut off at...
  20. hbox and vbox do not correctly account for css paddings/margins. This results in panels "cut off" at the far end.

    In the attached testcase (incl. screenshot), I create two windows with...
  21. New version 0.3


    45 Hans-Peter Oeri 2008-10-11
    reformat

    44 Hans-Peter Oeri 2008-10-11
    added levelOverride

    43 Hans-Peter Oeri 2008-10-11
  22. I added a new version in the first post.
  23. OK, for all those that use browsers without a cacert.org root, I reconfigured my devel server to allow http alongside https.

    I will change the first post accordingly.

    @jgarcia: You could add...
  24. Sorry, it is configured and the link works. The server uses a CACert certificate which might not be recognised by your browser (but the connection works fine).

    As I'm developing on FF only (no...
  25. I fully agree! I'm not against the concept of interfaces!

    The question, however, is, if the correct (full) implementation of an interface has to be checked explicitely. If there is a formal...
Results 1 to 25 of 44
Page 1 of 2 1 2