Search Type: Posts; User: rbrecheis

Search: Search took 0.01 seconds.

  1. Hi,

    I have a GXT chart displaying line curves for a given X and Y data range. Now I want to add a sprite to the chart to show at a specific point. I can add such a sprite using pixel coordinates...
  2. Hi,

    I'm trying to display a line curve using GXT chart. It's a very nice component but I cannot get the X-axis to adjust its range correctly. My data X-values have a range of 65 to 185 but the...
  3. Replies
    23
    Views
    3,402
    Nice work :)
  4. Replies
    23
    Views
    3,402
    Hi,

    I'm not sure whether the duplicate nodes are really "outside" the parent map. They have the same indentation as the nodes which are supposedly "inside" the parent map. If they are really...
  5. Hi,

    I have a problem with GXT SimpleComboBox which I'm not sure is a bug or a (unexpected) feature. I have the example code below, which should work out of the box if you put it inside...
  6. Thanks very much for your input!
    You have a great library.

    Ralph
  7. Hi Colin,

    Thanks very much for your help. Your suggestions have indeed solved the problem. I'm no longer using the HBoxLayoutContainer. Whenever I have multiple buttons inside the <client:button>...
  8. Hi Colin,

    Thanks for your reply. I'll see what I can do about this stand-alone testcase. In the meantime, it might be interesting for you to know that this issue seems to appear primarily inside a...
  9. Hi Colin,

    Right, of course, 3.0.0-rc comes _before_ 3.0.0 :) Indeed I noticed that 3.0.1 does not show this particular problem. Both 3.0.0 and 3.0.1 do have style/rendering issues for TextButton...
  10. Hi,

    I'd just like to report a small issue/bug with TextButton in GXT versions 3.0.0 and 3.0.1. It is not rendered entirely right (see screenshot). The bottom border of the button seems to be...
  11. Hi,

    I'm using GXT 3.0.0-rc2 (using Maven) and I still have this error. I didn't realize you guys had a post on it already so I submitted another one. I'm working in Firefox as well because Chrome...
  12. Hi,

    I have a GXT combobox which I fill up with items, specifically ComboBox<ProjectItem>. When I load my application page the combo box gets properly filled and when I expand it I see the item or...
  13. Hi,

    I have a list widget based on Grid and GridInlineEditing. Whenever I add a TextField editor for a given column config (together with a Converter<Double, String>) the GridInlineEditing...
  14. As additional information, if I just use Grid<String> and no custom Cell then the selection works correctly. So it has something to do with the IconAndText <-> IconAndTextCell interaction. Just for...
  15. Hi,

    I'm having a pretty basic problem with GXT 3.0 Grid. Whenever the grid displays for the first time I can select a row (which colors it blue). I attached a selection handler to the grid's...
  16. Hey, thanks for all your tips.

    For now I want the logout label just to say 'Logout', nothing fancy. I'm not too fond of using just icons. Unless people are really used to a given icon they are...
  17. Hey,

    Ok well, as I said, I'm having some trouble getting the GWT dev mode plugin running in Chrome but just to explain, the reason I'm using a Label in the ContentPanel's header is that I want to...
  18. I'm running into some Chrome troubles right now so I need some time to continue on this visibility problem. Apparently Chrome updated itself without asking and now it won't load the GWT development...
  19. Uhm, do you mean GWT development mode? I run my app using Maven (mvn gwt:run). But now that you mention it I could try running it outside dev mode, using mvn gae:run..., and see if that works but...
  20. Hi,

    I'm trying to add a GWT label to ContentPanel's header as follows:

    Label label = new Label("Click");
    ContentPanel panel = new ContentPanel();
    panel.addTool(label)

    When the content...
  21. Ok thanks,

    We'll have to wait then.

    Rlp
  22. Hi Sven,

    I'm sorry but the GXT requestfactorybinding example is not clear to me. I don't understand what's going on there. I see no explicit usage of the RequestFactoryProxy but I suppose that the...
  23. Hi,

    I actually have the same question as Roland. I have the following code so far:



    Request<List<ArticleProxy>> request = this.factory.getRequestFactory().articleService().listAll();...
  24. one pom file.... coming right up
    btw. this pom file is still under construction, please do not use it
    in commercial applications :D
  25. I seem to have read something somewhere about a gxt-resources.jar file. Could it be GXT 3.0 dp2 requires that? All the resources are in the WAR file so that does not seem to be the problem

    Rlp
Results 1 to 25 of 25