Search Type: Posts; User: timTaylor
Search: Search took 0.02 seconds.
-
11 May 2013 11:05 PM
- Replies
- 9
- Views
- 650
ext-4.2.0.663
-
5 May 2013 9:42 PM
- Replies
- 9
- Views
- 650
no, didn't resolve it.
-
8 Apr 2013 2:08 AM
- Replies
- 9
- Views
- 650
ok, adding
idProperty: 'id'
to my model doesn't fix the problem. -
8 Apr 2013 2:02 AM
- Replies
- 9
- Views
- 650
hi,
thanks for your effort!! i'll try to implement your example into my app environment.
on thing i'm surely don't have is some kind of an idProperty in my model. -
6 Apr 2013 12:00 AM
- Replies
- 9
- Views
- 650
slemmon, thanks for trying to help me!!
enclosed you will find all relevant code parts.
my data model:
Ext.define('AAA.ActivityLogModel',
{
extend:'Ext.data.Model',
... -
3 Apr 2013 1:35 AM
- Replies
- 9
- Views
- 650
i do have a buffered store (infinite scrolling with >10.000 records).
so far it works fine as long there are records in the store.
if there are no records i get the exception
"Uncaught... -
25 Mar 2013 10:03 PM
- Replies
- 8
- Views
- 626
Does 'Buffered Rendering' mean, that my store first loads all records from the server, in my case more than 10.000?
-
24 Mar 2013 11:25 PM
- Replies
- 2
- Views
- 145
I'm using the <script> tag because my app is a desktop-like app. So to say, it should be started in the morning and closed in the evening. Through that I only need to load the javascript only one...
-
20 Mar 2013 6:55 AM
- Replies
- 8
- Views
- 626
Hi, I'm just updating my application from 4.07 to 4.2 and ran into the problem, that the new infinite grid causes an error if i apply a filter to it.
my code:
this._store =... -
20 Mar 2013 1:23 AM
- Replies
- 2
- Views
- 145
because ExtJS 4.2 seems to have a bug in using filters on an buffered grid (infinite grid), i rewrote my code and now i'm just using a simple search field to let the user search all over the grid's...
-
19 Mar 2013 4:15 AM
- Replies
- 1
- Views
- 171
Hi, I'm just updating my application from 4.07 to 4.2 and ran into the problem, that the new infinite grid causes an error if i apply a filter to it.
my code:
this._store =... -
24 Jan 2013 4:35 AM
- Replies
- 2
- Views
- 257
i'd just want to ask if there are some news on this bug?
thanks -
8 Jan 2013 6:14 AM
- Replies
- 2
- Views
- 257
I do have the following situation:
A container Panel with 2 panels inside. 2 Buttons to hide/show the 2nd panel.
Now showing and hiding the 2nd panel leads to memory leaks that makes an ExtJS... -
7 Jan 2013 6:30 AM
- Replies
- 3
- Views
- 174
to break down the problem so far that it is reproducible for everyone, i set up a small example:
// ---- container with 2 panels + toolbar
var panel1Toolbar =
{
... -
4 Jan 2013 2:37 AM
- Replies
- 3
- Views
- 174
Thanks for the answer!
I've rewritten the code and nothing has changed in behavior.
I've tried another test:
i know, ... still using id's ...
but: some parts of my panel's content are... -
3 Jan 2013 6:27 AM
- Replies
- 3
- Views
- 174
hi there,
inspecting my testapplication with google chrome, i've found out, every time i add some panels or forms to a window and remove them later with myWin.removeAll() something stays in memory... -
21 Jul 2012 11:31 AM
- Replies
- 1
- Views
- 471
Just take a look here:
http://www.sencha.com/forum/showthread.php?210465-extjs4.0.7-change-dragText -
21 Jul 2012 11:19 AM
- Replies
- 13
- Views
- 1,254
I hope so!
-
21 Jul 2012 2:28 AM
- Replies
- 13
- Views
- 1,254
FIXED!!!!!!!!!!!!!!!!!! \:D/\:D/\:D/
this._store.on('load',function()
{
//console.log('on load',arguments);
var grid =... -
21 Jul 2012 2:20 AM
- Replies
- 13
- Views
- 1,254
That was also my thought and I also do have no Idea, 'what' tells me that the scrollbar is 'on top' :-)
Thank you anyway for trying me to help!
In between I took a look at sencha's example of the... -
21 Jul 2012 2:12 AM
- Replies
- 13
- Views
- 1,254
I tried to reload the store at the 'LOAD' event but it ends up in an infinite prefetch-loop.
I don't really want to use paging. It should be a high quality reference Project, which shows... -
21 Jul 2012 1:54 AM
- Replies
- 13
- Views
- 1,254
Hi Farish,
these are REALLY BAD news! What arguments are left to tell a customer in such a Situation?
It seems very risky to me to use ExtJS on commercial Projects.
Do you know any method to tell... -
20 Jul 2012 11:45 PM
- Replies
- 13
- Views
- 1,254
Hi there :-)
Thanks, but all actions are ignored. I've tried:
this._store.on('load',function()
{
console.log('on load',arguments);
... -
20 Jul 2012 3:53 AM
- Replies
- 13
- Views
- 1,254
I do have an infinite Grid with {xtype: 'rownumberer',width: 50,sortable: false} at the first column.
If I scroll down, so the first row gets out of view and if I then scroll up again, the row #1... -
20 Jul 2012 2:25 AM
- Replies
- 7
- Views
- 993
Thanks, msinn!
I found out the same solution for me in between and replied it here, but I got a message from the Forum, that my posting will be observed by an moderator ...
It's not possible for me...
Results 1 to 25 of 59
