Search Type: Posts; User: gishmo

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,379
    You are right. I switch back to the second version:

    <inherits name='com.sencha.gxt.ui.GXT' />

    But I need more than an hour to find out, why my tree was looking so bad. :-D
  2. Replies
    8
    Views
    1,379
    Hi Colin,

    I read your post about optimizing a GXT application.
    One of your advices is to use:

    <inherits name="com.sencha.gxt.widget.core.Core"/>
    <inherits name="com.sencha.gxt.state.State"/>...
  3. Replies
    3
    Views
    471
    Cool!
    Will there be an offline version?
  4. As far as I know, there is no MVC-pattern in GXT 3.0. :-)

    You can choose any mvp framework you like. Use native GWT MVP with Activites & Places, or choose one of the MVP frameworks like...
  5. The things you are requesting are not really related to GXT.

    Things like loading data, using the editor framework, mvp, etc. are more related to GWT then to GXT (as Colin already mentioned). You...
  6. Using localworkers should decrease the amount of time needed for the compilation.

    On my MacPro I can set localWorkers to 12. This reduces the compilation down to less than three minutes for a...
  7. I can confirm, that GXT 3.0 works well without GWT 2.5.
    Swith my project last week and had no trouble.
  8. Replies
    5
    Views
    2,182
    Well, without any informations or error messages, it is hard to help you.

    Have you created a small test project, that shows the error?
  9. please, no double posts.
  10. Replies
    4
    Views
    1,669
    @icfantv: I agree.

    Generated code isn't a good base to create an application.
  11. Checked your code with GXT 3.0.2 in Chrome and Windows.
    Can't reproduce the issue.
  12. You are using GXT 3.0. There you have to inherit the module 'com.sencha.gxt.ui.GXT'.

    Hope that helps.
  13. Well, this sounds like a bug. Did you check this behavior with 2.2.5?
  14. Why do you need a max length in %?
  15. Replies
    1
    Views
    556
    Hi,

    as far as I know, there is no more MVC pattern implemented in GXT 3.

    Instead you can use native view & presenter implementation of GWT or a framework (f.e.: GWT-Platform or mvp4g) to...
  16. Replies
    4
    Views
    970
    Create a new GWT project in Eclipse and check "Generate project samle code".

    There you will find the answer of your question.
  17. Replies
    2
    Views
    554
    Use the GXT panels insteed of the GWT panels:

    DockLayoutPanel -> BorderLayoutPanel
    add the toolbar direct to the BoderLayoutPanel
    add the BorderLayoutPanel to a Viewport
    add the Viewport to...
  18. This sounds like the old bug where the window heights decrease. Every time the window was open, the heights gets 6 px smaller.

    As a workaround:
    Did you try to set the window height before...
  19. Does this widget solve your request?

    Info.display("headline", "text");
  20. It's a known issue. The problem was discussed earlier.
    Take a look here:

    http://www.sencha.com/forum/showthread.php?226128-Window-not-resizable-automatically-resize-when-hide

    Until the...
  21. Replies
    1
    Views
    572
    You have to call forceLayout() when switching the tab.
  22. it looks like there is problem with your field.
  23. Ae you sure, that your field reference is correct?
    Have you tried setText and does this work?

    I am using setEnabled quite often (without UiBinder) and it works.
    I know, there were an issue in...
  24. Ok, I am using 3.0.0b and it works for me.
    What's your problem?
  25. well, that is logical if you post in this group.

    Are you using version 3.0.0 rc x or version 3.0.0 or version 3.0.0b?
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4