Ext GWT: Discussion

Page 251 of 280 FirstFirst ... 151 201 241 249 250 251 252 253 261 ... LastLast

+ Post New Thread

  1. Views: 308
    25 Apr 2013
  1. Additional fields outsite of root on a JsonReader

    Hey guys, How can I get the values of the extra variables from a JSON response as in the example below; {"totalCount":4, ...

    Started by ozgurcd, 9 Aug 2009 12:26 PM
    • Replies: 0
    • Views: 503
    9 Aug 2009 12:26 PM Go to last post
  2. Question Bad look&feel deploying in tomcat in linux

    Hello all, I'm new in GXT and I'm reading a lot of information and doing some test because I'm developing a personnal application with pure-GWT...

    Started by lmivan, 7 Aug 2009 1:19 PM
    • Replies: 3
    • Views: 1,441
    8 Aug 2009 1:48 PM Go to last post
  3. grouping grid

    in http://extjs.com/examples/explorer.html#grouping show the column "Industry" order this column DESC, will show Service Retail Medical ...

    Started by fother, 8 Aug 2009 9:06 AM
    • Replies: 1
    • Views: 685
    8 Aug 2009 9:08 AM Go to last post
  4. Waiting for asyn service to finish

    Hi all, i have a method which is callinging an async service, which returns a boolean. This method releases a handle on a database and is in...

    Started by paco_online, 7 Aug 2009 2:29 AM
    • Replies: 1
    • Views: 705
    7 Aug 2009 11:12 PM Go to last post
  5. [2.0.1] Portal droplistener in firefox reports wrong start position sometimes.

    When I am drag and dropping the portlets in the portal sometimes it reports the wrong start position in firefox. Seems like it happens when...

    Started by TheBuzzer, 7 Aug 2009 8:07 AM
    • Replies: 2
    • Views: 1,029
    7 Aug 2009 6:32 PM Go to last post
  6. Overflow ToolBar menu show Tooltip Text instead Text

    In the ToolBar, when it overflows it shows a Menu with all itens that didn't fit the visible area. But if the button doesn't have a Text property...

    Started by terciofilho, 23 Jul 2009 9:19 AM
    • Replies: 2
    • Views: 2,262
    7 Aug 2009 11:22 AM Go to last post
  7. Is it possible to implement cross-browser username/password autocomplete in GXT?

    Last night, I did a quick spike to try and implement username/password autocomplete in my GXT application. By "autocomplete", I don't mean Ajax-style...

    Started by mraible, 7 Aug 2009 7:11 AM
    • Replies: 0
    • Views: 1,620
    7 Aug 2009 7:11 AM Go to last post
  8. Question about window max..

    Hello. Nice to meet you. My project is GWT and GXT developing now. I wanna WINDOW double click is maximum. but I don't know method. Doing...

    Started by suhyun jeon, 4 Aug 2009 11:36 PM
    • Replies: 5
    • Views: 1,532
    7 Aug 2009 7:09 AM Go to last post
  9. Listening to TreeGrid expand/collapse events

    What event does a TreeGrid fire when the user expands or collapses a parent?

    Started by Pandaman, 7 Aug 2009 6:46 AM
    • Replies: 1
    • Views: 1,167
    7 Aug 2009 6:57 AM Go to last post
  10. LayoutContainer resize listener

    I have a LayoutContainer that uses a RowLayout. The widgets are added to this container with RowData(1,-1), so that when they change in height, the...

    Started by Pandaman, 23 Jul 2009 9:54 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 3,891
    7 Aug 2009 6:17 AM Go to last post
  11. Question HtmlEditor getText() method

    Hi Does anyone know how to get the Text value of the html editor as suppose to an HTML value? We are currently using GWT RichTextArea which has...

    Started by pourmo, 7 Aug 2009 6:11 AM
    • Replies: 0
    • Views: 717
    7 Aug 2009 6:11 AM Go to last post
  12. [2.0] TreePanel can't listen for DoubleClick

    Can't listen for DoubleClick on a TreePanel. package com.mycompany.gwtprototype.client; import com.extjs.gxt.ui.client.data.BaseModelData;...

    Started by Cputerace, 8 Jul 2009 6:20 AM
    • Replies: 4
    • Views: 3,397
    7 Aug 2009 5:54 AM Go to last post
  13. Question GridPlugins using RowExpander

    Hi In your demo for GridPlugins using RowExpander. http://extjs.com/examples/explorer.html#gridplugins How can we expand all rows when using...

    Started by pourmo, 16 Jul 2009 1:10 AM
    • Replies: 6
    • Views: 3,068
    7 Aug 2009 3:33 AM Go to last post
  14. Post odd wrap in TreePanel

    Hi, I'm trying to run this example: http://extjs.com/examples/pages/tree/basic.html Everything works fine except scroll bar on the bottom... ther...

    Started by LordLuky, 4 Aug 2009 2:40 AM
    • Replies: 5
    • Views: 1,385
    7 Aug 2009 1:32 AM Go to last post
  15. Question [GXT 2.0.1]: BeanModelMarker and equals() method from entity

    Hi! I have got a problem with adding / updating models in ListStore. On some app event I want to add a BeanModel instance produced from...

    Started by stogi, 6 Aug 2009 10:57 PM
    • Replies: 9
    • Views: 1,452
    7 Aug 2009 1:12 AM Go to last post
  16. Window focus problems

    Hello! Could someone please explain me what does this mean: Release 2.0.1 (Released July 22 2009) Bug Fixes Fixed showing a Window is not...

    Started by andreym, 24 Jul 2009 7:46 AM
    • Replies: 2
    • Views: 1,140
    6 Aug 2009 8:30 PM Go to last post
  17. Add TextField or ComboBox depending on server answer

    Hi, i want to show a TextField or a ComboBox depending on a configuration on the Server. Therefor i created a service, that tells the client the...

    Started by Saladir, 6 Aug 2009 5:34 AM
    • Replies: 1
    • Views: 1,837
    6 Aug 2009 4:04 PM Go to last post
  18. change value of modeldata and display

    TreeGrid<ModelData> tree.... new Button("abc", new SelectionListener<ButtonEvent>() { @Override public void componentSelected(final...

    Started by fother, 6 Aug 2009 11:31 AM
    • Replies: 1
    • Views: 539
    6 Aug 2009 11:33 AM Go to last post
  19. ClassCastException : JSONArray cannot be cast to JSONObject

    I am trying to fetch json as string from my server and then use it to populate a grid. The panels etc all render but the grid is not populated...

    Started by garyiskidding, 24 Jul 2009 4:01 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 7,604
    6 Aug 2009 8:13 AM Go to last post
  20. Placing many Fields in a Row: MultiField?

    PS: i come from GWT-EXT and used the MultiFieldPanel ( see http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/widgets/form/MultiFieldPanel.html )...

    Started by Arno.Nyhm, 30 Jul 2009 2:19 AM
    • Replies: 1
    • Views: 1,629
    6 Aug 2009 6:52 AM Go to last post


Forum Information and Options

Moderators of this Forum