Search Type: Posts; User: Ezor

Search: Search took 0.03 seconds.

  1. Bump, i can confirm, it's not fixed in 4.07 !
  2. Hello,

    Any news about this bug ? I'm getting the exact same thing displaying charts on the fourth panel of my carousel.:-?
  3. The following code is working for me :


    store.proxy.extraParams = {month:12, year:2010};
    store.load();
  4. Thanks for the link. Do you have a similar opensource project for the java language ? (I imagine you are using a similar project for the gxt docs)
  5. This is fixed in the 1.0RC thanks.
  6. Hello,

    I'm getting the same kind of problem using the "RGRAPH" library to draw chart in canvas. On each graph i can "tap" to display tooltip or any kind of information about the part of the chart...
  7. Hello,

    On iPad/Google Chrome, the popup of a Ext.form.Select has a incorrect height if there is too many items (more than the screen can display).

    I'm using a store to populate the Select :
    ...
  8. Same problem here as you can see on the following screenshot.
  9. Thanks
  10. Hello,

    As you can see on the following print-screen, when i expand the popup of a combobox, the selected item in the list is not the item corresponding to the rawvalue (ADC) but the next item...
  11. Hello,

    Using binding with ComboBox throw a ClassCastException cause the FieldBinding call the "setValue" method on ComboBox field with a String value in parameter and setValue is waiting for a...
  12. Hello,

    On Chrome, rows in TreeTable are empty, you can reproduce the problem on the gxt 1.2.4 demo.

    Probably a bug on old version of webkit cause i don't have this problem with safari 4 (both...
  13. Just use the StoreFilterField Component and add it to your toolbar (or anywhere :D )


    // Gestion des filtres
    StoreFilterField<BaseModel> filter = new StoreFilterField<BaseModel>() {
    ...
  14. This is a good news, any idea of a date for the next release of GXT with all that fixes ?

    Thanks
  15. Hello,

    As you can see on the following screenshot, i'm getting a problem with popup position of combobox. It work properly on IE7/8 and Firefox but it does'nt on Chrome and Safari (webkit).

    On...
Results 1 to 15 of 15