Search Type: Posts; User: Mike_javaJunior

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. I have an app where I create a dialog box if one button clicked. But then, when I created buttons like this:

    Dialog.setButtons(Dialog.OKCANCEL) how to handle the event that the "ok" Button is...
  2. this seems to me that I've found the part of the answer at: http://stackoverflow.com/questions/10575430/straightforward-example-for-loading-data-into-a-sencha-gxt-3-0-liststore-using/10577161#10577161
  3. you are right. It would be very nice of sencha to produce something like a table which shows how main classes of sencha match to the classes from com.extjs package. or how to realise the main...
  4. Hi. I'm trying to change the gxt version of my application from 2.2 to 3.0.1 and this made me a lot of trouble. GXT 3 is designed to make the ui better and developer's life easer, but I don't agree...
  5. Replies
    3
    Views
    685
    Thank you very much. You helped me a lot. You said to add that to the css, but I didn't manage to do this. I mean, it doesn't work, but I added that I need to the template like:

    '<div...
  6. Replies
    1
    Views
    484
    Oh, the solution differs from what I thought. But I've found it
  7. Replies
    3
    Views
    685
    and how to configure the template. for example what shall I do to make my page look like buttons and not like lines?
    look:
    42052
    when I'd like it to look like:
    42053
    here is the code:

    public...
  8. Replies
    1
    Views
    438
    Thank you all.))) I've found the solution. to repeat somthing in gwt use timer.scheduleRepeating()
  9. Replies
    3
    Views
    543
    I was wrong. It's little easyer to create such a chart
  10. maybe by a more powrful machine?
  11. how abot to put your code

    setFrame(true); //This doesn't work
    setCollapsible(true); setWidth(300); //This crashes UI final TextField<String>...
  12. Replies
    1
    Views
    438
    I need to repeat a small amount of code with 1 second delay
    here is my code

    public class ExampleChart extends ContentPanel{

    ArrayList<String> timeList = new ArrayList<String>();
    ...
  13. Replies
    1
    Views
    484
    Hi everyone!
    Using rpc I call the method which must return Long type.

    private final ServerManagementAsync serverManagementSvc = GWT.create(ServerManagement.class);

    public ContentPanel...
  14. Replies
    3
    Views
    543
    but it is the only suggestion given by ide on the word Line. There is no spesial imports so I guess it is from com.extjs.gxt.charts.client.Chart;
  15. Replies
    3
    Views
    543
    As I understand to create a lineChart I need to call LineChartBuilder which needs 3 parameters: X,Y,B. what are these parameters? How to deal with LineChart?
    Or where to look for information.
  16. OMG!!! it's so fun...))) I've forgotten I work with flash and I didn't have adobe flash plugin for the browser))) So, again I worked it out myself. It's very useful to post the porblem to the frum....
  17. the main problem that it's quite impossible to find any documentation for GXT 2.. you can only find some odds and ends and try to gather them together. the things like that you are talking about we...
  18. It is most likely that you need to install the elder plugin for eclipse. this must work.
  19. Hi everyone.
    I'm trying to make a simple example of chart just to see it works but it doesn't.
    help me please. here is the code:

    public class ExampleChart extends ContentPanel{

    public...
  20. maybe it's too simple, but I had such problem when trying to run my project withou recompiling.(I use maven). when I packaged it, everything appeared.
  21. Oh! thank you all. I've found the solution myself.
    my problem was that this way is wrong. to add an icon to the button I need to use button.setIconStyle() and that's it. everything is simple and...
  22. the problem is that when I'm trying to set the icon for the button with
    button.setIcon()
    it asks for something that I cant understand what is it.
    it asks for AbstractImagePrototype
    I'm trying to...
  23. I don't know how it happened, but now it works. I guess it's a maven problem. I've made maven packaging a couple of times and... ta-da.
    The more I work with gxt the more I wonder. I can make some...
  24. I'm trying to add a new item to the content panel but can't

    class NavigationPanel extends ContentPanel { private final TreeStore<ModelData> treeStore = new TreeStore<ModelData>();


    ...
  25. Replies
    1
    Views
    344
    I'm trying to change gxt in my application from 2.2 to 3.0
    as i've found EventType doesn't exist in gxt3
    how can I replace such an easy
    final EventType type = event.getType();
Results 1 to 25 of 32
Page 1 of 2 1 2