Sencha GXT Discussion

Page 1 of 16 1 2 3 11 ... LastLast

+ Post New Thread

  1. Sticky Thread Sticky: GXT 3.0.5 is now available

    We're excited to announce the release of Sencha GXT 3.0.5. This version is available only to our active support subscribers. Support subscribers can...

    Started by Colin Alworth, 6 Jun 2013 1:28 PM
    • Replies: 2
    • Views: 462
    7 Jun 2013 11:19 AM Go to last post
  2. Sticky Thread Sticky: Sencha GXT 3.0 Maven support

    Please subscribe to this forum post if you like to learn more about Sencha GXT 3.0 Maven support.

    Started by Edmund, 29 Apr 2012 7:56 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 35
    • Views: 12,890
    15 Oct 2012 10:57 AM Go to last post
  1. Sencha GXT 3.0.3 is now available

    We're excited to announce the release of Sencha GXT 3.0.3. This version is avaiable only to our active support subscribers. Support subscribers can...

    Started by Colin Alworth, 11 Dec 2012 3:49 PM
    • Replies: 4
    • Views: 6,048
    13 Jun 2013 7:23 AM Go to last post
  2. GXT web desktop widget window setPixelSize is not working...

    Hi, I should change the title to "How to set window pixel size?". I am trying to change the widget window open pixel size from (500, 400) to...

    Started by davy_wei, 9 Jun 2013 6:28 PM
    • Replies: 6
    • Views: 1,029
    13 Jun 2013 7:19 AM Go to last post
  3. Grid and GridView the row data does not align with the row headers

    What is the setting on the grid to align the headers with the data in the grid. ... ColumnConfig<User,String> userNameColumn = new...

    Started by berlinbrown, 6 Jun 2013 6:21 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,037
    11 Jun 2013 1:07 PM Go to last post
  4. GXT 3.0 ListView - Icon + String

    Hi, I am new to GWT/GXT and I need to create a ListView which shows list of Strings with Icons to the Left. Using templates it seems do able,...

    Started by mahanagarjuna, 18 Apr 2012 4:17 AM
    listview
    • Replies: 2
    • Views: 1,906
    8 Jun 2013 10:31 AM Go to last post
  5. Gxt-all.css with upgrade to 3.x from 2.x

    We upgraded from gxt 2.2.0 to gx 3.0.1. We are still including gxt-all.css will that cause us issues? Also, I am not fully understand what to...

    Started by berlinbrown, 6 Jun 2013 8:03 AM
    • Replies: 1
    • Views: 86
    6 Jun 2013 11:05 AM Go to last post
  6. Pages gets refreshed in IE on pagination

    Hi, I am new to GWT, and trying to fix defect with existing code. Aim - is client side pagination should work. What's happening - Following...

    Started by sunafi, 4 Jun 2013 11:23 AM
    pagination ie8
    • Replies: 2
    • Views: 195
    5 Jun 2013 11:37 AM Go to last post
  7. Tree node is automatically selected when expanding or collapsing StandardTree node

    I am having a problem with expanding or collapsing a StandardTree node. The problem is when expanding or collapsing a node, the node is...

    Started by Rockler, 4 Jun 2013 7:41 AM
    • Replies: 0
    • Views: 72
    4 Jun 2013 7:41 AM Go to last post
  8. Errai + GXT 3 - A match or not?

    Errai (by JBoss) makes it possible to for a GWT app to use any kind HTML/JS templates; making it possible to style/theme your GWT app with the...

    Started by xybrek, 31 May 2013 11:08 PM
    gxt 3
    • Replies: 4
    • Views: 587
    3 Jun 2013 9:54 AM Go to last post
  9. LineSeries + No source code... error

    Hello Everybody I'm trying to draw a simple chart (lineseries) using Eclipse + GXT 3.0.1 + GXT-CHART-3.0.1. When I "run" my project I get the...

    Started by mau_eldes, 3 Jun 2013 2:37 AM
    • Replies: 2
    • Views: 109
    3 Jun 2013 5:39 AM Go to last post
  10. Combobox "in focus" border color issue

    Hi Guys, I have an interesting question. I want to change the color of combobox if it has focus. I created a CSS class: CSS: .BorderColor...

    Started by lkovacs, 31 May 2013 1:57 AM
    • Replies: 0
    • Views: 121
    31 May 2013 1:57 AM Go to last post
  11. Sencha GXT Grid and overlap over components

    I am using the sencha grid component and sometimes after the grid completes rendering, it will overlap on top of components above the grid. For...

    Started by berlinbrown, 30 May 2013 6:11 AM
    grid, gwt, gxt, java
    • Replies: 6
    • Views: 245
    30 May 2013 7:38 PM Go to last post
  12. GXT 3.0.4 Available

    We're excited to announce the release of Sencha GXT 3.0.4. This version is avaiable only to our active support subscribers. Support subscribers can...

    Started by darrellmeyer, 6 Feb 2013 2:44 PM
    • Replies: 6
    • Views: 2,559
    30 May 2013 1:17 PM Go to last post
  13. Collapsing Horizontallayoutcontainer on collapse of fieldset

    I have a vertical layout container inside which I have hozirontallayoutcontainer which have two fieldsets. My need is when I collapse both fieldsets,...

    Started by kushal.bagaria, 20 May 2013 2:27 AM
    • Replies: 2
    • Views: 461
    29 May 2013 4:43 PM Go to last post
  14. Clientside PDF generator

    Hello, i need a generator which create a PDF of one of my GXT areas in view. The PDF only need to represent the view, without special design...

    Started by jruemenapf, 8 Apr 2013 6:35 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 1,387
    28 May 2013 1:55 AM Go to last post
  15. Dynamic value provider

    Is there way to generate fields dynamically using ValueProvider instead specifying the fields. Please throw some idean on this.

    Started by ramgovind, 14 Nov 2012 11:42 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 2,120
    23 May 2013 2:54 AM Go to last post
  16. trying to understand lastParent variable in FieldCell

    Hi, I'm diving into the Sencha code trying to understand the ComboBoxCell. I came across the lastParent variable thats declared in the FieldCell. ...

    Started by steven.wong, 17 May 2013 12:22 PM
    • Replies: 1
    • Views: 439
    20 May 2013 6:41 AM Go to last post
  17. Dynamic TextArea

    Hi, We have one requirement to show TextArea height and width dynamically based on the text size. Can anyone has idea on the this, please help. ...

    Started by balakishan.r, 4 Mar 2013 2:10 AM
    • Replies: 4
    • Views: 619
    20 May 2013 2:23 AM Go to last post
  18. MigLayout for GXT 3

    Hi, I started a GitHub project which aims to port MigLayout to GXT 3: https://github.com/hwestphal/gxt3-miglayout MigLayout is a powerful...

    Started by hwestphal, 8 May 2013 11:03 PM
    gxt3, layouting, miglayout, open source
    • Replies: 1
    • Views: 230
    17 May 2013 12:21 PM Go to last post
  19. Enable/disable ui widget based on security role

    Hi, Is there any approach with which we can enable/disable UI fields based on the security role for the user. I am searching for GXT3 feature if...

    Started by nareshurs, 14 May 2013 3:57 AM
    • Replies: 1
    • Views: 179
    17 May 2013 12:16 PM Go to last post
  20. GXT3 Grid. How load data from remote server ?

    Hi. I want to load data from a remote DB server in the grid. The following code: final RepServiceAsync service =...

    Started by marvic, 15 May 2013 7:06 AM
    grid, gxt3
    • Replies: 1
    • Views: 272
    17 May 2013 12:06 PM Go to last post