Search Type: Posts; User: wm003

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    1,771
    The fixes from post #1 (except 2) are still valid/needed for Ext 3.4.1.1 (unfortunately)

    Just two fixes already made it into Ext 3.4.1.1:

    - Ext.dd.DragTracker override to fix issue where drag...
  2. Replies
    164
    Views
    85,908
    Can you try to use it in the "afterrender" event?
  3. Replies
    5
    Views
    1,637
    You posted in the Ext 3.x support Forum, so you got an answer for a Ext 3.x setup:)

    Ext 4.x does not need a separate adapter, sou you simply remove the ext-base script
    The according 4.x setup...
  4. The patch even works with 3.4.1.1 :)
  5. 3.4.1.1 works great so far! Thanks!:)
  6. As 4.2 goes stable i could try to recode the component again. I won't support ext 4.0, not sure about 4.1. Ext 4.2 seems much more stable and has better performance. For myself i am still working...
  7. Does your scrollbar return when you do


    Ext.get(document.body).unmask();
  8. If you follow the little addons to ext 3.4.0 here, Ext 3 will run under ie10 in most cases without any more changes to your application
  9. Replies
    8
    Views
    4,731
    added a simple replacement for the update method:


    update : function(html) {
    this.iframe.document.write(html);
    return this;
    }
  10. Replies
    823
    Views
    290,612
    i had something similar and fixed it as follows:


    liveBufferUpdateFirstTime:true,
    // private
    liveBufferUpdate : function(records, options, success)
    {
    if (success ===...
  11. Clone the filters. Every grid needs to have his own. At least that was my experience
  12. Replies
    1
    Views
    783
    This is because you are using a number value. i had the same problem. it is solved by the following fix in gridfilters/ListMenu.js


    onLoad : function (store, records) {
    var visible =...
  13. Replies
    8
    Views
    4,300
    The check-listener is still possible, but in your example you set the checkbox to "disabled". in that case the check event is not triggered (just like the original checkbox widget)
  14. if you add


    ,assertValue : Ext.emptyFn

    it works under all Ext.Versions up to 3.4.x :)

    Without that it would only work up to Ext 3.1.1
  15. Replies
    3
    Views
    1,090
    yes i can reproduce it in 3.4.0. But maybe its fixed in 3.4.1 as Mitchell says
  16. i would create all possible rowaction icons and hide them when necessary
  17. Replies
    4
    Views
    538
    actually this is implemented in ExtJs since V1.0.. :)
  18. Replies
    4
    Views
    538
    Do you know this is already part of the extjs library ever since?
    -> Array.indexOf
  19. Thanks for the link. Well that actually makes a difference then (because the main "Ext alternative" ist jquery UI then)
    From SAP side this is a much better approach then they tried the past years...
  20. OMG this is a perfect fix! Thanks a lot!=D>
  21. Replies
    823
    Views
    290,612
    I am using LiveGrid together with gridfilters. It all works well but when any filter is activated the column header text gets automatically bold and italic.
    This still works, but after reloading the...
  22. This is sent from your server, so you might take a look at the logfiles from your server. maybe the serverconfig changed (like someone did new mod_rewrite rules)
  23. Without any code example/demopage or at least more detailed information you possibly won't get any support here, no matter how often you are bumping this thread.
  24. Do the fields have "allowBlank:false" ?
  25. do the first step and use ext-all-debug.js. So you will probably get an own idea, what the problem is, just because you will get the exact codeline where base library sees any unexpected problems
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4