Questions tagged [gwt-2.3]
5 questions
3
votes
2 answers
Problems with adding a GWT app in an iFrame
I have a GWT application, and I want to embed its URL in another web page through an iFrame:
But I'm getting errors.
If I browsed it in firefox:
Permission denied to…

GingerHead
- 8,130
- 15
- 59
- 93
2
votes
0 answers
GWT Animate Widget Swap
I am using GWT 2.3 and have a FlowPanel with a number of child Widgets. Part of my application invloves the swapping of elements in this FlowPanel, which I have implemented using insert(int, Widget). This functionally works well, but needs some…

mreynolds0404
- 183
- 1
- 13
2
votes
1 answer
GWT CellTable Sort Column With Custom Header
I have a sortable column in a CellTable. The problem is that I have a custom Header, in the header there is a text box. When the user clicks the text box, the column is sorted and the text box looses focus. What I need is for the sort to happen…

Matthew Sowders
- 1,640
- 1
- 19
- 32
1
vote
3 answers
How can I use a ComplexPanel with a GWT ActivityManager
I'm trying to modify the GWT 2.1 HelloMVP example code to use a more complex UI. (I'm not allowed to provide the link due to a two link limit)
My problem is that ActivityManager.setDisplay only accepts objects that implement AcceptsOneWidget.…

Corey
- 11
- 1
- 2
0
votes
4 answers
How to set border style
I am wondering is there an optimal way to set border (CSS like) for RichTextArea directly?;
I tried to use Formatter but it doesn't contain required methods :(
I'm using GWT 2.3.

user592704
- 3,674
- 11
- 70
- 107