Search Type: Posts; User: christophe.geiser

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. + one for having a look at this bug.

    When you have complex forms within box and with scrollbar, it makes your form jump on any field updates - quite annoying.

    Thanks for the proposed fix, it...
  2. Hi all,
    When registered via QuickTipManager, and showed with delay, qtip are never displayed because the lookup to registered targets is not set properly in targetTextEmpty.

    Fix (QuickTips.js):...
  3. Thanks a lot for your answer Animal, it forced me to successfully revise and simplify part of my code.
    The problem was that I had to use the renderTo trick under 4.1 because there was a rendering...
  4. For what it's worth, here is a dirty/quick fix (the problem in this situation is that we don't have a floatParent, even though we should calculate the position relative to a constraining parentNode...
  5. Hi all,
    I have some difficulties to make this component combination work again with 4.2. The test case below should illustrate the fact that the positioning of the floating panel within the window...
  6. Right, sorry my post was not clear.
    The current type for 'checked is 'auto'. What I ask is to modify it to what is proposed in this post (type: 'boolean', ...)

    Cheers,
    C.
  7. Great to see a RC ! thanks

    There is a problem with plugin instantiation. We use to have a ref to cmp initiating the plugin during construction - it is not the case anymore.

    We could have,...
  8. decorate node should make checked fields boolean, no convert:

    { name : 'checked', type : 'bool', useNull: true, persist : false}, // , convert: null },

    This is necessary when...
  9. Took me a while to find the culprit.

    Few thing with this method:

    1- the return value of (node.raw || node[node.persistenceProperty])[(reader = me.getProxy().getReader()).root]) is likely to...
  10. Thanks for the answer
    Yep, thought about it, but the compile is crying since 'Ext.data.Connection' requires 'Ext.data.flash.BinaryXhr'.

    C.

    P.S. Just to make sure that what I did is actually...
  11. Hi,

    I somehow can't find a way to remove swfobject dependency from the result of a built (seems to be introduces from 'Ext.data.Connection' that requires 'Ext.data.flash.BinaryXhr'). But I don't...
  12. Trying to use simple sencha command line, without success here

    Isn't this command supposed to minify a source file :
    > sencha fs minify -f app.js -t app.min.js

    Console answers (same...
  13. Replies
    53
    Views
    11,476
    Et un de plus a Lyon ; )

    C.
  14. Thanks for the answer, and oups...

    Downloaded what I thought to be the latest version from "ExtJS 4.1 beta 2 is available", first post in "ExtJs 4.2.0" Forum !

    Base.borrow looks fine in 4.2.0....
  15. Yes, this is definitively a bug - and potentially a serious one if your app use borrowing methods. Only the last member will be applied/borrowed:



    Ext.onReady(function(){
    Ext.define('C1', {...
  16. Thanks a lot for this detailed answer !

    The way I see this for the moment - and that was the reason for the post - is that I do not have the impression this part of the code is solid enough. I...
  17. Hi all,

    Thanks for the 4.2.0 beta release.

    I have seen that id management has undergone significant changes compared to 4.1 version. It is not that I am against any improvement over the...
  18. Destroying a resizable component causes error when is has been initiated with custom handles config.

    Workaroud:



    // BUG : trying to remove non-existing resizer handles...
  19. Oh, yes, was hoping somebody would have the courage to tackle this idea ! Great
    C.
  20. Thanks for the answer.

    I am not sure I get why creating an abstract component would solve the problem of having non-primitive config object filling-up the prototype and hence shared by all class...
  21. Hi all,
    I like not to be forced to write setters and getters - and hence the idea of a config object that populates its own functions. However the current implementation has a problem imho with the...
  22. Thanks for the explanation on this one, but I am not getting the point. Is it possible to get a practical case where xtypes containing "." and Ext.componentQuery do conflict ?

    This limitation is...
  23. Hi all,

    This is a very simple request: please make sure that index.html produced by sencha build is valid xml (basically, just ensure that <meta/> elements are properly closed).

    Reason for...
  24. Hi all,
    This is certainly smth stupid I am not getting ...

    I am testing sencha cmd to see if I can automate some of my app deployment tasks and am somehow unable to make a build when the touch...
  25. Excellent, thanks .
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4