Search Type: Posts; User: flyingbo

Search: Search took 0.02 seconds.

  1. I think, it happens because the underlying html-input-field renders the textfield over the GXT-Button (Cursor). In GXT 2 the html-input-field renders the text-input-field over the textfield and the...
  2. Hello,

    maybe it helps:

    btn.getElement().getStyle().setDisplay(Display.BLOCK); is my workaround...

    A button receives the display:inline-block css-property but i could not find this property...
  3. I use ToggleButton. Don´t know if it is important for your fix.
  4. We have the same problem in IE 8. IE 9 works.

    Used versions 3.0.3 and 3.0.4-Nightly-Build
  5. Hello,

    i found a solution but i don't know if it's a bug or is there a reason to do it like that.
    I rendered a "Radio" in a grid and don't set the boxLabel (by default it's null) because i...
  6. Hello,

    i found the problem but i don't know if it's a bug or is there a reason to do it like that.
    I rendered a "Radio" in a grid and don't set the boxLabel (by default it's null) because i...
  7. Replies
    0
    Views
    929
    Hello,
    i have a problem with forms. i´ve got the newest version of gxt from svn.
    After submitting the form a new browser window opens.



    public class InvisibleLoginSubmitForm extends...
  8. Replies
    6
    Views
    1,941
    i found the problem. all components are added to a viewport with borderlayout and regions.
    now i use (borderlayout viewport).expand(LayoutRegion.WEST) and not (contentpanel or borderlayout...
  9. Replies
    6
    Views
    1,941
    Hey thanks for your reply!

    Sorry i post only e short codefragment, here´s the full code:


    if(event.getType().equals(AppEvents.SHOW_CHOOSE_ARCHIVE)){
    ContentPanel cp =...
  10. Replies
    6
    Views
    1,941
    Hello @ all,

    i´ve got a problem with a contentpanel and the functions expand() and collapse().


    ContentPanel cp = new ContentPanel();
    cp.setBorders(true);
    cp.setHeaderVisible(true);...
  11. Replies
    4
    Views
    1,360
    I forget:
    The Field-Class is used by the Archive-Class.



    public class Archive extends BaseModel implements IsSerializable{
    private static final long serialVersionUID = 01;

    ...
  12. Replies
    4
    Views
    1,360
    Hi @ all,

    i´ve got this error message, after calling a rpc.

    public class Field extends BaseModel implements IsSerializable{
    private static final long serialVersionUID = 01;

    ...
  13. Replies
    2
    Views
    754
    Hey evant,

    big thanks for your fast reply, it work
  14. Replies
    2
    Views
    754
    Hello @ all,

    i got a problem with ext 2.2 and ie7.
    I create a window with a formpanel to login a user.
    No problem with ff2 and ff3 but ie7 does
Results 1 to 14 of 14