Search Type: Posts; User: zaccret
Search: Search took 0.04 seconds.
-
21 Jul 2010 1:54 AM
Jump to post Thread: GXT on Maven Central repository by zaccret
- Replies
- 31
- Views
- 23,104
Hi,
GWT has made the first step : http://googlewebtoolkit.blogspot.com/2010/07/gwt-204-now-available-in-maven-central.html
Regards -
21 Oct 2009 4:53 AM
Jump to post Thread: GWT Designer - Support for GXT by zaccret
- Replies
- 0
- Views
- 1,106
Hi all,
I have just read that GWT Designer now has support for Ext GWT !!!
http://www.instantiations.com/press/release/100709.html -
7 Jul 2009 5:32 AM
Jump to post Thread: Ext GWT 2.1.0 Now Available by zaccret
- Replies
- 70
- Views
- 48,825
Nice job, Darell and all the team !
Also, I'm glad to see the new roadmap. Especially :
ARIA/Section 508 accessibility improvements
Strict doctype support
Fully Chrome and Safari 4 support
... -
7 May 2009 1:07 AM
- Replies
- 7
- Views
- 2,046
GWT developers should use assert to debug GWT.
GXT developers should use assert to debug GXT.
We can use assert to debug our application but we should not get AssertionErrors from GXT because we... -
8 Apr 2009 4:21 AM
Jump to post Thread: Value in an AdapterField by zaccret
- Replies
- 6
- Views
- 2,024
This can be fixed by only changing class declaration :
public class AdapterField<D> extends Field<D> -
8 Apr 2009 4:09 AM
- Replies
- 6
- Views
- 2,368
In the BeanModelGenerator, the only thing required would be to add the parameters and some casts. I've tested the following code and sdc suggestion, it is working.
public class... -
1 Apr 2009 8:47 AM
- Replies
- 7
- Views
- 3,509
+1 for generics fixes
-
1 Apr 2009 8:45 AM
- Replies
- 5
- Views
- 3,189
Huh... Why not add a parameter to NumberField (N extends Number) instead of changing the javadoc ?
-
1 Apr 2009 8:43 AM
- Replies
- 6
- Views
- 2,368
+1 (and basically +1 for all generics fixes)
-
1 Apr 2009 8:42 AM
Jump to post Thread: Value in an AdapterField by zaccret
- Replies
- 6
- Views
- 2,024
+1 (and basically +1 for all generics fixes)
-
1 Apr 2009 8:41 AM
Jump to post Thread: Bad generics in MultiField by zaccret
- Replies
- 6
- Views
- 2,109
+1 (and basically +1 for all generics fixes)
-
1 Apr 2009 8:31 AM
Jump to post Thread: Feature : Charts by zaccret
- Replies
- 55
- Views
- 22,960
Nice ! Glad to see that you choose an open source solution !
-
17 Mar 2009 2:41 AM
Jump to post Thread: Frequently Asked Questions (FAQ) by zaccret
- Replies
- 11
- Views
- 5,357
By the way, you can now access/edit the FAQ in the learning center (it is a Wiki) : http://extjs.com/learn/Learn_About_the_Ext_GWT_Library
-
2 Mar 2009 2:13 AM
Jump to post Thread: Ext GWT v1.2.4 Released by zaccret
- Replies
- 100
- Views
- 42,373
For Maven look here : http://extjs.com/forum/showthread.php?p=278886
-
18 Feb 2009 7:25 AM
- Replies
- 4
- Views
- 1,476
Me too.
@GXT team : I don't know what type of bug you accept and what type you won't fix. I feel (really? ;)) that you don't want to fix this one, but it should really be fixed.
Do you assert... -
4 Feb 2009 10:36 PM
Jump to post Thread: GXT and Maven by zaccret
- Replies
- 7
- Views
- 3,286
? I'm not sure to understand. If you use GWT, you must put GWT dependencies in your own pom.xml, this is not relevant to the plugin.
-
4 Feb 2009 1:10 AM
Jump to post Thread: Ext conference by zaccret
- Replies
- 1
- Views
- 1,153
Hi all,
Did you read the blog : http://extjs.com/blog/2009/02/03/ext-conference-2009/ ? It says that sessions will cover Ext GWT 2.0. So I guess we can expect the 2.0 release around april ? -
4 Feb 2009 1:02 AM
Jump to post Thread: Users Guide for ext-gwt needed by zaccret
- Replies
- 7
- Views
- 3,465
Hey! I see you start to organize and write in the Wiki. Nice job ! Thanks. =D>
-
4 Feb 2009 12:48 AM
Jump to post Thread: GXT and Maven by zaccret
- Replies
- 7
- Views
- 3,286
Hi quintesse,
You're right, for now Maven is not supported by Ext GWT team, that is to say you won't find an up-to-date Ext GWT artifact on central repository, you'll have to add your own on your... -
23 Jan 2009 1:46 AM
Jump to post Thread: GXT Charts by zaccret
- Replies
- 2
- Views
- 4,923
http://extjs.com/forum/showthread.php?t=34081
-
16 Jan 2009 6:15 AM
Jump to post Thread: Java Bean support and @BEAN by zaccret
- Replies
- 6
- Views
- 3,573
Hi,
+1. It wouldn't be possible to just add the annotation on the POJO classes instead of creating interfaces ??? -
16 Jan 2009 6:13 AM
- Replies
- 4
- Views
- 1,476
If you won't fix it, please just tell me so that I don't unnecessarily spend time keeping the thread up-to-date.
-
16 Dec 2008 11:27 PM
- Replies
- 4
- Views
- 1,476
Suggestion : just tell it in Javadoc, add the following doc to tha add(TreeItem item) and add(TreeItem item, int index) methods :
* @throws NullPointerException if the item is not attached to a... -
11 Dec 2008 10:39 PM
Jump to post Thread: MVC For GXT by zaccret
- Replies
- 3
- Views
- 5,277
Hi Rick,
AFAIK, there is not other documentation than Mail example and javadoc.
Regards -
10 Dec 2008 8:24 AM
- Replies
- 6
- Views
- 4,114
I think he means you have to put both the source and binary of your bean class in your project classpath.
Results 1 to 25 of 118
