Ext GWT: Discussion

Page 202 of 280 FirstFirst ... 102 152 192 200 201 202 203 204 212 252 ... LastLast

+ Post New Thread

  1. Views: 307
    25 Apr 2013
  1. Question Combobox field relations open browser url 'javascript:;'

    Every body, happy new year! Combobox field action Enter input to new open browser. and url is 'javascript:;' .. What is the reason...

    Started by suhyun jeon, 4 Jan 2010 8:28 PM
    • Replies: 2
    • Views: 1,025
    5 Jan 2010 9:03 AM Go to last post
  2. Where to find GXT ressources in DC?

    Hi guys, I'm currently leading a GXT project here in DC and am looking for additional GXT resources to help get my project out of the door. Do...

    Started by jaycoates, 4 Jan 2010 8:23 AM
    • Replies: 1
    • Views: 606
    5 Jan 2010 8:52 AM Go to last post
  3. Collapsible panel?

    hi, i have a question... how can make a panel collapsible? thanks...

    Started by haydar, 5 Jan 2010 1:23 AM
    • Replies: 6
    • Views: 2,639
    5 Jan 2010 5:50 AM Go to last post
  4. SourceSelectionChangedListener -> turn generic too

    SourceSelectionChangedListener<ModelData> why not? SourceSelectionChangedListener<M extends ModelData> class: SelectionService method:...

    Started by diegolovison, 5 Jan 2010 4:41 AM
    • Replies: 0
    • Views: 573
    5 Jan 2010 4:41 AM Go to last post
  5. "region collapse" slow in portal example (FF only)

    Man, it seems to me that the "region collapse" feature of the "Portal" example is quite slow in Firefox (3.5.6), and even creates significant...

    Started by jergarmar, 4 Jan 2010 7:59 PM
    • Replies: 0
    • Views: 930
    4 Jan 2010 7:59 PM Go to last post
  6. Smile Changing color of a row in a grid

    Hi, I need to change the color of a selected row in a grid on click of a button in the row. Again on the next click of the button the color should...

    Started by swarna, 31 Dec 2009 7:21 AM
    • Replies: 2
    • Views: 1,421
    4 Jan 2010 9:40 AM Go to last post
  7. [GXT 2.1] StartMenu doesn't appear

    Hello, I have a web-desktop application with GXT 2.0.1 and GWT 1.6.4. I customized some GXT classes, like Desktop and TaskBar, as my app needs...

    Started by Brunno Silva, 4 Jan 2010 6:11 AM
    • Replies: 0
    • Views: 567
    4 Jan 2010 6:11 AM Go to last post
  8. Red face Check Box in Grid as Selectable

    Hi all, I am using check box in Grid. List<ColumnConfig> deposit_CancelAuto_RenewFd_Config = new ArrayList<ColumnConfig>(); ...

    Started by sundhar_v, 4 Jan 2010 4:59 AM
    • Replies: 3
    • Views: 2,494
    4 Jan 2010 5:31 AM Go to last post
  9. Flash visibility

    hi i've got a problem with flash. I'm using web desktop of gxt 2.1 and i've got a window in the window i've an htmlPanel, and inside i put a div...

    Started by j-mi-jim, 4 Jan 2010 12:01 AM
    • Replies: 3
    • Views: 851
    4 Jan 2010 4:14 AM Go to last post
  10. Similar function as Ext.getCmp for Ext Gwt Application

    Hi Everyone, Does anyone know if there is a similar "window.Ext.getCmp" (for Ext JS App) type of a call I can make on a Ext GWT application. I...

    Started by kai_tea, 27 Oct 2009 10:43 AM
    • Replies: 9
    • Views: 2,747
    3 Jan 2010 2:07 PM Go to last post
  11. grid view set sorting enable

    grid.getView().setSortingEnabled(false); disable the sort clicking in column header.. but if you click in the button in column (open one box to...

    Started by fother, 10 Jul 2009 4:52 AM
    • Replies: 4
    • Views: 2,941
    2 Jan 2010 6:18 AM Go to last post
  12. Toolbar contents vertical positioning

    I'm putting some some button groups (of varying heights) and a status bar into a toolbar. I can't find a way to control their vertical positioning. ...

    Started by pauljacobs, 1 Jan 2010 8:29 AM
    • Replies: 0
    • Views: 680
    1 Jan 2010 8:29 AM Go to last post
  13. Desktop shortcuts not appearing

    Hi I am using the standard DesktopApp example that comes bundled with the ExtGWT download. I have added desktop.css and gxt-all.css to my html...

    Started by Samandhan, 31 Dec 2009 12:01 AM
    • Replies: 1
    • Views: 841
    1 Jan 2010 3:42 AM Go to last post
  14. Radio Group not aligned properly in toolbar

    GXT: 2.0.1 GWT :1.7 I added a radio group in the toolbar. I am not able to align the radio buttons with the label ( as shown in the image). ...

    Started by kolli, 30 Dec 2009 2:05 PM
    • Replies: 0
    • Views: 1,029
    30 Dec 2009 2:05 PM Go to last post
  15. BeanModelReader and examples

    I just spent about 3 days fighting to get a BeanModelReader, an RPCProxy, a Loader and a ListStore working together to get my Grid to render. ...

    Started by siberian, 27 Dec 2009 10:45 PM
    • Replies: 2
    • Views: 1,679
    30 Dec 2009 9:32 AM Go to last post
  16. MultiField and FormBinding / Form Validation

    Hi, I have a problem with the Multifield with FormBinding or FormValidation Validation. I have a FormPanel with 3 Fields : name, description and a...

    Started by mtarantini, 30 Dec 2009 8:03 AM
    • Replies: 6
    • Views: 2,406
    30 Dec 2009 8:25 AM Go to last post
  17. Question Templates and GXT components help

    Hi, Is it possible to display a CheckBox inside a template? I am trying to display a list of options (checkbox with a label) as a ListView, but...

    Started by VadimV1144, 27 Dec 2009 1:28 PM
    • Replies: 4
    • Views: 2,434
    30 Dec 2009 4:14 AM Go to last post
  18. Question LayoutContainer heigth 100% of free space

    How to make layout container child to take rest free space of container. See example: Layout container with fixed size 200px contains two child...

    Started by emka, 29 Dec 2009 7:16 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 2,599
    30 Dec 2009 4:10 AM Go to last post
  19. Avoid that sorting a treegrid collapses all nodes ?

    Hi all, if I look at this sample : http://www.extjs.com/examples/explorer.html#basictreegrid and if I expand some nodes and after I click on the...

    Started by Nico33, 16 Dec 2009 12:03 AM
    • Replies: 4
    • Views: 1,930
    30 Dec 2009 2:58 AM Go to last post
  20. Refresh a data in editor grid

    Hello, I have an Editor Grid and i load a data from an xml file using RequestBuilder and MemoryProxy. Now i want to refresh my grid i use...

    Started by nahawand, 24 Dec 2009 7:07 AM
    • Replies: 2
    • Views: 1,273
    30 Dec 2009 2:48 AM Go to last post


Forum Information and Options

Moderators of this Forum