Search Type: Posts; User: alexmipego

Search: Search took 0.03 seconds.

  1. Does this fix the bug in question or are you just saying a next release has a nightly?
  2. +1

    A temporary fix or workaround would be nice.
  3. According to "evant" on my own thread this is already fixed: http://www.sencha.com/forum/showthread.php?254037-BufferedRenderer-doesn-t-work-with-non-remote-data-stores
  4. When a grid is bound to a store with a remote proxy the empty text isn't being displayed correctly on the first refresh (store triggered).

    What happends is that a store's loadRecords function will...
  5. This problem also seems to affect filtered stores. The scrollheigt is ajusted to fit the totalCount instead of just the "visible" items.

    I've overriden even method of BufferedRenderer that has a...
  6. There is a problem with the BufferedRenderer grid's plugin that prevents it from working with data not loaded with a proxy - or at least that's the best way I can summarize it :P

    Anyhow, there are...
  7. Allow me to improve on what I said above.

    Previously the removeAt method was defined as seen here:...
  8. I understand that code and what it's trying to do, namely the speed optimations. However, if I wanted to listen to bulk changes only I would subscribe the bulkadd/bulkremove events instead.

    In my...
  9. Replies
    2
    Views
    366
    Very well, it's pretty easy actually, just destroy the GridView and then update the original store. Code:


    <html>
    <head>
    <LINK...
  10. Before 4.2 beta the remove event fired by the Store -> ... -> AbstractMixedCollection was fire after the object was actually removed but now the list is actually in a inconsistent state.

    The code...
  11. Replies
    2
    Views
    366
    I've a window with a grid using the grouping feature that works fine the first time I open it, but fails with the following error if I close/destroy it and re-open it:


    Cannot call method...
  12. I found out that if I call


    var evt = Ext.EventObject.setEvent(window.event);Ext.dd.DragDropManager.handleMouseDown(evt, dd);
    Ext.dd.DragDropManager.startDrag(evt.getX(), evt.getY());


    the...
  13. Hi,

    I'm attempting to start a drag & drop operation based on custom logic. My objective is to drag a google maps marker (custom map panel implementation) into a grid or other droptargets. I've...
  14. Replies
    28
    Views
    8,193
    Hi, I was wondering if you had the time to fix the code for the 4.1 release and if you are ready to share the code? I checked your site but still nothing :(

    If you could share it now we all would...
Results 1 to 14 of 14