Re: Giving GWT another test drive

2009-12-10 Thread Ed
The issues are the same, Just the exceptions are better organized, so debugging is easier. I use my own patched Dozer version to realize the Dozer-GWT integration. It works like a charme... Haven't used the UI Binder, but you might expect too much from it. It's not a DND GWT design tool which

Embedding CKEditor on GWT : gwt-ckeditor

2009-12-10 Thread Damien Picard
Hi, I've started a new Open Source project that aims to wrap CKEditor ( http://ckeditor.com) on GWT : Official announcment (french) : http://axeiya.com/?/Labs/16-gwt-ckeditor Google Code project : http://code.google.com/p/gwt-ckeditor/ Any contrib will be welcome, furthermore that I've only

Re: help debugging gwt apps with database

2009-12-10 Thread Ed
I think you will be disapointed about the plug-in usage. My opinon: the plug-in is more for new-comers and not very suitable (yet) for advanced projects. I used it with my (complex) GWT projects that didn't give me any added- value. It even gave me problems as it includes all the eclipse project

Redirect with information

2009-12-10 Thread Parmeet Kohli
This is not exactly GWT related .. but is there a way to send some information along when you redirect to a new location. I know I could specify the information in the url as a query string.. but I'm wondering if there is a better way .. because the information i mean to pass is a real big

GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread J.R
I got such errors while try to run Mail sample in GWT 2.0, both in FF3.5 and Chrome. Any one encountered this problem? 00:01:08.455 [ERROR] Unable to load module entry point class com.google.gwt.sample.mail.client.Mail (see associated exception for details) java.lang.VerifyError: (class:

Re: Maven build error with GWT application (file not found)

2009-12-10 Thread Austen
Hi Manish, I had the same problem, I didn't find out what the cause was but I found removing: resources ... /resources from the pom solved the issue. (I didn't need to specify them anyway) Hopefully that points you in the right direction at least. Cheers Austen On Dec 9, 5:40 am, manish

How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Stefan Sigvardsson
Hi! In the previous versions of GWT i have been able to use hosted mode against my external server this way http://code.google.com/intl/sv-SE/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s I just whitelistes the address and typed

Problems compiling internationalisation files with GWT 2.0

2009-12-10 Thread craige
Hi I've just tried out GWT 2.0 on a mature GWT project after upgrading from 1.6 and I'm noticing a compiler error relating to processing of the internationalisation aspect of the application which I I have never see before. I was wondering if this is a bug or that I possibly need to change

Re: GWT Chat applications

2009-12-10 Thread abhiram wuntakal
Hi jim, Thanks for that hint. Well, are u getting the messages from the database? I mean there shud be a place from where the messages intended for a client shud be picked up right? So, have u kept the messages in the databse? And are u able to support multiple chat windows for a single user

Development mode crashes Safari 4.0.4 in OS X 10.4

2009-12-10 Thread Alex Reid
Hi, Is anyone running the new development mode successfully on OS X 10.4 or is an upgrade to 10.5 or 10.6 needed? I know this machine is overdue at update. Unfortunately Safari is crashing with the following: Date/Time: 2009-12-10 10:17:11.037 + OS Version: 10.4.11 (Build 8S2167)

Re: Development mode crashes Safari 4.0.4 in OS X 10.4

2009-12-10 Thread Alex Reid
It also seems the Firefox plugin crashes, but Firefox now doesn't load at all with the plug-in enabled. On Dec 10, 10:21 am, Alex Reid alxs...@googlemail.com wrote: Hi, Is anyone running the new development mode successfully on OS X 10.4 or is an upgrade to 10.5 or 10.6 needed? I know this

Re: UiBinder and FlexTable or Grid

2009-12-10 Thread FKereki
The idea was that FlexTable and Grid hide the HTML code, and avoid any possible cross browser problems. If you go back to using HTML directly, you may have to deal with browser quirks on your own. Of course, with pretty simple HTML, that won't probably be a problem, but what I like about GWT is

How write Generator

2009-12-10 Thread Alexander
I want to annotate some methods and make generator to change this methods and add new method for every annotation. Like this @DoIt public void methodName(){ .. some work there .. } generated to public void methodName(){ ... some work there .. generated_methodName(); } public void

Re: GWT Chat applications

2009-12-10 Thread Jim
No i don't use database, Server side, i've got - an static hashmapidUser,usermodel with all users online. ( add and remove users by connectionEvents received from client) - an static hashmapidUser,Event to know wich events to which client . for example : - on the client, =jim connect

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread Abdullah Shaikh
Hey this piyush sharma piyush111...@gmail.com is a spam and messages from this id are over all the ML messages. Can someone block this id ? - Abdullah On Thu, Dec 10, 2009 at 5:00 PM, darkflame darkfl...@gmail.com wrote: umm...did you mean to say something? On Dec 10, 7:05 am, piyush sharma

Embedding CKEditor on GWT : gwt-ckeditor

2009-12-10 Thread Damien Picard
Hi, I've started a new Open Source project that aims to wrap CKEditor (http://ckeditor.com) on GWT : Official announcment (french) : http://axeiya.com/?/Labs/16-gwt-ckeditor Google Code project : http://code.google.com/p/gwt-ckeditor/ Any contrib will be welcome, furthermore that I've only

Re: Cannot install GWT Eclipse plug-in

2009-12-10 Thread Nixarn
Happens to me too :( I'm on Windows 7 64bit, got a 32bit version of Eclipse 2.5 for Java (Not EE). Fresh eclipse install and havn't had in any older version of GWT. On Oct 29, 3:01 am, Gamer_Z. zmy...@gmail.com wrote: I cannot install the GWT plug-in on Eclipse (3.5/Galileo).  I have re-

Re: Embedding CKEditor on GWT : gwt-ckeditor

2009-12-10 Thread piyush sharma
Pehle to me sab dosto ko apne dil se bahot bahot dhanywad karta hu . My dear friends aaj me bahot bahot khus hu …. Group membero ka muje bahot pyar mila he aur meri pari ki wajeh se aaj me group members se personally baat kar paa raha hu mere liye isase badi aur khusi ki baat kya he

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
Hi, I use an external Ruby server. What I do is to simply replace the first part of the URL to point to my RoR server, and I leave everything else the same. My RoR server just have to have the HTML host page from where my GWT app is loaded. So the original Dev Mode URL looks like:

Re: Embedding CKEditor on GWT : gwt-ckeditor

2009-12-10 Thread Damien Picard
Hi Carlos, There is an example in the QuickStart wiki page : http://code.google.com/p/gwt-ckeditor/wiki/QuickStart Thank you, 2009/12/10 piyush sharma piyush111...@gmail.com Pehle to me sab dosto ko apne dil se bahot bahot dhanywad karta hu . My dear friends aaj me bahot bahot khus hu

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Thomas Broyer
On Dec 10, 11:13 am, Stefan Sigvardsson scht...@gmail.com wrote: Hi! In the previous versions of GWT i have been able to use hosted mode against my external server this wayhttp://code.google.com/intl/sv-SE/webtoolkit/doc/latest/FAQ_Debugging... I just whitelistes the address and typed a

Re: How write Generator

2009-12-10 Thread Thomas Broyer
On Dec 10, 11:55 am, Alexander the.malk...@gmail.com wrote: I want to annotate some methods and make generator to change this methods and add new method for every annotation. Like this @DoIt public void methodName(){ .. some work there .. } generated to public void methodName(){

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
No, You do .. just make sure your Dev Mode server is running (from eclipse), then add ?gwt.codesrv=... argument to the URL for your external server and it should work. Federico. On Dec 10, 11:38 am, Thomas Broyer t.bro...@gmail.com wrote: On Dec 10, 11:13 am, Stefan Sigvardsson

Re: How write Generator

2009-12-10 Thread Alexander
Thanks! 2009/12/10 Thomas Broyer t.bro...@gmail.com On Dec 10, 11:55 am, Alexander the.malk...@gmail.com wrote: I want to annotate some methods and make generator to change this methods and add new method for every annotation. Like this @DoIt public void methodName(){ .. some

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
Actually .. I did not test that .. it might work too. The important bit is that GWT's Browser Plugin seems to relax SOP restrictions on the browser so you can get your pages, data, css, images, etc from your external server and at the same time the code from the Dev mode server. On Dec 10, 11:47 

Re: UiBinder and FlexTable or Grid

2009-12-10 Thread Thomas Broyer
On Dec 10, 11:41 am, FKereki fker...@gmail.com wrote: The idea was that FlexTable and Grid hide the HTML code, and avoid any possible cross browser problems. If you go back to using HTML directly, you may have to deal with browser quirks on your own. Of course, with pretty simple HTML, that

Can anybody provide a way to disable default css,even referenced widget used standard theme?

2009-12-10 Thread Alex Luya
Actully it is not a bug,but annoying,I have commented the entry inherits name='com.google.gwt.user.theme.standard.Standard/chrom..' / in my project .gwt.xml ,But question is if a referenced library within project uses inherits name='com.google.gwt.user.theme.standard.Standard' /,standard *css*

Include HTML and wrap tags: still not possible? (GWT 2.0)

2009-12-10 Thread ericv
htmlResource.html divThis is a test label id=client_bundle_test/label/div code (GWT version: 2.0.0) String htmlTestResource = TestResources.INSTANCE.htmlTestResource ().getText(); HTML htmlTest = new HTML(htmlTestResource); RootPanel.get().add(htmlTest); Label testLabel =

Re: GWT Chat applications

2009-12-10 Thread Mohamed Mansour
I would rather use JMS to do this. You have the power to do so. Every client writes to some Queue, and registers himself with a ReplyTo temporary queue. That way the server handles all the messages and sends the message to the appropriate queue where GWT is listening to. On Dec 9, 7:13 am,

Cannot find generated I18 UiBinder Files

2009-12-10 Thread Chris Lowe
I've been trying to test the I18 features of UiBinder but I cannot locate the generated properties file. My procedure is this: * Generate a new GWT 2.0 project called I18Test, with a package called com.example * Using the plugin, add a UiBinder asset called MainView to com.example.client. I

Parsing Complicated XML

2009-12-10 Thread oliverde8
Hi, I am trying to generate a a tree using a XML file. I was able to read and Parse the XML file. But I have some problems with the parser. The xml I try to parse is: http://91.121.149.10/Personal/oliverde8/test/index.xml At the end I want to have a tree in a DecoratedTabPanel, with multiple

Re: Install Speed Tracer on the Mac?

2009-12-10 Thread Kelly Norton
Hi Jim, We were actually kind of late finding out that extensions would not be enabled on the Mac, so we didn't get a chance to change out the screenshots. In fact, extensions have been turned on in the Mac Dev Channel for the past month but they had to turn them off briefly for the Chrome Beta

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
@jgw, Thanks for the rescue. I thought I was going crazy. Totally forgot about the effects of doctype. Nice to have: when the eclipse project wizard (or the app creator tool) is updated to create a UiBinder-style Greeting template, it would be nice if the doctype in the template html page was

Problems with Portal Column Listeners

2009-12-10 Thread dokannon
Hi every one , am new in GWT and i have a problem: I have 2 PortalColumns, in the PortalColumn 1 i have 2 portlets , and i want to know how to create a listener for capture the information inside the portlets in the PortalColumn 2. sorry about my english thx -- You received this message

Best Practice for ImageResource in ClientBundle

2009-12-10 Thread Eric Landry
Hi, I'm trying to get my app working with GWT2 and was wondering if there's anything wrong about the following code: public interface MyImages extends ClientBundle { public static final MyImages INSTANCE = GWT.create (MyImages.class); @Source(small.png) ImageResource logo(); }

Eclipse, GWT 2.0 and Opening a browser

2009-12-10 Thread Lee
Hi Everyone, Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One thing that has been irritating me so far, is every time I run as a web application in Development mode, having to re-open my browser and copy paste the URL (if I have previously closed the browser). Does anyone

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Paul
um Since it all seems to be embedded in Eclipse now, where do I find all the client side logging messages? Paul On Dec 8, 7:13 pm, Miguel Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the

Re: Install Speed Tracer on the Mac?

2009-12-10 Thread Dexter.Yy
Hi, launch Chrome from the command line: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -- enable-extension-timeline-api On Dec 9, 8:11 pm, Jim Douglas jdoug...@basis.com wrote: I'm feeling a bit dense -- I see instructions here for installing Speed Tracer on Windows, but no

Re: DockLayoutPanel inside custom DecoratorPanel

2009-12-10 Thread Erik
Having the same issue here. On Dec 5, 10:08 pm, Will wil...@gmail.com wrote: I am trying to create a custom DecoratorPanel that will work with DockLayoutPanel as the child widget.  I tried a normal DecoratorPanel and found that only Widgets in the North section of the DockLayoutPanel actually

Re: GWT Chat applications

2009-12-10 Thread Kiril Piskunov
You should check out this example. http://www.gwtapps.com/?page_id=31 Source: http://groups.google.com/group/gwtapps/files It is implementing using hanging async call so if there are no messages, polling time is reduced to 30 seconds. For the server side code there author included example using

Programmatically firing scroll event.

2009-12-10 Thread Rajeev Kumar
Hi, I have two PagingScrollTable controls in a gwt module with scrollbars. I wanted to scroll first table programmatically on scroll of second table. Is this possible in gwt. Do we some examples related to this ? Any help on this will be highly appreciated. thanks, Rajeev -- You received this

StackLayoutPanel css

2009-12-10 Thread sgtmcd
I am very new to GWT. I have tried to use the new StackLayoutPanel as recommended. However, I don't get any css applied to it. I can apply my own custom css, but it seems to imply in the docs that there is css in the standard theme for layout panels. Am I doing something wrong? or is my

development mode isn't updating

2009-12-10 Thread mcrady
My development mode is working but changes I make aren't being reflected to my gwt client app. I can see changes to JSPs reflected in the browser so I must be hitting the right server. It appears as if the js isn't being recompiled. It's supposed to magically happen when I hit save? No more

Multiple GWT modules are compiling really slow!!

2009-12-10 Thread soc
Hi, I'm currently spliting up my code base (since it has gotten qute large) and i have found something odd, that i was wondering if someone could clarify? I have multiple java projects with GWT modules in each. I then build these into a jar (around 8-9 seperate jars) that can be added to my

Download GWT Development Mode plugin for Firefox

2009-12-10 Thread webMustard
I am developing on a browser that is not connected to the internet. Is there a download page where I can download the plugin instead of the browser trying to do it automatically? Thank you for time. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread gaspo
I had to also delete project's javascript code in war folder. After that I got the browser to display the page offering to download the plugin. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

loading TreeNodes to a TreePanel on scroll events

2009-12-10 Thread amit
Hi There, My name is amit and I am trying to address a typical problem with a TreePanel implementation. Objective: My objective is to implement a lazily loaded browsable hierarchy. Current implementation: Upon initialization the browser is loaded with the top level nodes and after which, child

Re: development mode isn't updating

2009-12-10 Thread mariyan nenchev
I have the similar problem. I created new Web Application with the GEP, and first implemented my UI, after that when began to implement the business logic and event handling, i added maven pom to manage my dependncies and after that the development mode stop working for some unknown reason (i

Re: Window.open to include gwt.codesvr parameter

2009-12-10 Thread Łukasz Bachman
I have exactly the same problem with Window.Location.replace() method. Bigger problem is, that we are using Spring Security along with GWT, so we have configuration as follows: beans:bean id=myAuthenticationEntryPoint

Stockwatcher -UIBinder

2009-12-10 Thread johnd
Hi, i have a question regarding the stockwatcher tutorial. Will that be updated to use UIBinder instead? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

How to use DatePicker with UiBinder

2009-12-10 Thread sab...@gmail.com
any one can help please, I would like to use DatePicker in UiBinder. Thank you. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

FormPanel submit problem

2009-12-10 Thread Island
Hi, there I am new to GWT, so maybe this question has been answered somewhere else. The question is regarding the FormPanel submission. I defined a FileUploadDialog class, which is inherited from GWT DialogBox class. In my FileUploadDialog constructor, I decided to attach a FormPanel to it and,

GWT 2.0 development mode RPC calls to other domain - XS

2009-12-10 Thread Jirka TT
Hello, when I have GWT 1.7.1 I can make RPC call from hosted mode (localhost: 8080) to another domain (RPC service impl on localhost:9280 or anywhere) ... ... but now I have GWT 2.0 and Eclipse with latest GWT plugin (no code was changed) and I have strange behavior with RPC calls. I can not

Re: Deprecated SerializableException

2009-12-10 Thread Gabor
If your method throws Exception, or a custom class that extends Exception, then you will get this warning. Maybe because the GWT compiler searches for all subclasses of Exception, and finds SerializableException. It includes it in the list of serializable types, and you get a deprecation warning.

StackLayoutPanel stacks not opening on click

2009-12-10 Thread Andrew Winter
Hi all, I have a StackLayoutPanel inside a DockLayoutPanel (much like the Mail sample). For some reason, stacks only open in response to a click followed by a mouse move. Not just a click, as they should. Has anyone else experienced this? I'm using UIBinder and don't have ui:field= for the

Re: Development Mode Firefox 64bit Linux Issue

2009-12-10 Thread Jaan
I'm having the same problem - GWT firefox plugin installs, is displayed in extensions list, I can configure it. But I'm asked to install the plugin again when I access my application. The development mode is working correctly when I access it from my windows laptop with chrome. So the issue has

Re: GWT 2.0 dead in IE7?

2009-12-10 Thread adrian.hauptm...@googlemail.com
Hi there, exact same issue for me with SplitLayoutPanel! public class Test implements EntryPoint { public void onModuleLoad() { SplitLayoutPanel p = new SplitLayoutPanel(); p.setSize(100%, 100%); p.addWest(new Label(west), 300);

Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
[duplicating my last message because it failed to post to groups/gwt last time] On Thu, Dec 10, 2009 at 9:11 AM, Joel Webber j...@google.com wrote: The problem here is that you're using RootLayoutPanel explicitly, which requires the use of a standards-mode doctype. * This widget will

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Nick
That wasn't successful for me. I ended up just renaming my existing project and re-checked out the entire project from my SVN repository. Luckily I check in my entire Eclipse project, so it was fairly easy. Everything now works as expected. On Dec 9, 6:28 pm, gaspo ga...@rtjcom.com wrote: I had

Netbeans plugin

2009-12-10 Thread nicanor.babula
Hi all, I don't want to start a flaming war on whether NetBeans is better than Eclipse or not, because that is strictly a matter of taste. Said that, I want to mention that for me (and surely for many other developers like me) Eclipse kinda sucks, so it would be nice for the guys at Google to set

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Paul Robinson
Failing to stop at breakpoints was a bug in one of the JVM releases (1.6.0_14 IIRC). Make sure you're using the latest JVM. Nick wrote: I just updated my Eclipse plugin from GWT 1.7 to GWT 2.0. I got my application to run in a separate browser, however, it does not ask me to install a plugin,

Re: Netbeans plugin

2009-12-10 Thread John Ivens
I agree. I am always forced to use Eclipse because everyone else uses it, and features such as the Google Eclipse Plugin come out well in advance of anything for NetBeans. On Thu, Dec 10, 2009 at 8:28 AM, nicanor.babula nicanor.bab...@gmail.comwrote: Hi all, I don't want to start a flaming

Re: GWT 2.0 crash on IE7 - post-UiBinder setCellHeight with VerticalPanel

2009-12-10 Thread Stuart
Logged as issue 4331 http://code.google.com/p/google-web-toolkit/issues/detail?id=4331 On Dec 9, 7:51 pm, Stuart stuartmoff...@gmail.com wrote: Environment: MS Windows, Eclipse 3.5 with GWT 2.0 plugin. Testing on: FF (Win/Mac), Chrome (Win/Mac), IE7(Win) Basic widget hierarchy: - EntryPoint

Re: GWT 2.0 Using External Resources

2009-12-10 Thread Eric
On Dec 9, 9:48 pm, fmk11 fkat...@gmail.com wrote: Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on @Resource .. anyone knows what needs to be imported? It does not seems to be defined

Re: Using Gilead with GWT 2.0 ms1

2009-12-10 Thread Trevor Skaife
I definitely should have worded that better. You did exactly what I wanted you to do, if you would put them in any other package it wouldn't work. On Dec 9, 5:27 pm, graffle...@gmail.com graffle...@gmail.com wrote: Thanks!!  Great work... but what do you mean by Once you get these files in

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Nick Powers
I ran across that fun problem a while back, and fixed it. This, however, was due to upgrading to GWT 2.0 and the switch between hosted mode and dev mode. -Nick On Thu, Dec 10, 2009 at 9:29 AM, Paul Robinson ukcue...@gmail.com wrote: Failing to stop at breakpoints was a bug in one of the JVM

Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread István Szoboszlai
Hello! I have tried the new GWT 2.0 release, and it looks very god! My only problem is with the eclipse plugin. Do you know how to debug the project using the normal devmode window instead of the Development Mode tab in eclipse? I don't really like the new tab:) Is there a command line

Re: How to use DatePicker with UiBinder

2009-12-10 Thread Thomas Broyer
On Dec 10, 8:12 am, sab...@gmail.com sab...@gmail.com wrote: any one can help please, I would like to use DatePicker in UiBinder. And? xmlns:dp=urn:import:com.google.gwt.user.datepicker.client dp:DatePicker ui:field=myField / @UiField DatePicker myField; Same goes for a DateBox.

Re: GWT 2.0, Browser Plugin, logging/etc issues.

2009-12-10 Thread Rajeev Dayal
The problem may have been an old hosted.html file that existed from an old SDK. Right now, there is a problem where that file is not re-generated when the SDK is switched. I believe that you would have achieved the same effect if you had blown away the generated directory for your app under the

Re: GWT 2.0 Using External Resources

2009-12-10 Thread Thomas Broyer
On Dec 10, 3:48 am, fmk11 fkat...@gmail.com wrote: Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on @Resource .. anyone knows what needs to be imported? It does not seems to be

Debugging GWT Gadget (iGoogle)

2009-12-10 Thread flokay
Hi, how can I debug a Gadget made with GWT 2.0? In GWT 1.7.1 it worked by using this tutorial, but with 2.0 it doesn't work any more! http://www.lucamasini.net/Home/gwt/google-app-engine/developing-google-gadget-with-eclipse-gwt-plugin Could anybody help me? -- You received this message

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread Rajeev Dayal
Hey, Do you mind pasting the contents of your .project and .classpath files? I want to verify that the DevMode class is actually what's being run when you launch your app. Rajeev On Wed, Dec 9, 2009 at 2:50 PM, darkflame darkfl...@gmail.com wrote: Upgrading to 2.0, and I started getting

Re: GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread Thad
This seems to be a problem with Java 5. Running Java 6 makes it go away. See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/5e1405c528e0e38/d1b38b29792ce9f2 On Dec 10, 4:27 am, J.R jor.rich...@gmail.com wrote: I got such errors while try to run Mail sample in GWT 2.0,

Re: Cannot install GWT Eclipse plug-in

2009-12-10 Thread Rajeev Dayal
There have been reports of the 64-bit versions of Eclipse not having the default update sites (such as the Galileo Update Site) included. Since the Google Plugin for Eclipse depends on WST, Eclipse needs to hit the Galileo update site during installation. Try Eclipse 3.5.1 and see if you run into

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Rajeev Dayal
This is exactly right - just add: -startupUrl http://myotherserver/path/to/my/page.html to the program arguments list. Note that the argument is -startupUrl, not -startUrl. On Thu, Dec 10, 2009 at 8:38 AM, Thomas Broyer t.bro...@gmail.com wrote: On Dec 10, 11:13 am, Stefan Sigvardsson

Re: 64-bit Eclipse 3.5.1 + GWT 1.7.1/ 2.0 + 64-bit system Java + 32-bit Project JRE

2009-12-10 Thread Rajeev Dayal
What version of GWT are you using? If you're using GWT 2.0, there is no longer a dependency on Gecko. If you're using GWT 2.0 final, blow away the generated directory under your war folder, and try re-launching. On Wed, Dec 9, 2009 at 9:26 AM, vbhansaly vbhans...@gmail.com wrote: To work

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-10 Thread Rajeev Dayal
Right now, there is no way to achieve this when using the Google Plugin for Eclipse. That is definitely one of the features on our list though. On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote: Hi Everyone, Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Rajeev Dayal
What are you using to log client-side messages? On Wed, Dec 9, 2009 at 11:58 AM, Paul oldcoderexcept...@gmail.com wrote: um Since it all seems to be embedded in Eclipse now, where do I find all the client side logging messages? Paul On Dec 8, 7:13 pm, Miguel Méndez mmen...@google.com

Re: development mode isn't updating

2009-12-10 Thread Rajeev Dayal
To be clear, when you make a change to your JSP, you end up seeing the difference, but when you make a change to your GWT code, you don't see those changes? When you hit save in your IDE, nothing special (from GWT's point of view) happens. The magic happens when you refresh your browser. That

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Rajeev Dayal
Glad you got it working. Usually, this problem stems from two areas: 1) Not deleting the generated files in your war directory when you switch SDKs. This is really something that we need to fix in the Google Plugin for Eclipse or GWT itself, as developers should not be expected to do this when

Re: Install Speed Tracer on the Mac?

2009-12-10 Thread Jim Douglas
Thanks, Kelly! Awesome demo, BTW: http://www.youtube.com/watch?v=mnSNVfxK19Y Jaime Yap emailed me to let me know that I wasn't losing my mind, that the plugin support is briefly broken in the dev channel version of Chrome for Mac:

Re: Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread Rajeev Dayal
If you want to use the Development Mode UI provided by GWT, define the USE_REMOTE_UI environment variable for the launch configuration, and set its value to false. You can do this via the Environment tab for the launch configuration. If you don't mind, can you tell us why you're not a fan of the

Where can I find older Versions of the Eclipse Plugin?

2009-12-10 Thread Chris Moog
Does anybody know where to download older Versions of the Eclipse Plugin? http://dl.google.com/eclipse/plugin/3.5 always points to the current version. Is there an archive where I can find earlier versions? Cheers, Chris -- You received this message because you are subscribed to the Google

WindowPanel -- V2.0

2009-12-10 Thread Joe
Hello everyone, Please check out this link to test the version 2 of the window panel widget. http://property-leb.appspot.com/ Drag, close, and resize are the only features now available. Minimize, maximize, and restore will be available in the upcoming version. The interesting part in the

Re: WindowPanel -- V2.0

2009-12-10 Thread Joe
Oh i forgot to mention that this widget was build based on the latest GWT SDK 2.0. On Dec 10, 7:07 pm, Joe joechahh...@gmail.com wrote: Hello everyone, Please check out this link to test the version 2 of the window panel widget. http://property-leb.appspot.com/ Drag, close, and resize are

Re: Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread Paul
Hi all, Yesterday I was concerned that I couldn't get the Development mode working at all. Turns out I guess I am a bit too bleeding edge and was using the newly released Chrome beta for linux (Fedora) and it doesn't have the GWT developer plugin. At first I had missed the message in the

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Paul
UPDATE (this text is duplicated from another thread, but thought I'd better post what I learned here too) Turns out I guess I am a bit too bleeding edge and was using the newly released Chrome beta for linux (Fedora) and it doesn't have the GWT developer plugin. At first I had missed the message

Re: Where can I find older Versions of the Eclipse Plugin?

2009-12-10 Thread Keith Platfoot
Hi Chris, You're correct; the update site always points to only the latest version of the plugin. However, we do have zip distributions of some older versions available as well, although I don't believe this is documented anywhere. Here are the URL's for plugin versions back to 1.1.0: 1.1.0 -

Re: Upgradeing to 2.0, web.xml file problem

2009-12-10 Thread darkflame
sure; Project - ?xml version=1.0 encoding=UTF-8? projectDescription namelostagainwebsite/name comment/comment projects /projects buildSpec buildCommand nameorg.eclipse.jdt.core.javabuilder/name

2.0 Development Mode with external URL

2009-12-10 Thread anjolight
Hi, sorry for a newbie question. With 1.7, Eclipse's Run configuration allowed me to run hosted mode with any URL like www.myserver.com/mypage.html How can I do this with 2.0? regards, Yoshi -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: WindowPanel -- V2.0

2009-12-10 Thread mwaschkowski
Looks interesting, wheres the code? On Dec 10, 12:07 pm, Joe joechahh...@gmail.com wrote: Hello everyone, Please check out this link to test the version 2 of the window panel widget. http://property-leb.appspot.com/ Drag, close, and resize are the only features now available. Minimize,

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread mariyan nenchev
for test and development messages i am using second div id=debugger and when i want to log some test message i add html string to it's rootpanel. For real logging see gwt-log : http://code.google.com/p/gwt-log/ -- You received this message because you are subscribed to the Google Groups Google

Upgrade to 2.0 from rc2

2009-12-10 Thread Jeff Chimene
Just updated to 2.0 RC2 Linux GPE SDK from RC2 via Eclipse update site. Seamless painless. Congratulations thanks! Season's Greetings, jec -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Upgrade to 2.0 from rc2

2009-12-10 Thread Jeff Chimene
Just updated to 2.0 from RC2 Linux GPE SDK from RC2 via Eclipse update site. Seamless painless. Congratulations thanks! Season's Greetings, jec -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Upgrade to 2.0 from rc2

2009-12-10 Thread Jim Douglas
That was my experience too, upgrading Eclipse 3.5.1 from GWT 2.0 RC2 to GWT 2.0 on Mac OS X Leopard. Not sure if I should have manually removed the plugin from /Applications/eclipse/dropins first; just telling it to fetch the update seems to have worked. The reported plugin version looks correct

Re: Upgrade to 2.0 from rc2

2009-12-10 Thread Jeff Chimene
On 12/10/2009 11:39 AM, Jim Douglas wrote: That was my experience too, upgrading Eclipse 3.5.1 from GWT 2.0 RC2 to GWT 2.0 on Mac OS X Leopard. Not sure if I should have manually removed the plugin from /Applications/eclipse/dropins first; just telling it to fetch the update seems to have

Re: Upgrade to 2.0 from rc2

2009-12-10 Thread Jim Douglas
Ahh, I see. It looks like it ignores the version in the dropins directory after updating to the current version of the plugin. I just rm'd the dropins version and Eclipse is still reporting the correct installed Google plugin, and everything else looks good. On Dec 10, 10:52 am, Jeff Chimene

Groovy GWT

2009-12-10 Thread webus
Can i use Groovy to developing UI in GWT ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: 2.0 Development Mode with external URL

2009-12-10 Thread Chris Ramsdale
Yoshi, Checkout the following thread for more info on specifying startup URLs: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/3afa63106371c06e/7a580496bee221fe On Thu, Dec 10, 2009 at 12:56 PM, anjolight anjoli...@gmail.com wrote: Hi, sorry for a newbie question.

Re: Groovy GWT

2009-12-10 Thread Jim Douglas
No, GWT works by converting the Java language and a subset of the Java API to JavaScript. It doesn't understand any other JVM language or JVM bytecodes. http://stackoverflow.com/questions/770471/importing-groovy-classes-in-a-gwt-module-in-intellij

  1   2   >