Search Type: Posts; User: charles.bourasseau
Search: Search took 0.02 seconds.
-
15 Aug 2012 4:52 AM
- Replies
- 6
- Views
- 1,139
It seams to work for me now, I just use the sencha architect 2.1 way:
Delete old override
Create new override
I did this several times cause it doesn't work immediately but I don't know why... -
15 Aug 2012 4:20 AM
- Replies
- 6
- Views
- 1,139
Same problems here :(
-
17 Jul 2012 2:13 AM
- Replies
- 2
- Views
- 840
I created an Issue in CasperJS and it was actually a bug in CasperJS.
It's now fixed.
Solution is to take the master branch of git, the fix should come in the next version.
Thanks for helping.... -
12 Jul 2012 12:21 AM
- Replies
- 2
- Views
- 840
I would like to use CasperJS to test and take documentation screenshot of a ExtJS Application.
The Probelm is that click event from CasperJS will fire twice in ExtJS, it's very strange.
I made... -
15 Jun 2012 2:26 AM
- Replies
- 14
- Views
- 1,515
Do you plan to add this feature ? If yes can you tell approximately for when it's plan.
Thanks -
31 May 2012 8:42 AM
- Replies
- 14
- Views
- 1,515
joker, I'm student :p I'm using SA for my master thesis and I would like to produce nice documentation.
It's not very important for views but I think it's pretty nice for models, controller and... -
31 May 2012 4:10 AM
- Replies
- 14
- Views
- 1,515
There is two different problems:
1) How to insert comments and/or TODO in read-only files.
2) How to list the TODOs.
I think that the second one should not be done by SA. If the comment are... -
30 May 2012 5:47 AM
- Replies
- 1
- Views
- 666
Hi,
I defined some view with function and event and saved it to the toolbox.
I would to used many times in my project.
When I used it, Sencha Architect does not create something like:
... -
30 May 2012 12:54 AM
- Replies
- 2
- Views
- 816
any ideas ?
-
30 May 2012 12:08 AM
- Replies
- 5
- Views
- 1,498
Thanks vietits your second solution works for me.
I push a repository to make some tests: https://github.com/cbou/extjs-nodejs-tree-panel-test -
25 May 2012 6:51 AM
- Replies
- 9
- Views
- 3,068
Thanks for your answer that's inspired me.
Ext.data.Operation.override({
setCompleted: function() {
this.complete = true;
this.running = false;
if... -
23 May 2012 2:52 AM
- Replies
- 9
- Views
- 3,068
Thanks it works. I just have another question.
When I reload the node and the name changed. The tree node keeps the old name, actually it's the "text" property. Should I put the record property... -
22 May 2012 3:32 AM
- Replies
- 9
- Views
- 3,068
Yes but it change the data of my node and I don't want to change the data, I just want to refresh.
Is there any other way to make a refresh rather than update the node ? -
22 May 2012 3:21 AM
- Replies
- 5
- Views
- 1,498
I just make a git repository with my specific problem: https://github.com/cbou/extjs-nodejs-tree-panel-test
It would be nice if someone can take a look :) -
21 May 2012 7:01 AM
- Replies
- 9
- Views
- 3,068
but it will make an update request, is it possible without that ? Just make a GET request to the server for a specific node.
-
21 May 2012 1:40 AM
- Replies
- 5
- Views
- 1,498
Would be nice if someone can help :)
-
21 May 2012 1:39 AM
- Replies
- 9
- Views
- 3,068
Would be nice if someone can help :)
-
20 May 2012 4:40 AM
- Replies
- 2
- Views
- 816
Is it possible to add Comment and annotation like Javadoc style from Sencha Architect:
/**
* @author Firstname Lastname <address @ example.com>
* @version 1.6 (the... -
19 May 2012 12:47 AM
- Replies
- 9
- Views
- 3,068
I would like to refresh a node of a tree.I try something like that to refresh the root and it worked:
this.getStore('MyTreeStore').load({ params: { id: this.getId().getValue()} });
But now I... -
19 May 2012 12:44 AM
- Replies
- 5
- Views
- 1,498
In my application, the user can add some nodes to a tree node. The tree is connected to a store which has autoload and autosync true.The code to add a new node is this one:
var window =... -
11 May 2012 12:16 AM
Jump to post Thread: Refresh Tree Store by charles.bourasseau
- Replies
- 2
- Views
- 588
I figure out why it does not worked. I was doing 2 times the refresh...
Thanks. -
10 May 2012 9:46 AM
Jump to post Thread: Refresh Tree Store by charles.bourasseau
- Replies
- 2
- Views
- 588
Hi,
how to refresh a Tree Store ?
I tried to do like that:
Ext.getStore('myStore').setRootNode({child: []});
And then the Store will request the Server to have children but sometimes it... -
21 Apr 2012 8:30 AM
- Replies
- 5
- Views
- 1,319
I just try my code with Extjs 4.1 rc3. It's may be a feature :p
Here is the best I could find: http://jsfiddle.net/charlesbourasseau/cKv6b/
A small problem is that there is a small space... -
21 Apr 2012 8:17 AM
- Replies
- 5
- Views
- 1,319
Hi,
I just solved the second problem.
http://jsfiddle.net/mp35b/
It was just a small css problem :) -
21 Apr 2012 6:08 AM
- Replies
- 5
- Views
- 1,319
Thansk for your answer :)
I found the first problem, it was a stupid one.
I set an id in the definition of the EditorPanel. With 2 Tab there are 2 Elements with the same id, it solves the...
Results 1 to 25 of 33
