Ext GWT: Discussion

Page 93 of 280 FirstFirst ... 43 83 91 92 93 94 95 103 143 193 ... LastLast

+ Post New Thread

  1. Views: 302
    25 Apr 2013
  1. How to add a comboBox to a messageBox?

    Hello, i need to have a messageBox with a comboBox inside. Available boxes are: textfield and textbox (multiline), which i won't use. How...

    Started by Kalle1985, 25 Nov 2010 5:42 AM
    • Replies: 5
    • Views: 1,343
    25 Nov 2010 8:14 AM Go to last post
  2. Trailing whitespace and getRawValue()

    Hi, I have a TextArea with trailing whitespace, but when I call getRawValue(), that whitespace is not included in the result. How can I retrieve...

    Started by rian.k, 25 Nov 2010 4:45 AM
    • Replies: 2
    • Views: 951
    25 Nov 2010 5:23 AM Go to last post
  3. Text#setText() in IE causes problems

    Hi @ll, I am using a newer version of Gxt to produce dynamic layouted pages. I use it in combination with Vaadin for integration reasons. When...

    Started by Nico P, 25 Nov 2010 4:44 AM
    • Replies: 3
    • Views: 1,133
    25 Nov 2010 5:23 AM Go to last post
  4. Question How To Wrap Grid Column Header Text ?

    Hello :D Is there a way to Wrap Grid Column Header Text(Break to new line based on the column width) ? Regards.

    Started by jawahar_prasad, 12 Nov 2010 9:55 PM
    • Replies: 2
    • Views: 2,898
    25 Nov 2010 4:56 AM Go to last post
  5. Overriding shortcut keys Ctrl-S in FF

    Hello, I am tyring to use Ctrl-S shortcut keys to save my current component in Firefox but the browsers built-in CTRL-S is taking over. In IE it...

    Started by surfbud, 24 Nov 2010 10:42 AM
    overriding ctrl-s
    • Replies: 1
    • Views: 1,164
    25 Nov 2010 4:12 AM Go to last post
  6. Tooltip + title + widget

    Hello, I'm able to display a tooltip with title and text : toolTip = new ToolTip(myButton, new ToolTipConfig("title", "text"); I'm able...

    Started by valery.stroeder, 25 Oct 2010 7:06 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 2,258
    25 Nov 2010 3:21 AM Go to last post
  7. Exclamation Issues while handling keyboard shortcuts

    I have handled some keyboard shortcut for my form in alt+function key combination,Is there any way to handle alt+f4 combination,so that the browser...

    Started by prabhathkesav, 25 Nov 2010 1:11 AM
    • Replies: 1
    • Views: 730
    25 Nov 2010 2:18 AM Go to last post
  8. RadioGroup binding broken (and fixed)

    In 2.0.1, FormBinding does not work with RadioGroup. The fundamental problem is that RadioGroup's setValue()/getValue() works with values of type...

    Started by voodude, 7 Sep 2009 8:51 PM
    2 Pages
    1 2
    • Replies: 13
    • Views: 5,632
    24 Nov 2010 11:33 PM Go to last post
  9. Exclamation Row Expander Issue

    We use the Row expander in grid to show the description for each row. When mouse over, the row of the grid supposed to be highlighted. But in IE it...

    Started by clavinovahan, 24 Nov 2010 8:14 AM
    • Replies: 3
    • Views: 625
    24 Nov 2010 11:06 AM Go to last post
  10. Question How can I set the visible width of a TextField to x characters?

    How can I set the visible width of a TextField to x characters? This is possible in plain HTML, how can I do it with a GXT TextField? I can't...

    Started by AlexVZW, 23 Nov 2010 5:57 PM
    • Replies: 3
    • Views: 1,496
    24 Nov 2010 10:24 AM Go to last post
  11. setWidth

    What does the SetWidth function in TextField do? It doesn't set the width or so that I can see. I found another post in which you had to add the...

    Started by pauljacobs, 1 Jan 2010 1:10 PM
    • Replies: 4
    • Views: 1,071
    24 Nov 2010 10:23 AM Go to last post
  12. CheckBoxSelectionModel with EditorGrid

    Hello: I have an EditorGrid. In order to select some rows, I´ve added a checkBoxSelectionModel List<ColumnConfig> configs = new...

    Started by blay, 24 Nov 2010 9:48 AM
    • Replies: 1
    • Views: 1,013
    24 Nov 2010 10:06 AM Go to last post
  13. How to know when loader finishes loading

    Hi, I use a ListLoader with RPCProxy and a Reader. This loader is used in a store for a specific combo. I want to know when the loader finishes...

    Started by tcozien, 24 Nov 2010 2:37 AM
    • Replies: 4
    • Views: 887
    24 Nov 2010 7:39 AM Go to last post
  14. TabItem BeforeDeselect ?

    Hi, Is there a way to trap a "BeforeDeselect" event on a TabItem? I want to my application to perform some checks before a TabItem gets...

    Started by francescoNemesi, 24 Nov 2010 2:29 AM
    • Replies: 2
    • Views: 558
    24 Nov 2010 5:30 AM Go to last post
  15. replace a component at runtime

    I would like to create a method as follows private void replaceComponent(Component oldComponent, Component newComponent){ }I could remove...

    Started by hbensaid, 24 Nov 2010 1:11 AM
    component replacement
    • Replies: 3
    • Views: 780
    24 Nov 2010 4:54 AM Go to last post
  16. double menu bar

    Hi all, I'm trying to create a top panel for my application with a MenuBar and just below a kind of ToolBar. So i created a panel like this ...

    Started by francesco.calabri, 23 Nov 2010 8:24 AM
    • Replies: 6
    • Views: 1,128
    24 Nov 2010 4:13 AM Go to last post
  17. Treeview dnd show empty row for duplicated nodes

    When trying out the example treepanel dnd from the examples, I changed the Operation to COPY instead of MOVE. This triggers a bug where empty...

    Started by erikdr, 24 Nov 2010 12:44 AM
    • Replies: 1
    • Views: 831
    24 Nov 2010 4:06 AM Go to last post
  18. Question Sizing a TextField

    Hello, I need a little help setting the width of my form fields (i.e. TextField). I'm using GXT 2.1.1. Calling setWidth("100%") on the Field...

    Started by KaiWeing, 2 Aug 2010 5:33 AM
    • Replies: 7
    • Views: 921
    23 Nov 2010 5:50 PM Go to last post
  19. Debugging code similar to the Json Grid Example

    I have a web application that is supposed to call a restful web service and display the results that are returned in a grid. It works when I submit...

    Started by SuperSloMo, 23 Nov 2010 4:10 PM
    • Replies: 1
    • Views: 822
    23 Nov 2010 5:36 PM Go to last post
  20. LiveGridView.handleComponentEvent() getting multiple ONSCROLL events in IE 8

    Hello, I've noticed that the LiveGridView.handleComponentEvent() method get's called multiple times in IE 8 when I click the scroll bar created...

    Started by Scott.Asire@ca.com, 22 Nov 2010 4:44 PM
    • Replies: 6
    • Views: 1,189
    23 Nov 2010 5:34 PM Go to last post


Forum Information and Options

Moderators of this Forum