Ext GWT: Discussion

Page 270 of 280 FirstFirst ... 170 220 260 268 269 270 271 272 ... LastLast

+ Post New Thread

  1. Views: 267
    25 Apr 2013
  1. Question Possible Rendering Issue in FF3?

    Hello GXT Experts! I am having a stange issue here - very strange indeed. I designed a simple html template with some static content. The main...

    Started by uromahn, 16 Jun 2009 9:50 AM
    • Replies: 0
    • Views: 578
    16 Jun 2009 9:50 AM Go to last post
  2. 2.0-m3 treegrid: programatically set icon leaf?

    Hi, Is it possible to set different icons for different leaf nodes based on some value on the model attributes? I was looking at the source...

    Started by hstang, 16 Jun 2009 8:04 AM
    • Replies: 1
    • Views: 2,081
    16 Jun 2009 8:10 AM Go to last post
  3. Unresolvable native reference to field 'sEventPreviewStack'

    For some reason when compiling my application when using the gxt.jar I get the following error: Errors in...

    Started by sape, 16 Jun 2009 6:03 AM
    • Replies: 1
    • Views: 1,374
    16 Jun 2009 6:54 AM Go to last post
  4. Default Button on Form and Dialog

    Does GXT 2.0 supports default button on the forms and dialog boxes? I'm looking for the same behavior as Windows dialogs have: you set one button...

    Started by gaspo100, 16 Jun 2009 6:39 AM
    • Replies: 0
    • Views: 1,833
    16 Jun 2009 6:39 AM Go to last post
  5. [GXT 2.0 m3] Pb with setIconStyle

    Hi, Just upgraded to 2.0-m3 and saw that the setIconStyle method on a Button doesn't add the class to my button element (in the generated Html)...

    Started by jm.tinghir, 16 Jun 2009 2:47 AM
    • Replies: 6
    • Views: 2,786
    16 Jun 2009 5:59 AM Go to last post
  6. Tree Grid Dynamic Loading Problem

    Hello, I am having a couple of problems with TreeGrid in 2.0M2. I am trying to use in to replace a TreeTable because of performance problems when...

    Started by acabler, 28 May 2009 4:12 PM
    • Replies: 1
    • Views: 1,989
    16 Jun 2009 5:58 AM Go to last post
  7. Question SimpleCombobox FieldLabel not showing

    Hi, Using ExtJS 2.2, running in IE 6. I am placing a SimpleComboBox into a FieldSet which goes into a FormPanel. The FormPanel is placed in a...

    Started by bee7er, 11 Jun 2009 3:37 AM
    • Replies: 8
    • Views: 3,013
    16 Jun 2009 4:42 AM Go to last post
  8. Question How to change DateField width

    Hi, I am using a DateField and finding it difficult to control. There seems to be way too much space allocated to it on the form. I would like to...

    Started by bee7er, 11 Jun 2009 5:00 AM
    • Replies: 4
    • Views: 1,603
    16 Jun 2009 4:28 AM Go to last post
  9. Question SimpleCombobox FieldLabel not showing

    Hi, Using ExtJS 2.2, running in IE 6. I am placing a SimpleComboBox into a FieldSet which goes into a FormPanel. The FormPanel is placed in a...

    Started by bee7er, 11 Jun 2009 5:02 AM
    • Replies: 1
    • Views: 885
    15 Jun 2009 4:14 PM Go to last post
  10. Wink How to make the panel to collapse horizontally

    I have a tree panel. I want to collapse the panel horizontally (like in explorer example) . I tried setCollapsible() on ContentPanel but it always...

    Started by bhvijaykumar, 15 Jun 2009 7:58 AM
    • Replies: 2
    • Views: 1,632
    15 Jun 2009 2:02 PM Go to last post
  11. Post NullPointerException while rendering checkbox

    I am trying to add a Checkbox to my EditorTreeGrid, but I get this exception on Tree render : java.lang.NullPointerException: null at...

    Started by deep26, 15 Jun 2009 10:38 AM
    • Replies: 1
    • Views: 1,366
    15 Jun 2009 1:17 PM Go to last post
  12. Question Update grid cell with ComboBox edited value

    I have added a ComboBox as an Editor to one of my Grid column. The combo box is editable. I am populating the combo using a store. Now my requirement...

    Started by deep26, 15 Jun 2009 11:46 AM
    • Replies: 1
    • Views: 1,951
    15 Jun 2009 1:16 PM Go to last post
  13. Question using combobox as editor

    Hi I want the combobox to behave like an textfield also. That is the user should be able to select the existing values and also enter a new value....

    Started by bhvijaykumar, 8 Jun 2009 8:56 AM
    • Replies: 2
    • Views: 955
    15 Jun 2009 8:02 AM Go to last post
  14. Header Group with one cell

    http://www.extjs.com/examples-dev/explorer.html#aggregationrowgrid this example work fine.. but if you would like group one cell.. broken.. ...

    Started by fother, 15 Jun 2009 7:39 AM
    • Replies: 0
    • Views: 2,015
    15 Jun 2009 7:39 AM Go to last post
  15. TreeGrid - how to refresh only a row

    Hello, I have a treegrid in which i've put on some columns checkboxes. What i want to achieve is to have the following functionality : - when a...

    Started by marius_neo, 15 Jun 2009 7:29 AM
    • Replies: 0
    • Views: 1,563
    15 Jun 2009 7:29 AM Go to last post
  16. Problem in TreeTable Vertical Scrollbar

    Hi, I am facing one problem in TreeTable component. I think this should be the bug in TreeTable component because I found same issue in Showcase...

    Started by livinglegends, 15 Jun 2009 5:37 AM
    • Replies: 0
    • Views: 646
    15 Jun 2009 5:37 AM Go to last post
  17. Set FieldLabel size

    Hi, is there a way to set the size of a FieldLabel in a Form? When have a long text as Label, this one is rendered on two lines. Any way to...

    Started by fspab, 15 Jun 2009 4:43 AM
    • Replies: 2
    • Views: 1,403
    15 Jun 2009 4:57 AM Go to last post
  18. How can I Bind a ComboBox with the selection Model of a Grid..??

    I have a Grid which is holding Person Records. My Person Bean: public class person{ int id; String name; ...

    Started by RaulDM, 15 Jun 2009 2:59 AM
    • Replies: 2
    • Views: 2,149
    15 Jun 2009 4:56 AM Go to last post
  19. TreeTable sort

    Hi i m using a Treetable wich is populated via a RPC proxy. (like the one in the Example) I tried to use the method sort in the Treetable class but...

    Started by locojay, 14 Jun 2009 7:14 PM
    • Replies: 1
    • Views: 1,276
    15 Jun 2009 4:36 AM Go to last post
  20. Convert POJO to BaseModelData

    Is there a utility to convert the POJO objects in BaseModelData?

    Started by ziman200, 14 Jun 2009 11:23 PM
    • Replies: 2
    • Views: 1,516
    15 Jun 2009 3:29 AM Go to last post


Forum Information and Options

Moderators of this Forum