Search Type: Posts; User: ElCondor1969
Search: Search took 0.02 seconds.
-
29 Apr 2013 4:56 AM
- Replies
- 9
- Views
- 1,658
Hi Pedro.
In your fix you used:
records = store.data.items;
But if the store is buffered, you get an error, because in that case store.data is a PageMap object and not a MixedCollection... -
29 Apr 2013 4:41 AM
- Replies
- 2
- Views
- 79
Thank you very much Evan for your usefully reply.
Bye.
Sergio. -
29 Apr 2013 1:11 AM
- Replies
- 2
- Views
- 79
Hi to all.
I encountered this bug that plagues the dynamic loading of modules javascript.
I have attached an application that allows you to replicate the bug. The execution of this test case,... -
24 Apr 2013 12:11 AM
- Replies
- 1
- Views
- 78
Hi to all.
The current implementation of storeHasSelected store's method in ExtJS 4.2.0 is:
43324
If the store is buffered, and you reload the data in the store by the load method, you get the... -
23 Apr 2013 5:01 AM
- Replies
- 2
- Views
- 136
Hi to all.
The current implementation of getRejectRecords in ExtJS 4.2.0 is:
getRejectRecords: function() {
// Return phantom records + updated records
return... -
10 Mar 2013 11:45 PM
- Replies
- 3
- Views
- 248
Hi Mitchell!
Thank you very much for your kindly reply.
Ok, I'll use onCreateLabel method.
But I have still a little doubt. It is not a private method?
Can I rely on the existence of this method... -
8 Mar 2013 1:24 AM
- Replies
- 3
- Views
- 248
Hello to all.
I have a pie chart and I would like, for each slice of the pie, that the label shows both the name of the slice and its value.
For example, in my case, the store that feeds the chart... -
19 Dec 2012 2:10 AM
- Replies
- 10
- Views
- 1,010
Hi!
Animal excuse me, but I have not explained the thing well enough. Unfortunately, English is not my native language and I find it hard to express myself properly with it.
Now I'll try to... -
18 Dec 2012 8:19 AM
- Replies
- 10
- Views
- 1,010
"Yes, the backing collection of a buffered store is not a MixedCollection, but a PageMap which should implement the same interface."
Hi Animal.
But you confirm that this is a bug that should be... -
13 Nov 2012 11:54 PM
- Replies
- 9
- Views
- 1,008
Hi Phil!
In fact in my project I have just adopted this solution, removing unwanted items from the property "requires" from my own copy of Viewport and I verified that it prevents premature and... -
24 Oct 2012 4:32 AM
- Replies
- 9
- Views
- 1,008
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1-gpl
Browser versions tested against:
Chrome 22.0.1229.94 m -
19 Oct 2012 1:38 AM
- Replies
- 9
- Views
- 1,008
Hi!
The viewport "Ulisse.view.UlisseViewport" look like:
39483
and as you can see (in the tree and in the property editor), it does not uses instances of the views in the project.
If you... -
17 Oct 2012 10:57 PM
- Replies
- 9
- Views
- 1,008
Hi!
Thank you very much for your kindly reply.
I shall soon give you more detailed information.
In my project the object "Application" references only the controller "Ulisse" and no views:
... -
17 Oct 2012 1:42 AM
- Replies
- 9
- Views
- 1,008
Hi!.
I seem to have found a bug in the program.
I have a project with two controllers and three views.
The main viewport is created automatically (autoCreateViewport property is true).
I want...
Results 1 to 14 of 14
