'$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread PeteF
Hi all, I have installed gwt-ext through Maven plugin for eclipse. I am using gwtext version 2.0.5. I have added the following to MyApplication.gwt.xml: inherits name='com.gwtext.GwtExt' / stylesheet src=GwtExt.css / script src=js/GwtExt.js/script I have also added the

Ant problem

2009-04-12 Thread Tamachi
How to install ant under windows? GWT 1.6 requires ant now. However it seems like ant distribution is not available for windows users. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Paul Grenyer
Hi Take a look at my latest post to the GWT 1.6 and GXT thread I started yesterday. It might help you get a bit further. -- Thanks Paul Paul Grenyer e: paul.gren...@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com

Re: Announcing GWT 1.6...and quite a bit more

2009-04-12 Thread Rvanlaak
I've also heared something about GXT2.0. It will be released the 14th of April, but i've never read anything about that. Will GXT2 be GWT1.6 compatible? Besides that, what is the story between GWT and the Servlet3.0 (JSR 315) specification? I think it really would be great if GWT will implement

Loading an image using GWT 1.6.4

2009-04-12 Thread Fabrício Cabral
Hello all, I'm trying loading an image in GWT 1.6.4 but I don't know where put the image file. Every time that I run host mode, GWT doesn't found the file. Could anyone help me? Thanks in advance, -- --fx --~--~-~--~~~---~--~~ You received this message

GWT 1.6 Compilation Errors

2009-04-12 Thread Paul Grenyer
Hi All Is there a way I can tell the GWT compiler to ignore my tests? I have them in a separate folder, but it always tries to build them and I get: [ERROR] Errors in 'file:/C:/Users/Paul/Documents/Sandbox/EclipseWorkspace/Tracker/test/uk/co/marauder/tracker/client/model/IssueTest.java'

Re: GWT 1.6 Compilation Errors

2009-04-12 Thread olivier nouguier
hi, don't know (yet) how to ignore test case, but you could: - put them in another project - add your test *source* folder in the classpath of your launch config. On Sun, Apr 12, 2009 at 2:44 PM, Paul Grenyer paul.gren...@gmail.comwrote: Hi All Is there a way I can tell the GWT compiler

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Payam
More specifically, I cannot find the following in my download gwt-ext jar file: /js/ext/resources/css/ext-all.css /js/ext/adapter/ext/ext-base.js /js/ext/ext-all.js The only css file I can find is: GwtExt.css I cannot find any ext directory as part of my download. The only javascript directly

Re: Loading an image using GWT 1.6.4

2009-04-12 Thread hezjing
Hi Fabrício, 2009/4/12 Fabrício Cabral fabrici...@gmail.com Hello all, I'm trying loading an image in GWT 1.6.4 but I don't know where put the image file. Every time that I run host mode, GWT doesn't found the file. Could anyone help me? I saved my images in war/images directory, and

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Paul Grenyer
Hi No worries, although I haven't been any help yet. I obviously have my environment configured incorrectly. Would you be so kind as to describe your setup in detail so I can make mine the same, please? Sent from my BlackBerry® wireless device -Original Message- From: Payam

Re: GWT 1.6 with Maven and build system questions/survey...

2009-04-12 Thread Alan Hadsell
We were using Maven because that's what everyone uses, but found that it did not meet our needs. * It requires a great deal of configuration to properly build a GWT project * The tools to integrate Maven/GWT/Eclipse are always in a state of flux * Some of the really nice stuff in Maven

Re: GWT 1.6.4: Exception in DriverManager.getConnection

2009-04-12 Thread IvanRdz
I have the same problem and I am sure it´s due to Jetty and security settings as you have mentioned. Are you using google plugin? On Apr 11, 7:59 pm, martin hotston...@googlemail.com wrote: Ok, I am still stuck :-( Anybody got Mysql working with GWT 1.6.4? It worked fine for GWT 1.5 for me,

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Payam
Thanks for your reply. I took a look at your posting and the entire thread. The only js file I can find with the downloaded gwt-ext jar is GwtExt.jar. All the postings related to this that I have found talk about other javascript files (like gwt-all.jar, etc.) that I cannot find in my downloaded

Re: '$wnd.Ext.StatusBar' is null or not an object

2009-04-12 Thread Payam
I am using Maven to get the libraries. Here is what I have in my pom.xml for gwt-ext: repository idgwtext/id urlhttp://www.gwt-ext.com/maven2//url /repository dependency groupIdcom.gwtext/groupId

Re: GWT 1.6 with Maven and build system questions/survey...

2009-04-12 Thread Daniel Kurka
Currently we are trying to update our buildsystem from gwt 1.5 + gwt-maven from google code We are trying to use the trunk of gwt-maven from codehaus since those two plugins are merging. We were able to sucessfully compile a gwt project, but we still have some open issues. Has anyone a working

Re: GWT 1.6.4: Exception in DriverManager.getConnection

2009-04-12 Thread martin
Yes, I am using the google eclipse plugin. The project was freshly generated by the plugin, I just added the database connection stuff. @Vitali: I did also try to put the mysql-connecter jar file into the war/WEB-INF/lib directory, that did not change anything (with or without changing the

Re: GWT 1.6 and GXT

2009-04-12 Thread Nick
I think I know your problem. In 1.6, if you include links in your static html file, you need to prepend the name of your project. If you look in the WAR file structure and open the folder with your project name, tracker in your case, you will see the css file in the structure. For example:

Re: GWT 1.6 with Maven and build system questions/survey...

2009-04-12 Thread olivier nouguier
On Sun, Apr 12, 2009 at 7:35 PM, Daniel Kurka kurka.dan...@googlemail.comwrote: Currently we are trying to update our buildsystem from gwt 1.5 + gwt-maven from google code We are trying to use the trunk of gwt-maven from codehaus since those two plugins are merging. We were able to

Re: GWT 1.6 and GXT

2009-04-12 Thread Paul Grenyer
Hi Anyway, it works in hosted mode,but I get a blank screen in firefox when running on TomCat and the same message as PeterF ($wnd.Ext.StatusBar is null or not an object) from Internet Explorer. Right, I've now got the real GXT (http://extjs.com/products/gxt/) working with GWT 1.6, TomCat

Re: Ant problem

2009-04-12 Thread chandrashekhar mekala
Hi, http://www.strutsworld.com/2008/08/19/ant-a-java-build-tool/ This link might be helpful for you to install ant under windows. Thanks, Chandu. On 4/12/09, Tamachi tama...@gmail.com wrote: How to install ant under windows? GWT 1.6 requires ant now. However it seems like ant

Issues calling native method from server side code that uses GWT RPC

2009-04-12 Thread rookiegwtuser
Hi, I am new to GWT so please bear with me if the below looks simple. I am using the Stockwatcher sample program to test out whether I can call method from a native C library at the server side. I created a simple HelloWorld.c file that prints HelloWorld. It exposes only one method print(). In

Error listening to YouTube Player - onStateChanged

2009-04-12 Thread mike
Hi. I don't know any javascript and am building an ajax app with gwt to play youtube videos. In gwt, have a class that loads the movie in an embedded player, using this method: public static native void initializePlayer(String movieID, String divID, int width,

Solution: Runtime link error, libXt got loaded before libXm

2009-04-12 Thread Alexander Orlov
On Mar 23, 7:54 pm, canetc can...@googlemail.com wrote: Gtk-Message: Failed to load module gail: /usr/lib/gtk-2.0/modules/ libgail.so:wrongELFclass: ELFCLASS64 Gtk-Message: Failed to load module atk-bridge: /usr/lib/gtk-2.0/ modules/libatk-bridge.so:wrongELFclass: ELFCLASS64 You have to set

ClickListener Depreceated in 1.6.4

2009-04-12 Thread scottland.yo...@googlemail.com
Hi all, My current 1.5.4 application uses ClickListener extensively, now it has been deprecated I must use ClickHandler. However the onClick method monitors and Click event or something like that, whereas ClickListener monitored a widget. If I wanted to pass in a widget like so;

Re: ClickListener Depreceated in 1.6.4

2009-04-12 Thread Jeff Chimene
On 04/12/2009 01:42 PM, scottland.yo...@googlemail.com wrote: Hi all, My current 1.5.4 application uses ClickListener extensively, now it has been deprecated I must use ClickHandler. However the onClick method monitors and Click event or something like that, whereas ClickListener monitored

Re: ClickListener Depreceated in 1.6.4

2009-04-12 Thread scottland.yo...@googlemail.com
Ok, thank you very much. On Apr 12, 10:19 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/12/2009 01:42 PM, scottland.yo...@googlemail.com wrote: Hi all, My current 1.5.4 application uses ClickListener extensively, now it has been deprecated I must use ClickHandler.  However the

Re: ClickListener Depreceated in 1.6.4

2009-04-12 Thread Vitali Lovich
Or just ClickEvent#getSourcehttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/index.html?overview-summary.html On Sun, Apr 12, 2009 at 5:28 PM, scottland.yo...@googlemail.com scottland.yo...@googlemail.com wrote: Ok, thank you very much. On Apr 12, 10:19 pm, Jeff Chimene

SuggestBox and RichTextArea

2009-04-12 Thread Eddy
Hello, anybody tried to use the SuggestBox (with a SuggestOracle) using a RichTextArea instead of a normal TextArea? I am trying to use SuggestBox with the TextArea but I'm having several problems, so I was wondering that maybe the RichTextArea should be the way to go (even though the

How to import samples of GWT into Eclipse

2009-04-12 Thread Jaap
I've just installed gwt and appengine eclipse plugins and now would like to import the sample projects ( located in the samples directory into eclipse ) The README.txt in all the samples say the following --- If you use Eclipse, you can simply import the generated project into Eclipse. We've

Re: What happened to the incubator YouTube widget?

2009-04-12 Thread ali
There's ChromelessPlayer.Java here : http://code.google.com/p/hotforcode/source/browse/trunk/YouTubeTv/src/com/appspot/yttv/client/ChromelessPlayer.java On Mar 18, 5:03 pm, Transplant transplant...@gmail.com wrote: Ok I found the YouTubeViewer in the incubator, its just not listed in the

Re: how to set src attribute of an iframe?

2009-04-12 Thread Tony Strauss
Depending on your needs, gwt's Frame widget (which is an iframe) provides such programatic access for free (you even can wrap it around an already existing iframe element): http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Frame.html Tony -- Tony Strauss

Re: how to set src attribute of an iframe?

2009-04-12 Thread Prashant Gupta
thanks... :) On Mon, Apr 13, 2009 at 7:55 AM, Tony Strauss tony.stra...@designingpatterns.com wrote: Depending on your needs, gwt's Frame widget (which is an iframe) provides such programatic access for free (you even can wrap it around an already existing iframe element):

TextArea.setKey() is deprecated: How do I change characters in a TextBox/TextArea on-the-fly now?

2009-04-12 Thread Alexander Orlov
With the setKey(char) method it was possible to change user input in a TextArea/TextBox character-wise on-the-fly. Since GWT 1.6 setKey is deprecated. What should I use now? I think of a hack à la: onKeyPress getText() and replace the last character according to a HashMap

[gwt-contrib] Re: GWT-RPC broken in GAE/J

2009-04-12 Thread Sami Jaber
Absolutely Ray, PB violates DRY principles and could be easily handled as a specific adaptor in the whole extensibility model. This idea is to agree on an extensibility pattern similar to the way one extend RPC processCall(). CFS (Custom Field Serializer) may be an answer but they are supposed to

[gwt-contrib] [google-web-toolkit commit] r5214 - Tagging the 1.6.4 release (1.6 GA).

2009-04-12 Thread codesite-noreply
Author: sco...@google.com Date: Sun Apr 12 10:49:49 2009 New Revision: 5214 Added: tags/1.6.4/ - copied from r5189, /releases/1.6/ Log: Tagging the 1.6.4 release (1.6 GA). --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r5212 - Botched commit (was: Tagging the 1.6.4 release)

2009-04-12 Thread codesite-noreply
Author: sco...@google.com Date: Sun Apr 12 10:48:29 2009 New Revision: 5212 Added: tags/1.6.4/ - copied from r5112, /releases/1.6/ Log: Botched commit (was: Tagging the 1.6.4 release) --~--~-~--~~~---~--~~