Search Type: Posts; User: berend

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Same problem here...

    Composite fields have quite a few issues it appears, as this is the Xth problem I have with them.
  2. Exactly same issue here. Whatever I've tried so far, hasn't worked.
  3. Replies
    19
    Views
    30,551
    And the resolution is that I didn't have a


    type: "date"

    property in my Ext.data.Record definition.
  4. Replies
    19
    Views
    30,551
    Exactly the same thing here. Get NaN/NaN/NaN. Input is Y-m-d (in the XML passed in), record definition has dateFormat: "Y-m-d"; renderer should display it in d-m-Y just as above.

    But doesn't work.
  5. Just tried this. But it is not a good solution, as it looks like text, but it isn't. When you try to select text with the mouse for example, it doesn't work (FF 3.1 on Linux). It's much better to...
  6. Tried this fix with ExtJS 2.2 as I seem to have exactly the same issue, but it didn't work for me. I tried it with IE 6 however, so perhaps IE7 works.
  7. Unfortunately the patch doesn't work in my case. I've a GridPanel embedded in a tab panel. Only setting an explicit height gets my both the horizontal and vertical scrollbar. autoHeight gets a grid...
  8. Replies
    834
    Views
    312,286
    Does anyone have a link to the latest version of this datetime control? I wrote something myself, but better to use something that might become official.
  9. Replies
    5
    Views
    8,185
    That's why I put up the second version to avoid people thinking it's the load time. Unfortunately that is not the issue here.

    Just try the second version and you'll see nothing is loaded this time...
  10. Replies
    5
    Views
    8,185
    Hi Guys,

    I've put up a better example, with two buttons, so it's clear it's not the load time, nor the JS parse time that's the issue, but only the render time:

    ...
  11. Replies
    5
    Views
    8,185
    Hi Guys,

    Yesterday I encountered a show stopper in an applilcation with close to 400 fields. I've put up a sample application here:
    http://www.berenddeboer.net/tmp/large_form_performance.html
    ...
  12. Great stuff Brian. Thanks for a responsive ExtJS team. I definitively made a good choice when selecting ExtJS for my applications.
  13. Sorry, visit these forums only irregularly.

    Brian, I'm using the override of Ext.form.Action.Submit.run and that does exactly what I need.

    Cheers,

    Berend.
  14. Hi Guys,

    Trying to make an app work with IE6. Huge pain, surprisingly ExtJS doesn't give a developer more support in writing browser independent code.

    Anyway, stumbled upon this issue. You will...
  15. Found the solution. If I put:


    hideMode: 'offsets'

    in the tabpanel, it works.

    (my tabpanel had two tabs with xtype form and both forms had an HTML editor).

    Now all form data is loaded in...
  16. Please, can we get some response on this? Lots of posts on this issue. But no solutions.
  17. Replies
    8
    Views
    2,790
    Same problem here. Also need deferredRender and have the HTMLEditor in a tab. Uncaught exception in anything using gecko.
  18. Hi Guys,

    I have a form with a combox, where the combobox potentially can have a lot of data. And often the user might not want to open the combobox. It appears that if you load the form with XML...
  19. Replies
    677
    Views
    252,604
    In http://extjs.com/deploy/dev/examples/tree/column-tree.html there is no link to the not minified http://extjs.com/deploy/dev/examples/tree/column-tree.js.
  20. Replies
    677
    Views
    252,604
    The docs for Action.failureType are weird. Contents is:


    The type of failure detected. See {@link #Ext.form.Action-Action.CLIENT_INVALID CLIENT_INVALID}, {@link...
  21. Really? So a request like "/customers?=", yes that what it looks like, is a sane request?
  22. Let me add the workaround for people who really don't want parameters. Just add this parameter when creating your Ext.data.Store:


    listeners: {beforeload: function (store, records, index) {...
  23. Hi All,

    I think it should be possible to have a Combobox that loads its data without sending the "query" parameter. This is not possible now. I suggest that when queryParam has been set to an...
  24. Replies
    6
    Views
    15,412
    Posted in wrong forum it seems, this should have been in the 2.0 forum.
  25. Replies
    6
    Views
    15,412
    Screenshot.
Results 1 to 25 of 42
Page 1 of 2 1 2