Search Type: Posts; User: christophe.geiser
Search: Search took 0.03 seconds.
-
17 Apr 2013 12:52 AM
- Replies
- 3
- Views
- 389
+ one for having a look at this bug.
When you have complex forms within box and with scrollbar, it makes your form jump on any field updates - quite annoying.
Thanks for the proposed fix, it... -
29 Mar 2013 7:09 AM
- Replies
- 1
- Views
- 150
Hi all,
When registered via QuickTipManager, and showed with delay, qtip are never displayed because the lookup to registered targets is not set properly in targetTextEmpty.
Fix (QuickTips.js):... -
18 Feb 2013 1:02 AM
- Replies
- 4
- Views
- 596
Thanks a lot for your answer Animal, it forced me to successfully revise and simplify part of my code.
The problem was that I had to use the renderTo trick under 4.1 because there was a rendering... -
16 Feb 2013 10:38 AM
- Replies
- 4
- Views
- 596
For what it's worth, here is a dirty/quick fix (the problem in this situation is that we don't have a floatParent, even though we should calculate the position relative to a constraining parentNode...
-
16 Feb 2013 1:57 AM
- Replies
- 4
- Views
- 596
Hi all,
I have some difficulties to make this component combination work again with 4.2. The test case below should illustrate the fact that the positioning of the floating panel within the window... -
15 Feb 2013 8:16 AM
- Replies
- 2
- Views
- 221
Right, sorry my post was not clear.
The current type for 'checked is 'auto'. What I ask is to modify it to what is proposed in this post (type: 'boolean', ...)
Cheers,
C. -
14 Feb 2013 7:55 AM
- Replies
- 1
- Views
- 190
Great to see a RC ! thanks
There is a problem with plugin instantiation. We use to have a ref to cmp initiating the plugin during construction - it is not the case anymore.
We could have,... -
13 Feb 2013 3:11 PM
- Replies
- 2
- Views
- 221
decorate node should make checked fields boolean, no convert:
{ name : 'checked', type : 'bool', useNull: true, persist : false}, // , convert: null },
This is necessary when... -
13 Feb 2013 2:44 PM
- Replies
- 1
- Views
- 144
Took me a while to find the culprit.
Few thing with this method:
1- the return value of (node.raw || node[node.persistenceProperty])[(reader = me.getProxy().getReader()).root]) is likely to... -
13 Feb 2013 9:36 AM
- Replies
- 2
- Views
- 254
Thanks for the answer
Yep, thought about it, but the compile is crying since 'Ext.data.Connection' requires 'Ext.data.flash.BinaryXhr'.
C.
P.S. Just to make sure that what I did is actually... -
11 Feb 2013 4:47 AM
- Replies
- 2
- Views
- 254
Hi,
I somehow can't find a way to remove swfobject dependency from the result of a built (seems to be introduces from 'Ext.data.Connection' that requires 'Ext.data.flash.BinaryXhr'). But I don't... -
10 Feb 2013 7:51 AM
- Replies
- 1
- Views
- 308
Trying to use simple sencha command line, without success here
Isn't this command supposed to minify a source file :
> sencha fs minify -f app.js -t app.min.js
Console answers (same... -
9 Jan 2013 12:56 PM
Jump to post Thread: ExtJS French community by christophe.geiser
- Replies
- 53
- Views
- 11,476
Et un de plus a Lyon ; )
C. -
2 Jan 2013 11:50 PM
- Replies
- 5
- Views
- 1,030
Thanks for the answer, and oups...
Downloaded what I thought to be the latest version from "ExtJS 4.1 beta 2 is available", first post in "ExtJs 4.2.0" Forum !
Base.borrow looks fine in 4.2.0.... -
2 Jan 2013 1:26 PM
- Replies
- 5
- Views
- 1,030
Yes, this is definitively a bug - and potentially a serious one if your app use borrowing methods. Only the last member will be applied/borrowed:
Ext.onReady(function(){
Ext.define('C1', {... -
17 Dec 2012 1:24 PM
- Replies
- 3
- Views
- 610
Thanks a lot for this detailed answer !
The way I see this for the moment - and that was the reason for the post - is that I do not have the impression this part of the code is solid enough. I... -
17 Dec 2012 9:09 AM
- Replies
- 3
- Views
- 610
Hi all,
Thanks for the 4.2.0 beta release.
I have seen that id management has undergone significant changes compared to 4.1 version. It is not that I am against any improvement over the... -
17 Dec 2012 7:26 AM
- Replies
- 1
- Views
- 237
Destroying a resizable component causes error when is has been initiated with custom handles config.
Workaroud:
// BUG : trying to remove non-existing resizer handles... -
29 Nov 2012 9:54 AM
- Replies
- 4
- Views
- 1,975
Oh, yes, was hoping somebody would have the courage to tackle this idea ! Great
C. -
28 Nov 2012 1:42 PM
- Replies
- 2
- Views
- 604
Thanks for the answer.
I am not sure I get why creating an abstract component would solve the problem of having non-primitive config object filling-up the prototype and hence shared by all class... -
26 Nov 2012 3:08 PM
- Replies
- 2
- Views
- 604
Hi all,
I like not to be forced to write setters and getters - and hence the idea of a config object that populates its own functions. However the current implementation has a problem imho with the... -
12 Nov 2012 10:57 AM
- Replies
- 7
- Views
- 1,456
Thanks for the explanation on this one, but I am not getting the point. Is it possible to get a practical case where xtypes containing "." and Ext.componentQuery do conflict ?
This limitation is... -
12 Nov 2012 8:00 AM
Jump to post Thread: index.html as valid xml by christophe.geiser
- Replies
- 0
- Views
- 175
Hi all,
This is a very simple request: please make sure that index.html produced by sencha build is valid xml (basically, just ensure that <meta/> elements are properly closed).
Reason for... -
12 Nov 2012 7:54 AM
- Replies
- 0
- Views
- 181
Hi all,
This is certainly smth stupid I am not getting ...
I am testing sencha cmd to see if I can automate some of my app deployment tasks and am somehow unable to make a build when the touch... -
24 Oct 2012 11:28 PM
- Replies
- 17
- Views
- 4,372
Excellent, thanks .
Results 1 to 25 of 119
