Ext GWT: Discussion

Page 7 of 280 FirstFirst ... 5 6 7 8 9 17 57 107 ... LastLast

+ Post New Thread

  1. Views: 307
    25 Apr 2013
  1. Exclamation [Solved] GXT - Focus on a TextField in a FormPanel within a Window in IE

    We have a window with a form panel containing a single password field which is required. When the window is launched, the focus should be on the text...

    Started by jyothsna, 6 Jan 2011 3:43 AM
    • Replies: 8
    • Views: 5,517
    10 Jun 2012 9:55 PM Go to last post
  2. Drag and Drop Validation

    Dear all i have problem in gxt regarding validation on drag and drop what i need is example that show me how to validate drop on node i tried...

    Started by maraqa84, 4 Jul 2010 12:27 AM
    • Replies: 1
    • Views: 1,045
    10 Jun 2012 5:39 PM Go to last post
  3. ComboBox.select(...) scrolls to end of long text

    I have a combo box containing items with long texts. If I select an item its whole text will be selected and the cursor will be moved to the end of...

    Started by ado@speedledger.se, 7 Jun 2012 11:15 PM
    combo box, select, text length
    • Replies: 0
    • Views: 565
    7 Jun 2012 11:15 PM Go to last post
  4. Row Expander Not working properly with keyboard.

    Hi, I have used row expander in a grid with rows to expand a row when he click on the Row. Its working fine with mouse click on the Row. But when...

    Started by sharaf.satishkumar, 7 Jun 2012 4:05 AM
    • Replies: 0
    • Views: 322
    7 Jun 2012 4:05 AM Go to last post
  5. Help TreePanel and BeanModelMarker problems

    Hi, I have a lot of problems for several days with usage of TreePanel and BeanModel create with...

    Started by B.Oury, 1 Mar 2012 10:36 AM
    • Replies: 3
    • Views: 1,021
    5 Jun 2012 4:21 AM Go to last post
  6. Scrollbar disabled in a disabled text area

    I have a text area that I am setting to disabled. The text area has a set height and the user needs to be able to see all the information available,...

    Started by Joshua093, 15 Jul 2011 9:31 AM
    • Replies: 3
    • Views: 2,147
    3 Jun 2012 9:58 PM Go to last post
  7. Allowing CellSelectionModel to select multiple cells

    In an attempt to create an "Excel" like functionality with the Grid, I have changed the default Grid Selection Model to be the CellSelectionModel,...

    Started by haotten, 12 Oct 2010 6:52 AM
    • Replies: 5
    • Views: 2,387
    3 Jun 2012 8:00 PM Go to last post
  8. Grid align problem in GXT 2.X

    Hello, I'm creating a grid with a variable number of columns. The first colum size is 200 and the other are 50. I can't get a correct grid...

    Started by planadecu, 31 May 2012 9:33 AM
    align, column, grid, gxt2, table
    • Replies: 0
    • Views: 415
    31 May 2012 9:33 AM Go to last post
  9. How to use TreePanel with JSON

    Dear All; I want to use treepanel for my menu and i used treestore for my treepanel; My ModelType ModelType t = new ModelType();...

    Started by TrojanMyth, 30 May 2012 6:20 AM
    • Replies: 0
    • Views: 413
    30 May 2012 6:20 AM Go to last post
  10. Getting values from a ComboBox, only get rawValue()

    First I have gone through all the threads regarding getting ComboBox values and found non of them helpful. So I would request that any Sencha...

    Started by jamone, 29 May 2012 11:24 PM
    combobox, getvalue, null, rawvalue
    • Replies: 0
    • Views: 467
    29 May 2012 11:24 PM Go to last post
  11. Buttons/tabs are getting displayed correctly after zoom-in in IE8

    To give you an example try http://www.sencha.com/examples/explorer.html in IE8. (See the attachment) Increase the zoom level to say 125% and you can...

    Started by Av-swdev-4, 12 Jan 2011 1:18 AM
    • Replies: 1
    • Views: 870
    29 May 2012 4:12 AM Go to last post
  12. Help, How I may selec ListItem in ListView???

    lv = new ListView<ModelData>(); lv.setSize(300, 200); lv.setStore(store); lv.setDisplayProperty("name"); ...

    Started by kazeev, 24 May 2012 9:46 AM
    listview, select
    • Replies: 6
    • Views: 1,517
    24 May 2012 11:29 AM Go to last post
  13. what is scroll top?

    Hi, I have seen below code in Scroll class. setScrollTop public void setScrollTop(int scrollTop) Sets the scroll top value. ...

    Started by suresh22446688, 22 May 2012 3:14 AM
    • Replies: 0
    • Views: 469
    22 May 2012 3:14 AM Go to last post
  14. Expand/Collapse Grid panel

    I am using grid panel . I want to mange code when grid panel expand. Which event i can custom grid panel expand.

    Started by maychu123, 21 May 2012 6:53 AM
    • Replies: 2
    • Views: 890
    21 May 2012 11:35 PM Go to last post
  15. how to set background color to entire row of a grid?

    Hi, I am using editable grid. how can i set the background color to entire row(not to individual cells)? Thanks!

    Started by suresh22446688, 17 May 2012 4:54 AM
    extgwt
    • Replies: 2
    • Views: 1,222
    17 May 2012 9:43 PM Go to last post
  16. GXT on IE8

    Hi All i'm trying to run my GXT application on I.E and it's not working so good and behave differently comparing to other browsers and the...

    Started by xperetz, 28 Feb 2011 3:56 AM
    • Replies: 3
    • Views: 1,507
    17 May 2012 5:02 PM Go to last post
  17. auto scrolling the scroll bar?

    Hi, I am using Normal Grid. how can i scroll the vertical scroll bar to a specified row in the grid? Thanks!

    Started by suresh22446688, 17 May 2012 2:42 AM
    extgwt
    • Replies: 2
    • Views: 605
    17 May 2012 4:13 AM Go to last post
  18. Change text in TreePanel nodes

    After tree is drawn I want to change the displayed node labels. How I can do it? It seems something simple, but I can't find a way to do it....

    Started by Alona Oz, 4 Apr 2011 4:53 AM
    • Replies: 7
    • Views: 1,972
    17 May 2012 1:07 AM Go to last post
  19. Inconsistant behaviour using popup.show with a position

    Hi, I have been having some problems with the popup show method. Using the following code for example: package com.mikehat.popupproblem.client;...

    Started by MikeHat, 28 Aug 2010 3:15 AM
    • Replies: 5
    • Views: 1,805
    15 May 2012 11:20 PM Go to last post
  20. Question Can't add new Portlets after portal.removeAll()

    Hi there, i have the problem that after i call portal.removeAll(), i cannot add any new portlets. Am i missing some method-call?? public class...

    Started by devalx, 29 Mar 2010 3:35 PM
    • Replies: 1
    • Views: 1,118
    14 May 2012 6:42 AM Go to last post


Forum Information and Options

Moderators of this Forum