gxt Questions
2
Solved
I am trying to compile a relatively simple, client-side-only GWT 2.5.0 application under JDK 7u7.
The project runs perfectly fine in development mode. I also remember it was compiling ok on anothe...
5
Solved
I have a grid in GXT, something like this:
List<ColumnConfig> configs = new ArrayList<ColumnConfig>();
ColumnConfig config = new ColumnConfig();
config.setId("type");
config.setHeader(...
1
Solved
I am using Gxt2.2.3 and Gwt2.2.0 with maven, when i try to run the application in hosted mode through jetty server , am getting the following error trace as follows.
org.springframework.beans.fa...
2
Solved
I am using Gxt-2.2.3's combox box, when it is rendering in IE7 there is no problem with the alignment, but when it comes to Firefox-4.0.1 have got some selection arrow alignment issues as follows.
...
6
Just got back reading a question from 2 years ago here.
From there and several other places on the internet i concluded that developing with Ext-GWT was sucky.
My question is, with the release of...
2
Solved
I am using GWT. i implemented internationalization to support spanish language. but spanish chars are not displayed propertly. Ex: Teléfono Buscar is displayed as .
(see some junk char after Tel). ...
Voroshilovgrad asked 30/5, 2012 at 10:43
5
Solved
In GXT, I've got a control with an important panel added to the bottom component, basically like this:
public class SamplePanel extends ContentPanel {
ContentPanel panel = new ContentPanel();
p...
1
Solved
The GXT themes which come by default are ok but they're all essentially versions of the same thing with different colors. Looking around I can't find any attractive commercial or free themes.
Is t...
2
Solved
I would like to know the difference between GWT, GWT-RPC, EXT-GWT and Smart GWT. Currently, I managed to borrow books on GWT which I understand is just a library designed to facilitate fast and eff...
3
Solved
ext-Myself and two co-workers have been working on a GWT project and coding in eclipse. The project is growing and we are bringing on several new developers to help out. I have been tasked with set...
Substation asked 16/2, 2012 at 16:0
2
Solved
I am using GWT 2.3.I which I am using GWT cell table.
Here below is the code for my cell table:
public class FormGrid extends SuperGrid {
List<Form> formList;
@Override
public void setCol...
3
I am trying to write to a file in Google appengine but it giving a error message java.io.FileOutputStream is not supported by Google App Engine's Java runtime environment
even though I imported
...
Aegina asked 11/11, 2011 at 7:0
3
Solved
When creating a GXT SimpleComboBox (as in the accepted answer here),
final FormPanel fp = new FormPanel();
SimpleComboBox<String> combo = new SimpleComboBox<String>();
combo.add("O...
2
Normally, the Change event will trigger after the TextField loses its focus (on blur).
But I need it to trigger as soon as the value of the field changes, without the need to lose the focus on the...
3
Solved
I have a ContentPanel that fits the entire window. It has a topComponent, a widget in the center, and a bottomComponent.
I'm getting layout problems, when I try to add widgets to the topComponent ...
1
Solved
Assuming a person has same level of expertise in JS and Java, Should he choose ExtJS or ExtGWT for a new project with Java / Spring server side backend,
1.Are they functionally equal?. All the wid...
1
Solved
When starting a new application, what are the things that you weight out in order to decide whether to go with ExtGWT or ExtJS?
For a programmer that knows both Javascript and Java, what is ...
4
Solved
I cannot seem to find any documentation of what events fire and when in GXT.
The API docs have lists of all the events that could fire (in Events). And it describes how to handle events that you c...
Braga asked 10/4, 2009 at 20:22
2
Solved
How do I use ComboBox in EXT-GWT with static data.
For example I just want to hard code (for demo purposes) list of First Names and display it to the user.
I don't want to use any dummy objects tha...
2
Solved
Am I taking crazy pills, or are these two things pretty much identical?
© 2022 - 2024 — McMap. All rights reserved.