Search Type: Posts; User: pouniok

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Having the same issue on Ext 3.4.0.

    Did you find a solution to that problem ?
  2. Hello,


    Is it possible to have a combobox with mode: 'remote' to load data (and show the load mask), but use local filtering when the user type something in the box ?

    I load all useful data,...
  3. Hello,


    I have a PieChart, higher than larger, and the chart is automatically set to the center of the component.

    I was wondering if it's possible to have a chart with height = 400px, width =...
  4. Thanks :)

    Fix working. (For me, it seems like ext4 standalone add a strict mode when in firefox, because my DTD is transitionnal)
  5. Hi,

    I'm facing the same problem with headers not scrolling.

    Could you share your edited iScroll ?



    Thanks ;)
  6. Replies
    25
    Views
    14,618
    Hi,

    Just wanted to add a link to a blog post that show the implementation of iScroll in ExtJS App with only 10 lines of code :...
  7. Replies
    16
    Views
    12,902
    Hi,



    I was wondering if someone tried this plugin with toolbar enableOverflow set to true ?

    When my screen is too small, the search field is hidden, but when I click on the overflow button,...
  8. Hi,


    I was using Ext 4.0.7 in Sandbox mode with an Ext 3.4 app, and after upgrading to 4.1, it seems the ext-sandbox.css has changed because my application looks really strange.

    If I look at...
  9. Hi,


    I was wondering if it was possible to add a marker at a point, like :


    chart.addMarker({
    bottom: new Date(2012, 4, 10),
    left: 80
    });
  10. I'm getting this issue with Ext 4.0.7 sandbox mode and Ext 3.4.0.

    I don't know how to fix it, so for the moment, I just add a config line into each ext4 object :
    id: Ext4.id()

    Better solution...
  11. Thanks, your fix is working !
  12. Hi,


    After migrating from Ext 3.3.1 to Ext 3.4 (for IE9 support), I lost all my right click menus in GridPanels.

    The error thrown is : "this.indexOf is not a function" referring to...
  13. Thanks, I'll try it. It's strange because it's working in Firefox :)
  14. Hi,

    I'm trying to make a template work on IE, Safari and Chrome. The problem is identified, but I'm not able to fix it.

    Here is my template, with the problem in red :


    <div>
    <div...
  15. Replies
    393
    Views
    124,382
    It's working now !

    So if someone, like me, calls its grids without any request but by instantiating new objects, you can handle state with only that code in your main page header :


    ...
  16. Replies
    393
    Views
    124,382
    Ok, thank you for the information.

    Do you know if loading the state in the initComponent of my grid is too late ?
  17. Replies
    393
    Views
    124,382
    Hi,


    After reading a lot of pages of this topic, I didn't find anybody having my problem.

    It seems that everybody can load the entire states of all the application grids in one time, and...
  18. Just to add that the problem seems Fixed in Ext 3.3.1, but if you are saving state in a database, you should have to clear it to make it work.
  19. I was wondering why my columns coulnd't be sorted anymore in Ext 3.3, and came to the conclusion that it was a state restoring problem.

    Reproducible with the Array Grid (...
  20. Hi,

    I've found a change Between Ext 3.1.1 GridFilters.js and Ext 3.3.0 GridFilters.js :

    In function addFilters, line 575 has changed


    from : filter.type = filter.type ||...
  21. Yeah, that's a bit like accordion layout :)

    But I was thinking about something different with fieldsets, and thought that It might be possible as it is with drag & drop !


    I'll deal it another...
  22. Hi,


    I was wondering if there is a way to make a list of VBox panels move up and down with an effect ?

    For example, I have 3 collapsed panels aligned vertically, and when I expand one, I want...
  23. Hi,


    While upgrading from Ext 3.1.1 to Ext 3.2.1, we faced a problem with the GridFilters plugin.

    To explain, we have a FormPanel with some fields, and when we type in those fields, it...
  24. Hi,

    I'm facing the same problem, did you find a solution ?

    Thank you.
  25. This thread saved me 1 year later :p

    Thank you !
Results 1 to 25 of 64
Page 1 of 3 1 2 3