Search Type: Posts; User: icfantv

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    221
    ok, so i see one problem: your code for rpc proxy says you are returning a paging load result bean of type reports list but based on your firebug output you are returning a reports list only. your...
  2. Replies
    1
    Views
    103
    You might talk about why MiGLayout is better than any of the pre-existing layouts within GXT and provide use cases for where one might use it.

    Additionally, side-by-side comparisons between any...
  3. If you are using spring security on the server side, there are a few things you can do to make your life easier on the client-side:

    First, there is no such thing as client-side security so...
  4. Please do not cross post your questions. See my response to your other thread here: http://www.sencha.com/forum/showthread.php?263599-Cannot-fill-Grid
  5. Yes, the problem is that your code is out of sync. You need to do a full clean, rebuild, and redeploy. We see this error all the time - it's annoying but it's definitely a user error.
  6. Remember, even though you're doing GXT/GWT programming, you're working in Java land, so the same rules of Java apply. If you want a reference to something you will have to provide it or provide a...
  7. Replies
    4
    Views
    221
    Using Firebug, can you confirm that the RPC call is returning the data back to the client? You can look at the response body and you should see a list of items akin to:


    ...
  8. Replies
    1
    Views
    91
    The API for Grid and ColumnModel are mostly immutable with respect to changing the columns and explicitly does not allow adding new columns (though columns can be hidden via the API).

    You would...
  9. The offset is not reset to zero when you're using the built-in grid header menus to access your filtering because you might keep changing the same field.

    Easiest way to fix this in this event...
  10. First, please note that our filters are separate from our grid in that we do not have them tied to the grid header menu - this gives us full control over the widgets but requires that we manage the...
  11. Replies
    10
    Views
    2,125
    @mportela and @maneljn, this is a GXT forum, and your response was for EXT JS. Please take a few seconds to look before posting. Thanks.

    To get the arrow to display in the column header, see...
  12. A more in-depth explanation of what? You can change the icon based on state without touching the CSS. You just need to add the appropriate listeners. Also, what do you mean by "table frame?" I...
  13. Hi, please read this forum post for an idea on how this might be accomplished:

    http://www.sencha.com/forum/showthread.php?194900
  14. Replies
    2
    Views
    207
    Hi, please see the following:

    http://www.sencha.com/forum/showthread.php?252132
    http://www.sencha.com/forum/showthread.php?248421
    http://www.sencha.com/forum/showthread.php?177964
  15. Replies
    1
    Views
    196
    I can't speak to the ID issue but the value returned by getPath is used in SortInfo so if you do server-side sorting, this is what's sent to the server.

    Additionally, if you are using the...
  16. In what type of container are you placing the widget? What does your layout tree look like?

    Try creating a simple, test EntryPoint and adding this widget directly to RootPanel (i.e., sans...
  17. Before I say anything, I would strongly suggest evaluating the need to modify the styles and or themes. I.e., is it something you can live with for now? That said...

    A theme creation tool is on...
  18. Ok, that's outside the realm of my expertise. You might want to pop on #extgwt on Freenode to ask your question. You might get more of an immediate response.
  19. Replies
    20
    Views
    690
    Hmmm, you shouldn't have to add it to a FramedPanel to get the behavior...If you use SimpleContainer (and again, you shouldn't have to) instead does it still work?

    We are doing the reverse and...
  20. I've been informed that it's in the chart API which I have no direct experience with. If I understand you correctly now, you are asking about the width of the bar in the chart, not the actual width...
  21. Bonjour. Pouvez-vous s'il vous plaît parlez anglais? That was from Google translator so if it's terrible French, I appologize, but blame them. :-)

    If Google Translator is working correctly, my...
  22. Right, I understand. I'm not sure how to set the arrow to indicate the initial sorting, but for the filters, if you have your initial grid load done via something like:



    Grid<M> g = new...
  23. Replies
    20
    Views
    690
    UPDATE: you're sure none of those widgets have an explicit size set on them?

    Hmmm, that looks right. My only other suggestion at this point would be to try and load this into as basic a...
  24. I know I've seen something before, perhaps even here in the forums, about the sorting arrow problem. It has been asked before.

    Regarding filters. There is no built-in mechanism for the server to...
  25. Replies
    20
    Views
    690
    Ahhh. I did miss that. You can see how given the volume of code that was included. In the future, please consider using the #-sign button in the tool bar to paste in code. It will format it, and...
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4