There is an incorrect version number in the title for Release 2.2.5 in Release Notes - the title reads "Release 2.2.4 (Released September 15th, 2011)" instead of correct "Release 2.2.5 (Released...
Type: Posts; User: Cypher
There is an incorrect version number in the title for Release 2.2.5 in Release Notes - the title reads "Release 2.2.4 (Released September 15th, 2011)" instead of correct "Release 2.2.5 (Released...
I had to add also these two:
- validation-api-1.0.0.GA.jar
- validation-api-1.0.0.GA-sources.jar
Both are bundled with GWT 2.3.0.
Are you just switching the GXT JAR files or do you do also the full recompilation with correct versions of GWT and GXT libraries?
At least this link still works: http://www.sencha.com/examples/explorer.html
There is a typo in MessageBox.MessageBoxType:
public static final MessageBox.MessageBoxType PROGRESSS
Too many S'es in "PROGRESSS". :D
Well, rgalvao, then seem to work fine also with GXT 2.0.
http://www.section508.gov/
http://www.section508.info/
http://www.access-board.gov/508.htm
You can find them on the first page of this thread: http://extjs.com/forum/showthread.php?t=47222
Also take a look at these links:
- http://www.springbyexample.org/examples/simple-gwt-spring-webapp.html
- http://jroller.com/revetkn/entry/gwt_and_spring_2_0
- GWT + Spring MVC integration,...
More links worth looking at:
- http://www.screaming-penguin.com/node/4500
- http://code.google.com/support/bin/answer.py?answer=55200
-...
Well...it's not that bad as long as you have proper environment for debugging. Also, it is possible to debug both the client-side code (which is at the end translated to JavaScript) and server-side...
Hi guys,
I just tested the GXT2.0-m1 Explorer Demo in Chrome and one thing I noticed so far - the theme selector is showing in left-hand part of the browser, not underneath the drop-down box as it...
No problem, Ken...it's good to hear that you like those themes...
More info here:
- Toolkit: http://code.google.com/webtoolkit;
- Plugin for Eclipse: http://code.google.com/eclipse;
- Blog: http://googlewebtoolkit.blogspot.com;
Hi guys,
I have an instance of ComboBox which is editable (ComboBox.setEditable(true)) and allows users to enter any text (ComboBox.setForceSelection(false)). Now I need to capture the event when...
Good job!
Yes, I agree, it would be nice to have an access to some of the bug tracking systems available on the market...it would definitely improve the way how (potential) bugs are reported and handled.
Also take a look at these links:
http://mirko.nasato.it/2008/05/gwt-and-maven/
http://www.zanthan.com/itymbi/archives/002192.html
http://code.google.com/p/tst-gwt/wiki/EclipseMavenRpc
...
A good place to start is this link: http://code.google.com/p/gwt-maven/ I use this plugin and it works pretty well for me.
+1 for Wiki (hosted by Ext);
+1 for Bug Tracker (I like Mantis BT, http://www.mantisbt.org);
Well done, posta07. We appreciate your effort!
Right, right, right...thanks, Darrell, I got my app up-and-running with GXT 1.1.3...of course calling layout() helped (I should have tried that myself).
Darrell, I'm having the same problem as "longer" reported above. My web app with GXT 1.1.2 works fine, but when I switch to GXT 1.1.3, nothing is rendered. What has changed? What can we do about it?...
+1 for CSS
+1 for MVC documentation
Ok...now I see what may cause this problem - I have a little RPC while the code is creating a center panel...and it is probably not finished before the panel is rendered. That would explain the...