Search Type: Posts; User: julien.meyer
Search: Search took 0.02 seconds.
-
30 Apr 2012 4:50 AM
- Replies
- 2
- Views
- 756
Thanks
-
30 Apr 2012 4:00 AM
- Replies
- 2
- Views
- 756
Hello,
Since Ext 4.1.0, I have a bug when I want to insert a new model instance to a node.
I checked the difference between 4.0.7 and 4.1.0 and I found that before (4.0.7), the function... -
26 Jan 2012 12:47 AM
- Replies
- 3
- Views
- 839
Thanks Farish,
Your solution can "rollback" a delete operation (or update) but it add records at the end of the store and not the previous position.
And I think that if the store is a TreeStore,... -
25 Jan 2012 6:57 AM
- Replies
- 3
- Views
- 839
Hello,
When the server response to a delete operation (from a model instance destroy call) is a failure (success to false), the store doesn't revert the operation and the instance is nevertheless... -
30 Nov 2011 11:05 PM
- Replies
- 4
- Views
- 904
I take a look into the model class and it's possible to extend it to use an collection of store. But I don't know the side effects...
Currently, we use the solution you describe in your post. So... -
29 Nov 2011 3:48 AM
- Replies
- 4
- Views
- 904
Hi Tobiu,
I'm agree with you that, in some case, you didn't need to share instance. Filter is a good example.
But in some case, it's important (or easier) to share instance.
Example : a file... -
29 Nov 2011 12:50 AM
- Replies
- 4
- Views
- 904
I need to share a model instance between two stores (a TreeStore and a Store).
A model instance can only have a reference to one store. I can listen the update event and propagate it to the other... -
28 Oct 2011 1:27 AM
- Replies
- 9
- Views
- 1,802
Ext version tested:
Ext 4.0.7
Browser versions tested against:
FF3 (firebug 1.3.0.10 installed)
Description: -
28 Oct 2011 1:10 AM
Jump to post Thread: [4.0.7] Tree Store Bug by julien.meyer
- Replies
- 11
- Views
- 3,794
You're right.
In my application, I never sync my tree. I only load some nodes or reload the tree. So I did not see that I had partially corrected the bug
Next time I will see to look further... -
27 Oct 2011 11:08 PM
Jump to post Thread: [4.0.7] Tree Store Bug by julien.meyer
- Replies
- 11
- Views
- 3,794
You can override the load function :
//FIXME
load: function(options) {
options = options || {};
options.params = options.params || {};
var me = this, -
26 Oct 2011 12:06 AM
- Replies
- 1
- Views
- 964
[4.0.7] Error on bind Store if view is not rendered
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7
Browser versions tested against: -
25 Oct 2011 9:45 PM
- Replies
- 2
- Views
- 1,104
Yesterday I upgraded the extjs version from 4.0.2 to 4.0.7.
Now, when I launch my application in Firefox with firebug activated, I have the following error : "doc.namespaces undefined" from VML.js... -
25 Oct 2011 9:31 PM
Jump to post Thread: [4.0.7] Tree Store Bug by julien.meyer
- Replies
- 11
- Views
- 3,794
Yes it is.
-
25 Oct 2011 5:35 AM
Jump to post Thread: [4.0.7] Tree Store Bug by julien.meyer
- Replies
- 11
- Views
- 3,794
I have exactly the same problem since we start to use the new version (4.0.7).
If you call the method load to "refresh" the treestore, all existing node are destroyed and delete operations are... -
23 Sep 2011 1:10 AM
Jump to post Thread: Extjs 4 Dynamic Model by julien.meyer
- Replies
- 32
- Views
- 54,968
Hi diablo,
I need also some "dynamic" models into my application.
I don't know if the following solution is the best practice, but it works :
... -
1 Sep 2011 2:03 AM
- Replies
- 1
- Views
- 566
Hello,
I try to define a desc grouper for my store like this :
Ext.define('FDM.store.Parts', {
extend: 'Ext.data.Store',
model: 'FDM.model.Part',
...
...
Results 1 to 16 of 16
