Search Type: Posts; User: alexmipego
Search: Search took 0.03 seconds.
-
10 Apr 2013 4:30 AM
- Replies
- 21
- Views
- 3,076
Does this fix the bug in question or are you just saying a next release has a nightly?
-
3 Apr 2013 10:32 AM
- Replies
- 21
- Views
- 3,076
+1
A temporary fix or workaround would be nice. -
17 Jan 2013 10:05 AM
- Replies
- 3
- Views
- 431
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
-
17 Jan 2013 6:59 AM
- Replies
- 1
- Views
- 305
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... -
16 Jan 2013 11:09 AM
- Replies
- 2
- Views
- 399
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... -
16 Jan 2013 7:24 AM
- Replies
- 2
- Views
- 399
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... -
16 Jan 2013 3:49 AM
- Replies
- 3
- Views
- 398
Allow me to improve on what I said above.
Previously the removeAt method was defined as seen here:... -
16 Jan 2013 3:36 AM
- Replies
- 3
- Views
- 398
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... -
16 Jan 2013 3:29 AM
Jump to post Thread: Grouping Feature bug/leak by alexmipego
- 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... -
15 Jan 2013 10:07 AM
- Replies
- 3
- Views
- 398
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... -
15 Jan 2013 9:37 AM
Jump to post Thread: Grouping Feature bug/leak by alexmipego
- 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... -
2 Oct 2012 2:59 AM
- Replies
- 1
- Views
- 342
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... -
1 Oct 2012 8:53 AM
- Replies
- 1
- Views
- 342
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... -
23 May 2012 5:28 AM
- 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
