Search Type: Posts; User: goldledoigt
Search: Search took 0.02 seconds.
-
10 Jul 2012 6:11 PM
Jump to post Thread: Sencha server not working ?? by goldledoigt
- Replies
- 16
- Views
- 3,394
down again ?
-
6 Jul 2012 8:29 AM
Jump to post Thread: Sencha server not working ?? by goldledoigt
- Replies
- 16
- Views
- 3,394
Looks fine now, sync succeed !
Thanks guys :) -
6 Jul 2012 5:23 AM
Jump to post Thread: Sencha server not working ?? by goldledoigt
- Replies
- 16
- Views
- 3,394
I have currently an error on store sync after "authorized":
INFO: Ext.io.data.Proxy.sync: Start sync of database: xxx app.js:1
INFO: client-pubsub: 6IyQiJUA25wBIx6LxlVNGxFEd0xbLx subscribed to... -
22 Feb 2012 5:54 AM
Jump to post Thread: is bodyStyle gone? by goldledoigt
- Replies
- 2
- Views
- 959
bodyStyle is still alive, take a look to initBodyStyles in Ext.lib.Panel.
Be careful, bodyStyle has to be a String. -
8 Nov 2011 2:14 AM
Jump to post Thread: ExtJS vs SproutCore by goldledoigt
- Replies
- 3
- Views
- 2,530
Hello all,
I created a small project to try to compare the different aspects of javascript framework existing in the market. For now the comparison stops at ExtJS 4 and SproutCore 2 but I hope to... -
20 Oct 2011 8:27 AM
- Replies
- 140
- Views
- 73,433
My company REVOLUNET will be glad to organize the french Sencha / Ext JS meetup somewhere in Paris !
We still need to find a good place and a good date ... coming soon ! -
1 Mar 2011 12:12 PM
Jump to post Thread: Quickprez Live Presentation by goldledoigt
- Replies
- 3
- Views
- 1,964
You can take a look at this post.
-
3 Nov 2010 4:30 AM
- Replies
- 7
- Views
- 3,988
The same thing can't work without HTML5 D&D. The system D&D allows the browser to read the file content. As far as I know, file browsing upload process can't do that, you will have to wait for the...
-
6 Oct 2010 1:31 AM
- Replies
- 3
- Views
- 1,703
Thank you so much Mark
-
30 Sep 2010 7:32 AM
Jump to post Thread: Quickprez Live Presentation by goldledoigt
- Replies
- 3
- Views
- 1,964
Hello all,
I would like to present to you a project I am working on. Interface is full Ext. I use ExtJS for the admin interface and Ext Core for the client page.
The project is named Quickprez,... -
13 Aug 2010 3:42 PM
- Replies
- 7
- Views
- 3,988
It now works with quoted strings.
Thanks to you Joeri and to kirtan.
code updated. -
12 Aug 2010 5:06 AM
- Replies
- 7
- Views
- 3,988
Hello all,
This is a grid's plugin to import data from CSV to grid's store.
It uses HTML5 native drag & drop and FileReader.
This plugin works with FireFox 3.6+ and Chrome 6 (dev channel) only.... -
10 Mar 2010 6:10 AM
- Replies
- 8
- Views
- 2,890
It works great, thank you for sharing.
Because, as far as I know, "valueField" is not mandatory I had to change this :
var rec = this.store.query(this.valueField, this.getValue()).itemAt(0);... -
22 Feb 2010 3:05 AM
- Replies
- 6
- Views
- 1,388
I guess you can simply override the element style with help of "getRowClass" from Ext.grid.GridView.
-
22 Feb 2010 1:27 AM
- Replies
- 6
- Views
- 1,388
OK I got you ... sorry for my brain delay.
To get the expected result I had to change the underlying div element of the cell like this:
.x-grid3-cell-inner, .x-grid3-hd-inner {... -
22 Feb 2010 1:06 AM
- Replies
- 6
- Views
- 1,388
If you expect multiple rows :
Add something to break the line (<br />)
Please try in your grid config :
autoHeight:true
var grid = new Ext.grid.GridPanel({
autoHeight:true, -
22 Feb 2010 12:57 AM
- Replies
- 3
- Views
- 979
var value = store_missao.getAt(rowIndex).get("missao");
? -
21 Feb 2010 11:23 PM
- Replies
- 9
- Views
- 1,815
my pleasure
-
21 Feb 2010 11:21 PM
Jump to post Thread: Setting input headers by goldledoigt
- Replies
- 7
- Views
- 1,076
To understand better how it works you should take a look to jsonp.js from this Ext Core example :
http://www.extjs.com/playpen/ext-core-latest/examples/jsonp/
I hope this can help you. -
19 Feb 2010 8:08 AM
Jump to post Thread: Panel example with 3.0 by goldledoigt
- Replies
- 11
- Views
- 1,317
As far as I know Viewport accept any type of layout.
Only BoderLayout handles regions.
no ? -
19 Feb 2010 8:04 AM
- Replies
- 10
- Views
- 1,856
To add my stone to the topic ... my experience is that chrome is most of the time faster than FF to run Ext scripts ... with or without firebug.
-
19 Feb 2010 3:45 AM
- Replies
- 4
- Views
- 1,262
my pleasure
-
19 Feb 2010 3:26 AM
- Replies
- 4
- Views
- 1,262
I guess you have forgoten something ...
plugins: expander -
19 Feb 2010 3:14 AM
Jump to post Thread: icon for panel: doesn't work by goldledoigt
- Replies
- 8
- Views
- 1,419
No offense but are you sure the relative path to your png file is correct ?
Use help of firebug (inspect) to check it out. -
19 Feb 2010 2:08 AM
Jump to post Thread: xtype or new by goldledoigt
- Replies
- 1
- Views
- 509
I guess if you use xtype there will be no instance of the object (new) until it is shown or rendered.
Results 1 to 25 of 48
