Search Type: Posts; User: goldledoigt

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    3,394
    down again ?
  2. Replies
    16
    Views
    3,394
    Looks fine now, sync succeed !
    Thanks guys :)
  3. 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...
  4. 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.
  5. 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...
  6. 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 !
  7. Replies
    3
    Views
    1,964
    You can take a look at this post.
  8. 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...
  9. Thank you so much Mark
  10. 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,...
  11. It now works with quoted strings.
    Thanks to you Joeri and to kirtan.

    code updated.
  12. 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....
  13. 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);...
  14. I guess you can simply override the element style with help of "getRowClass" from Ext.grid.GridView.
  15. 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 {...
  16. 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,
  17. var value = store_missao.getAt(rowIndex).get("missao");

    ?
  18. my pleasure
  19. 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.
  20. Replies
    11
    Views
    1,317
    As far as I know Viewport accept any type of layout.
    Only BoderLayout handles regions.

    no ?
  21. 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.
  22. my pleasure
  23. I guess you have forgoten something ...

    plugins: expander
  24. 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.
  25. 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
Page 1 of 2 1 2