Search Type: Posts; User: Nicolas BUI
Search: Search took 0.01 seconds.
-
17 Jan 2012 11:55 AM
- Replies
- 140
- Views
- 73,455
No active French User group or Meetup ?
-
5 Dec 2011 1:54 PM
- Replies
- 2
- Views
- 1,241
Wow ! I didn't know that there is a market dedicated to extensions ! I'll make the code a bit cleaner and add documentation before publishing.
Thank you :) -
4 Dec 2011 12:53 PM
- Replies
- 2
- Views
- 1,241
Hi dudes,
I've develop quiickly a little grid feature to display the summary data on top (directly beside the group title) instead in the bottom.
I've try to make it as clean as possible, but... -
2 Dec 2011 6:51 AM
- Replies
- 1
- Views
- 449
Hi,
I'm having a strange problems with Pie chart. The Pie rendering is completly messed.
29763
It happen wehn there are only one value greater than zero.
Have anyone fixe this yet ?
... -
3 Mar 2011 2:06 AM
- Replies
- 1
- Views
- 1,229
When developping complex application, you will find yourself struggle with IE random error (sometime making application break).
I have identified some of the random bugs :
- animation sometime... -
24 Feb 2011 5:20 AM
Jump to post Thread: Porting Aristo to Ext JS by Nicolas BUI
- Replies
- 12
- Views
- 3,684
Is this project dead already ? It's a great idea, if you need some help, I'll here :)
-
22 Feb 2011 12:57 AM
Jump to post Thread: Params to Store by Nicolas BUI
- Replies
- 1
- Views
- 740
Hi,
According to the documentation, you would do that way :
var storeVersion = Ext.create('Ext.data.Store', {
model: 'Version',
autoLoad: true,
proxy: {
type:... -
4 Feb 2011 2:07 AM
- Replies
- 2
- Views
- 834
with the actual XmlReader, you have to do so :
var store = new Ext.data.XmlStore({
url: "your url",
record: 'topic'
fields: [
'ASIN',
{ name: 'InfoAuthor', mapping:... -
14 Jan 2011 7:50 AM
- Replies
- 3
- Views
- 1,186
I'm 100% agree with you about the title ... I had no inspiration about the title :)
-
14 Jan 2011 2:19 AM
- Replies
- 3
- Views
- 1,186
-- Updated : change post title suggested by devtig (thank you!)
While developping a complex interface, you are surely (as all of us) use lazy instanciation through xtype.
ex: {xtype:... -
30 Oct 2010 1:47 AM
Jump to post Thread: ExtJS Tutorial in French by Nicolas BUI
- Replies
- 0
- Views
- 576
Hi,
To express my passion to RIA tech and particulary with ExtJS, I've decide past week to start a series of ExtJS tutorials (French only actually) on my new blog (I've found a motivation to... -
29 Oct 2010 2:07 AM
Jump to post Thread: Ext.ux.FlatJsonTreeLoader by Nicolas BUI
- Replies
- 0
- Views
- 657
Hi,
I post here a custom treeloader, I've use it in one of my project. I've needed to load a big tree and expand all the node at once, the default tree took so much time and use tons of ajax... -
22 Oct 2010 3:41 AM
- Replies
- 1
- Views
- 423
I've just encounter a strange things (bug or not?). After few hours reading API and testing, I've found an alternative solution, so I'm not fully satisfied as I want a clean base configuration.
Can... -
18 Oct 2010 12:17 AM
Jump to post Thread: Grid header filters by Nicolas BUI
- Replies
- 169
- Views
- 88,392
@scottmartin : you are right, in come case, my fix won't work as you can ends with infinite loop...
Actually the filter render directly in the header cell ... that's not a good idea becase it... -
14 Oct 2010 4:45 AM
- Replies
- 27
- Views
- 11,937
Hi,
I've just post a solution to the GridHeaderFilters rendering problem here http://www.sencha.com/forum/showthread.php?41658-Grid-header-filters/page8
Simply change from "render" to... -
14 Oct 2010 4:40 AM
Jump to post Thread: Grid header filters by Nicolas BUI
- Replies
- 169
- Views
- 88,392
Hi,
In fact, as what i can see (debugging), the grid headers is rendered 2 times ?
So the first time, the plugin is well rendered as the header is here (with firebug, header TDs has id).
But...
Results 1 to 16 of 16
