Re: Why not use applets?

2009-03-31 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One reason is that Applets annoy users. You need to install the Java plugin, then when an applet loads, it takes a long time for the JRE to fire up, and the browser hangs the whole time. Meanwhile, Flash starts right up. Flash ads might be

Re: How to use the source tag in module XML file?

2009-03-31 Thread stsch01
The standard launch file. What is the standard launch file? I hava a Java project in Eclipse, the standard launch file would be a launch configuration for the main Java class containing the main()-method and there is no such Java class for a GWT application. Again: Do you have any plugin

Re: Flash with GWT

2009-03-31 Thread ping2ravi
Thanks all... wmode = opaque worked fine in IE,Mozilla,Chrome and safari... Ravi On Mar 26, 8:27 pm, Niklas Derouche nik...@gmail.com wrote: wmode = opaque does the trick in some situations. you need to add it both as a param and in the embed though. n. On Thu, Mar 26, 2009 at 1:28 PM,

Re: Why not use applets?

2009-03-31 Thread Vitali Lovich
The choice for Javascript is the right one for web development due to the first-class support it has from all browsers. Improvements might come more gradually than with competing technologies like applets Flash, but it's integration is far more natural and there's a lot of important improvements

Re: Error while running a project in eclipse

2009-03-31 Thread Vitali Lovich
I'm assuming that you do have the following project structure: src/com/apress/gwt/GWTTasks.gwt.xml src/com/apress/gwt/client src/com/apress/gwt/server ? Check to make sure that when you run, the src directory is in your classpath. On Tue, Mar 31, 2009 at 1:37 AM, ritu6386 ritu0...@gmail.com

Re: FlexTable : how to get not wrapping text functionality

2009-03-31 Thread rudolf michael
Hello Suren, Find below the code that should work for you without using set widget inside a flex table. FlexTable f1 = new FlexTable(); f1.setHTML(0, 0, This is a very long text); f1.getCellFormatter().setStyleName(0, 0, felxtabletd); l1.setWidth(20px); f1.setWidget(0,0, l1);

Re: Why not use applets?

2009-03-31 Thread tetsuo
of course, you can ad some applet in your html code or call it by the gwt, why not? there are some more features possible, than in the actual js implementation. writing actionscript is not funny at all, so do, what you like. good luck On 30 Mrz., 00:17, Dobes dob...@gmail.com wrote: Recently

Re: Runasync feature of GWT

2009-03-31 Thread Ghostcoder
Thanks for the reply Adam ,can you tell me which revision are you using from trunk . Which version of Java are you using with your project ,I am getting an error when I complie my GWT 1.6+ project with the r5048 revision from trunk and java 1.5 or 1.6. The error is given below Replacing

FlowPanel having DisclosurePanels issue

2009-03-31 Thread alex.d
Hi folks, i'm having some annoying issue with FlowPanel having DisclosurePanels in it. I would excpect flowpanel to to place disclosurepanels horizontally but instead it is placing them vertically (one under another) and i can't see why. Do you have any ideas? Thx

Hour glass shown till PopupPanel is displayed in IE6

2009-03-31 Thread Fameeda
We are using GWT's PopupPanel. It is displayed when the mouse hovers over a target widget and is hidden on mouse out. This widget sinks the mouse events to do so. public class TargetWidget extends SimplePanel { private PopupPanel popupPanel; public TargetWidget() { popupPanel = new

Re: Runasync feature of GWT

2009-03-31 Thread Ghostcoder
I increased the Heap size to 1028M in Eclipse Cypal studio plugin VM args but i still get this error . On Mar 31, 1:26 pm, Ghostcoder thanneer.ma...@gmail.com wrote: Thanks for the reply Adam ,can you tell me which revision are you using from trunk . Which version of Java are you using

Re: Why not use applets?

2009-03-31 Thread Ed
- New scripting language. Why? Why should I learn a new scripting language? I love java... and sun is asking me to write my code in Can't agree with you on this one. You should see javaFx as a DSL (Domain Specific Language). That is: every problems asks for another solution. In this case

Re: ScrollPanel problem in Chrome/Safari

2009-03-31 Thread Sumit Chandel
Hi Cristian Nicanor Babula, The Group charter that Isaac referenced is meant to be taken seriously. Please have a read through it to get a better feel for the kind of community we're trying to build and maintain in the GWT forum. You will see that there are many technical discussions here all

Re: Window.Location.replace() doesn't work in Safari or Chrome or Opera

2009-03-31 Thread Thomas Broyer
On 31 mar, 03:03, Ian Bambury ianbamb...@gmail.com wrote: There are any number of menus nested within each other. They are all instances of the same widget. Eventually, you reach a non-menu, a real 'page'. The top level menu reacts to history. It passes this to a routine in the top menu

Re: Why not use applets?

2009-03-31 Thread Charlie Collins
First, I have written a few non trivial GWT apps that weren't slow at all, and I have used/seen many more. Actually I have seen many that were really impressive and dealt with a huge volume of data, diagramming DNA sequences, for example, and they weren't slow either. And I don't really care how

Need tutorial for GWT and struts integration

2009-03-31 Thread GWT GWT
Hi, I am new to GWT. We have an application developed using struts,spring,hibernate. now we want to integrate GWT with this application( developed by using struts,spring,hibernate). I want tutorial which describe step by step how to integrate GWT with struts. thanks in advance

About GWT

2009-03-31 Thread poonam
Hello, I want to know that, does GWT 1.4.60 supports Valdation feature. If yes, then how? what are its features? And if no, then why not? and its features? Please let me know soon. Thanks, Poonam --~--~-~--~~~---~--~~ You received this message because you are

Re: Runasync feature of GWT

2009-03-31 Thread Adam T
I just pull the latest version from trunk and have no problems (don't havae my pc with me, but the latest pull out of trunk I did was Sunday evening - I compile on Java 1.6 on Mac OSX - though I'm lazy and always hit the compile option from the hosted mode (if I'm not using oophm) rather than run

Re: How to use the source tag in module XML file?

2009-03-31 Thread Ian Bambury
The .launch file that is created when you create a new GWT project Ian http://examples.roughian.com 2009/3/31 stsc...@schliwinski.de The standard launch file. What is the standard launch file? I hava a Java project in Eclipse, the standard launch file would be a launch configuration for

Re: FlowPanel having DisclosurePanels issue

2009-03-31 Thread Ian Bambury
set the DPs to display:inline Ian http://examples.roughian.com 2009/3/31 alex.d alex.dukhov...@googlemail.com Hi folks, i'm having some annoying issue with FlowPanel having DisclosurePanels in it. I would excpect flowpanel to to place disclosurepanels horizontally but instead it is

Re: Need tutorial for GWT and struts integration

2009-03-31 Thread mikedshaffer
If you do a search with in this group, you'll find a number of threads like this: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/fb41b4f180a7ac69/3521c7173db89676 If you do a Google search for struts+GWT+tutorial, you'll find many relevent hits The book, GWT Solutions by

Re: Runasync feature of GWT

2009-03-31 Thread Andreas Karlsson
Hi, the error you get is that the _stack_ is exhausted not the heap, so I suppose you should use -Xss to increase the stack size. Regards, Andreas On Tue, Mar 31, 2009 at 10:53 AM, Ghostcoder thanneer.ma...@gmail.com wrote: I increased the Heap size to 1028M in Eclipse Cypal studio plugin

Re: Window.Location.replace() doesn't work in Safari or Chrome or Opera

2009-03-31 Thread Ian Bambury
2009/3/31 Thomas Broyer t.bro...@gmail.com So, when you first load the page without a hash/anchor, onModuleLoad calls setMenuByToken with values (, ) and the menu system takes care of showing the default submenu onModuleLoad calls History.fireCurrentHistoryState(); Well actually there's a

Re: FlowPanel having DisclosurePanels issue

2009-03-31 Thread alex.d
Thx Ian, it worked though it has one sideeffect. Now all the DPs are vertically alligned on the bottom edge of the FP. When one DP is opened it streches the FlowPanel vertically and all the other DPs are shifted down. It's better than it was with HorizontalPanel but still, i think, not exactly

Re: Why not use applets?

2009-03-31 Thread alex.d
This whole discussion shifted towards what technology is better/ faster/bla bla. That may be important but at the end user decides what he would like to use. And most users don't like java-applets because they are ugly and slow. These reasons may seem ridiculous to you but it is what it comes to:

Re: FlowPanel having DisclosurePanels issue

2009-03-31 Thread alex.d
...just checked - it's IE that is having this sideeffect. FF is working as expected. On 31 Mrz., 14:26, alex.d alex.dukhov...@googlemail.com wrote: Thx Ian, it worked though it has one sideeffect. Now all the DPs are vertically alligned on the bottom edge of the FP. When one DP is opened it

Re: FlowPanel having DisclosurePanels issue

2009-03-31 Thread Ian Bambury
FlowPanel fp = new FlowPanel(); fp.getElement().getStyle().setProperty(border, 1px dotted red); DisclosurePanel dp; fp.add(dp = new DisclosurePanel(DP1)); dp.setContent(new HTML(Content)); dp.setWidth(200px);

Re: Help! My Generators don't work for Web Mode :(

2009-03-31 Thread Marcelo Emanoel B. Diniz
Hi Sumit, The GWT.getTypeName() has been deprecated in favor of getClass().getName(). I was thinking about... the mechanism of binding that I implemented is based on annotations... based on what I know the annotations are stripped out by the compiler... is it possible that the compiler remove them

Re: Why not use applets?

2009-03-31 Thread tetsuo
if u´re installed jdk (6 for example), then you will find a collection of applet demos on your harddrive. even if your not writing rich client apps, a couple of object/function are usable in a applet to. so don´t get to engaged with that, as u see - the most here prefer to stay inside the browser

Re: Runasync feature of GWT

2009-03-31 Thread Ghostcoder
It wasn't an issue with the revision ,it was the stack size that stopped the compilation. Thank you Andreas ,that worked !! On Mar 31, 4:20 pm, Andreas Karlsson spra...@gmail.com wrote: Hi, the error you get is that the _stack_ is exhausted not the heap, so I suppose you should use -Xss

Re: Runasync feature of GWT

2009-03-31 Thread Chris
Adam/Anyone? We are thinking of moving to trunk for the RunAsync feature. What has been your experience with the quality/stability of the current trunk? Is your application in a production environment or still under development? Given the release schedule of GWT (looks like about 9-12 months

How to use gwt maven plugin and tomcat maven plugin together?

2009-03-31 Thread Thai
The war file I create with mvn package can be put in an external Tomcat and it works. Then I add the tomcat maven plugin to the pom.xml and run mvn tomcat:run, then I cannot access the war application (The requested resource (/gwt-example/home.Application/Application.html) is not available.).

Re: FlowPanel having DisclosurePanels issue

2009-03-31 Thread alex.d
Right! vertical-align it is. Thank you Ian. On 31 Mrz., 14:50, Ian Bambury ianbamb...@gmail.com wrote:         FlowPanel fp = new FlowPanel();         fp.getElement().getStyle().setProperty(border, 1px dotted red);         DisclosurePanel dp;         fp.add(dp = new DisclosurePanel(DP1));

Re: Does the Timer Class stop after changing clock?

2009-03-31 Thread Salman Hemani
From what I understand, is that that elapsed time is computed by capturing the intial time and polling the system clock for elapsed time. So when the system clock changes, the elapsed time increases. IE implements this by having its own timer and thus changing system time does not affect the

Deploying on tomcat

2009-03-31 Thread fatjack1...@googlemail.com
Hi everyone, I am trying to deploy my application on tomcat. I can connect to my project, however, it is having problems finding my server classes. I believe my xml file is setup incorrectly. Would someone be kind enough to look at my xml file and point out where I am going wrong. I'm sure it is

use GWT with db4o data base

2009-03-31 Thread nabil509
hello, i'm using gwt with db4o database. i have to insert a server code in client class code in my domain beans like this : package com.{package name}.client.model; import com.db4o.ObjectContainer; public class Person { private String name; public boolean

How to reload the entrypoint after logout?

2009-03-31 Thread danilo
Hi, Is there a way to reload the entrypoint after logout?? Thanks! --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com

Re: Approaches to develop a stateful application

2009-03-31 Thread Ivan M
Being a newbie I can't fully understand the superiority of the client- side approach over Magius' session solution. As far as I understand, keeping the user's credentials in the client means they must be sent to the server and this must verify them in every service request. However, with Magius'

Migrating client side scripting to GWT

2009-03-31 Thread redzedi
Hi, I am involved in GWT migration of the presentation layer of a web application. Presently app was using servlets/jsp that has the option of plugging in client side scripts for various scenarios . These are javascripts and were rendered to the client along with html . For GWT

Problem with upgrade to 1.6.3

2009-03-31 Thread TwiZ
Hi im newbie and dont know how to make this .. In order to eliminate this warning, change your main class from com.google.gwt.dev.GWTShell to com.google.gwt.dev.HostedMode. HostedMode takes different arguments, so you will need to modify those as well. Specifically, you need to remove the -out

GWT + MySQL

2009-03-31 Thread joanne
Hi all! i am new in this group and i don't know if you already discussed what i am supposed to ask right now. I have a project in our Software Engineering subject, and we used eclipse with gwt for the whole project. We were supposed to connect our project to a database, but i don't know how and

Re: Error while running a project in eclipse

2009-03-31 Thread Vinay
In Eclipse, right click your src folder ---Build Path Use as source folder you wont get this error thanks Vinay (vinaytech.wordpress.com) On Mar 31, 11:56 am, Vitali Lovich vlov...@gmail.com wrote: I'm assuming that you do have the following project structure:

Re: ScrollPanel problem in Chrome/Safari

2009-03-31 Thread nicanor.babula
Hi, I have read and understood the group charter and I really understand your point and I apologize for the inflammatory remarks. Hope you'll pass over my bad remarks and eventually give me a hand on some future problem. In my opinion, it would have been really useful someone saying I

Re: Approaches to develop a stateful application

2009-03-31 Thread Thomas Broyer
On 31 mar, 12:55, Ivan M supertra...@gmail.com wrote: Being a newbie I can't fully understand the superiority of the client- side approach over Magius' session solution. As far as I understand, keeping the user's credentials in the client means they must be sent to the server and this must

Re: ScrollPanel problem in Chrome/Safari

2009-03-31 Thread Paul Robinson
Your original problem sounds a bit like this: http://code.google.com/p/google-web-toolkit/issues/detail?id=1313 This is related to focusable widgets auto-scrolling to the top on chrome/safari.. Paul --~--~-~--~~~---~--~~ You received this message because you

Re: Does the Timer Class stop after changing clock?

2009-03-31 Thread Thomas Broyer
On 31 mar, 17:06, Salman Hemani salman.hem...@gmail.com wrote: From what I understand, is that that elapsed time is computed by capturing the intial time and polling the system clock for elapsed time. So when the system clock changes, the elapsed time increases. IE implements this by having

Re: Does the Timer Class stop after changing clock?

2009-03-31 Thread Salman Hemani
Ok. That is sorta helpful. Where does that leave us? Should GWT implement Timer differently for each browser? On Mar 31, 12:21 pm, Thomas Broyer t.bro...@gmail.com wrote: On 31 mar, 17:06,SalmanHemani salman.hem...@gmail.com wrote: From what I understand, is that that elapsed time is

Re: Window.Location.replace() doesn't work in Safari or Chrome or Opera

2009-03-31 Thread Thomas Broyer
On 31 mar, 13:55, Ian Bambury ianbamb...@gmail.com wrote: If I'm correct, then you should probably pass down a is default flag to setMenuByToken and only call History.newItem if !isDefault, i.e. change your framework a bit... I don't need to. I already *know* when I need to use replace

Re: Internet Explorer 6/7, iframes and events

2009-03-31 Thread tom
Does someone have any clue about this? On Mar 23, 1:00 pm, tom hik...@gmail.com wrote: Hello, I'm trying to listen to events from an iframe (the GWT javascript is loaded in the page containing the iframe). This works well on Firefox 2 / 3, but I always get an error script on Internet

GWT-RPC and applets?

2009-03-31 Thread Mark Renouf
This probably sounds weird and I'm already questioning the reasoning behind it myself, but... Has anyone tried using GWT-RPC within a Java Applet? I'm thinking of a scheme where the Applet could actually initiate (push) responses to the page, and vice-versa, by just calling a JavaScript

Performance test

2009-03-31 Thread logiciel.photothe...@gmail.com
Hi, I m working on a Digital Asset Management company, using GWT. I'm looking for tools to test GWT in heavy charge load. In standard webapps i'm used to test with opensta, but it doesn't work with such Ajax Framework. Any idea ? Thomas www.keepeek.com

Re: Window.Location.replace() doesn't work in Safari or Chrome or Opera

2009-03-31 Thread Ian Bambury
The examples site was just an, er, example :-) This is the 1.6 replacement which will initially be used on a new site, but will eventually get used elsewhere. 2009/3/31 Thomas Broyer t.bro...@gmail.com Ah, OK, then just don't do anything if the original token is blank? i.e.

Re: Deploying on tomcat

2009-03-31 Thread Isaac Truett
Jack, Can you post the actual error message? I'm not sure if by problems finding my server classes you mean a ClassNotFoundException, a 404 error, or something else entirely. If it's a CNFE, did you compile your servlet and deploy it, along with any supporting classes, in either WEB-INF/classes

Re: Deploying on tomcat

2009-03-31 Thread fatjack1...@googlemail.com
On Mar 31, 7:07 pm, Isaac Truett itru...@gmail.com wrote: Jack, Can you post the actual error message? I'm not sure if by problems finding my server classes you mean a ClassNotFoundException, a 404 error, or something else entirely. If it's a CNFE, did you compile your servlet and deploy

Re: Connecting GWT and PHP

2009-03-31 Thread scottland.yo...@googlemail.com
It appears I didn't need to add -noserver, I was just able to use request builder to make a request http://localhost/project/ somefile.php?somevar=value and there was no violation of SOP. Thanks all for your help, it's very much appreciated/ On Mar 30, 11:50 am, Thomas Broyer t.bro...@gmail.com

Re: Deploying on tomcat

2009-03-31 Thread fatjack1...@googlemail.com
Hi, Thanks for your reply. I can connect to my project through tomcat, its just the server side does not appear to be working e.g. it does not show any of the data from the MySQL database. The tomcat error log is quite long so I have copied the first few lines below. Please let me know if you

Re: Why not use applets?

2009-03-31 Thread D Peters
For the record -- a significant amount of the common applet performance gripes were cleared up in 6u10. I'm suprised that so many java developers know nothing about this release. This was a milestone for JavaFX to move forward -- since it was built on top of a lot of these improvements. If you

Re: GWT-RPC and applets?

2009-03-31 Thread Ido
I didn't but I guess you can do something like that (specially soon with the new jdk7 sutff of modules). Btw, if you don't force to use the applet - I would 'just' use GWT as it is - you will get good performances and all the good stuff that is coming for free with gwt. Hope it help. Ido --

Re: Deploying on tomcat

2009-03-31 Thread fatjack1...@googlemail.com
Hi, Cheers for your reply. I can connect to my GWT application, it just wont pick up any of the data on the server e.g. from MySQL. The Tomcat error log is quite long so I have copied the first few lines below: 1-Mar-2009 15:48:06 org.apache.catalina.core.ApplicationContext log INFO: Marking

Re: Compiling servlet classes

2009-03-31 Thread m...@gmail.com
Hi Sumit, Thank you very much for answering my question ! You were right ! Now I have one more error left when compiling : cannot access javax.servlet.http.HttpServlet Have you any idea about this ? Thanks a lot Mathieu On 31 mar, 02:09, Sumit Chandel sumitchan...@google.com wrote: Hi

widgets within widgets

2009-03-31 Thread alanj
Hi, I'm new to java gwt, so please be gentle :-) I'm wrapping a MyButton widget, which extends Button, inside another widget MyDiv which extends FlowPanel, to control styles etc. So: public class MyDiv extends FlowPanel { public MyDiv(){ super();

Re: Why not use applets?

2009-03-31 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 That may be true, but the perceptual damage is done. I never bothered to keep up with Applet developments because the user experience was so bad for so long. (10+ years? I'm pretty sure I saw my first applet in 1995, but I don't know if it was

Starting Hosted Mode leads to java.lang.UnsatisfiedLinkError (Unable to load Mozilla for hosted mode)

2009-03-31 Thread stsch
If I try to run the samples or a newly created GWT application in Hosted Mode I get the following error: ** Unable to load Mozilla for hosted mode ** java.lang.UnsatisfiedLinkError: /home/steffen/Desktop/gwt-linux-1.5.3/ mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open shared object file:

New GXT/GWT Blog

2009-03-31 Thread pfisk
Hello, I have started a new Blog discussing a new Website that will be deployed in April. The site uses GXT for the user interface, Google's Application Engine for the server and Scheme running in the browser as it's scripting language. The blog will describe the development and deployment of

Re: Deploying on tomcat

2009-03-31 Thread fatjack1...@googlemail.com
Hi, I have placed my server classes directly in the WEB-INF folder. So the directory reads: WEB-INF\com\project\server Have I placed the server files in the wrong folder? Also, what is the correct way to compile the server files? I tried using javac but it produced 67 errors. I therefore just

Java Objects not Seen in Javascript

2009-03-31 Thread Homeopath1
I am developing a portal that will host several gadgets. I also have a framework for the gadgets. I created a gadget that simply provided javascript objects for other gadgets on the portal to use. Everything worked well. Then I was told to move the javascript to GWT and Java. No problem, I

Re: widgets within widgets

2009-03-31 Thread lukehashj
It sounds like you want to implement the SourcesClickEvents class. Just implement that class, in your implementation just use button.addClickListener(). Of course, you'll need to bump the button out of your constructor and into scope. -luke On Mar 31, 12:59 pm, alanj alan.jame...@gmail.com

Re: Window.Location.replace() doesn't work in Safari or Chrome or Opera

2009-03-31 Thread Thomas Broyer
On 31 mar, 19:50, Ian Bambury ianbamb...@gmail.com wrote: The examples site was just an, er, example :-) This is the 1.6 replacement which will initially be used on a new site, but will eventually get used elsewhere. 2009/3/31 Thomas Broyer t.bro...@gmail.com Ah, OK, then just don't

Re: Performance test

2009-03-31 Thread Thomas Broyer
On 31 mar, 19:21, logiciel.photothe...@gmail.com logiciel.photothe...@gmail.com wrote: Hi, I m working on a Digital Asset Management company, using GWT. I'm looking for tools to test GWT in heavy charge load. In standard webapps i'm used to test with opensta, but it doesn't work with such

AJAX app stuck when running Selenium RC

2009-03-31 Thread Stefan Hübner
Hi, We have a problem with testing a GWT (Google Web Toolkit) based application. The application has different dialogs which get attached/unattached to the DOM due to user navigation. Now the problem is, when running Selenium RC test (using the Selenium Client Java Driver and Selenium server

Re: Acces to GWT JavaDoc in Eclipse

2009-03-31 Thread Stefan Hübner
Danny, maybe this is caused due to both gwt-servlet and gwt-user are on classpath? For the former, the Maven Central repo doesn't provide a source ball but the latter it does. I've experienced this behaviour earlier and the only workaround so far was to attach the sources of gwt-user to

Re: Deploying on tomcat

2009-03-31 Thread fatjack1...@googlemail.com
Hi, I have done this and now get a different error. This has changed from the other error in that it now says java.lang.ClassNotFoundException: com.project.client.ServerStatusSQLService. This class is on the client and so am I right in thinking it should have been compiled by GWT? Can anyone

Re: Window.Location.replace() doesn't work in Safari or Chrome or Opera

2009-03-31 Thread Ian Bambury
2009/3/31 Thomas Broyer t.bro...@gmail.com Depends what original token is defined to be ;-) if it is History.getToken(), then I'm back to my earlier proposal: propagate a is default flag. I'm happy for you to define 'original token' if you can get it to work. But I don't need an isDefault

Re: Java Objects not Seen in Javascript

2009-03-31 Thread Eric Ayers
You might want to take a look at the gwt_gadgets library. There is a short tutorial at http://code.google.com/p/gwt-google-apis On Tue, Mar 31, 2009 at 5:50 PM, Homeopath1 oliphant.christop...@gmail.comwrote: I am developing a portal that will host several gadgets. I also have a framework

Re: Java Objects not Seen in Javascript

2009-03-31 Thread Homeopath1
That is not my problem. The code I have ported to GWT Java does not reply on Javascript API's. It is just some fairly basic code. My problem is not being able to find the Java objects that I created in the compiled JS code. On Mar 31, 8:39 pm, Eric Ayers zun...@google.com wrote: You might want

Re: Java Objects not Seen in Javascript

2009-03-31 Thread Ian Bambury
You haven't added it to the DOM anywhere, so you won't be able to see it - it's not there. Try RootPanel.get().add(myFramework); Ian http://examples.roughian.com 2009/4/1 Homeopath1 oliphant.christop...@gmail.com That is not my problem. The code I have ported to GWT Java does not reply on

Re: Compiling servlet classes

2009-03-31 Thread Sumit Chandel
Hi Mathieu, Make sure you have the gwt-servlet.jar added to the javac classpath as well. This is needed since the service implementation extends the RemoteServiceServlet (HttpServlet subclass). Hope that helps, -Sumit Chandel On Tue, Mar 31, 2009 at 12:29 PM, m...@gmail.com

Re: Error while running a project in eclipse

2009-03-31 Thread ritu6386
Isrc directory is in my classpath. Now when i launch i get this error. Can anyone tell me where im going wrong. [TRACE] Finding entry point classes [ERROR] Unable to find type 'com.apress.gwt.client.GWTasks' [ERROR] Hint: Check that the type name 'com.apress.gwt.client.GWTasks' is really what

Re: Announcing GWT 1.6 RC2

2009-03-31 Thread C.H.
New Features ...faster compilation... How much faster compilation compare to 1.5? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

DatePicker and keyboard navigation?

2009-03-31 Thread nina
Hello there Does anyone know if it's possible, or will be a future feature, to have keyboard support for the DatePicker widget? It would be nice if you could use the tab key to give it focus, arrow keys for navigation and enter or space for selection. Thanks Nina

Re: FlexTable : how to get not wrapping text functionality

2009-03-31 Thread Suren
Hi Rudolf, Thanks for the reply. Is there anything to be modified or added in your code posted above. Because as you mentioned, the code is not giving the expected result. Here is what I have ... FlexTable f1 = new FlexTable(); f1.setHTML(0, 0, This is a very long text);

[gwt-contrib] Please fix eclipse project files for cross-platform development

2009-03-31 Thread Vitali Lovich
Hi, Would it be possible to update the Eclipse classpath for gwt-user to be platform agnostic? Since Eclipse doesn't support variable project references, one way would be to move .classpath to .classpath-template provide scripts that instrument the .classpath file based on the environment

[gwt-contrib] Re: Please fix eclipse project files for cross-platform development

2009-03-31 Thread Vitali Lovich
Right - good point. Thanks On Tue, Mar 31, 2009 at 7:14 AM, Eric Ayers zun...@google.com wrote: This will be coming in GWT 2.0. Currently, each platform's hosted mode has platform specific code that is bundled into separate .jar files. In GWT 2.0, the hosted mode will change to not

[gwt-contrib] Re: Announcing GWT 1.6 RC2

2009-03-31 Thread Scott Blum
Tagged. Thanks, nicolas. :) On Tue, Mar 31, 2009 at 3:47 AM, nicolas de loof nicolas.del...@gmail.comwrote: I'll deploy it on maven repository for those strange guys that don't download such dependency by hand ;) I can't find a tag for this build in

[gwt-contrib] Re: Review: JsArrays patch

2009-03-31 Thread Scott Blum
Actually, I didn't mean that it was going to pull in arbitrary amounts of code. I just literally meant that the body of that toString() is pretty big for a micro-app, like a small gadget based on GQuery. I just don't see the value of adding that code into a web mode production build. On Tue,

[gwt-contrib] [google-web-toolkit commit] r5112 - Tagging the 1.6.3 release (1.6 RC2).

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 06:36:23 2009 New Revision: 5112 Added: tags/1.6.3/ - copied from r5110, /releases/1.6/ Log: Tagging the 1.6.3 release (1.6 RC2). --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r5113 - A rollback of /tr...@c4974 and /tr...@c4943 to undo a compiler bug breaking method overrieds

2009-03-31 Thread codesite-noreply
Author: rj...@google.com Date: Tue Mar 31 07:01:58 2009 New Revision: 5113 Modified: branches/snapshot-2009.03.20/branch-info.txt branches/snapshot-2009.03.20/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-03-31 Thread codesite-noreply
Comment by mounier.florian: Works fine under Linux + eclipse + firefox with rev5111 Really handy ! For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r5115 - Creating a change branch for reviewing memory work.

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:14:29 2009 New Revision: 5115 Added: changes/scottb/memory/ (props changed) - copied from r5114, /trunk/ Log: Creating a change branch for reviewing memory work. --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit commit] r5125 - Free up ResourceOracle, JavaSourceOracle, more CompilationState.

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:44:02 2009 New Revision: 5125 Modified: changes/scottb/memory/dev/core/src/com/google/gwt/dev/javac/CompilationState.java changes/scottb/memory/dev/core/src/com/google/gwt/dev/javac/JavaSourceOracle.java

[gwt-contrib] [google-web-toolkit commit] r5124 - Free up CompilationState and TypeOracle as soon as the golden CUDs are produced.

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:43:29 2009 New Revision: 5124 Modified: changes/scottb/memory/dev/core/src/com/google/gwt/dev/Precompile.java changes/scottb/memory/dev/core/src/com/google/gwt/dev/cfg/ModuleDef.java

[gwt-contrib] [google-web-toolkit commit] r5120 - TypeOracle AbstractMembers, Members, DelegatingMembers

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:39:25 2009 New Revision: 5120 Modified: changes/scottb/memory/dev/core/src/com/google/gwt/core/ext/typeinfo/AbstractMembers.java changes/scottb/memory/dev/core/src/com/google/gwt/core/ext/typeinfo/DelegateMembers.java

[gwt-contrib] Add StyleInjector to GWT trunk

2009-03-31 Thread bobv
Reviewers: rjrjr, Description: This version of StyleInjector improves upon the incubator version by extending the IE6 version to include a workaround to limit the number of times createStyleSheet is called. It also adds injectStyleSheetAfter() and injectStyleSheetBefore() to allow for greater

[gwt-contrib] [google-web-toolkit commit] r5119 - Using new collections to reduce memory usage of CompilationState, TypeOracle, ResourceOra...

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:39:03 2009 New Revision: 5119 Modified: changes/scottb/memory/dev/core/src/com/google/gwt/core/ext/typeinfo/Annotations.java changes/scottb/memory/dev/core/src/com/google/gwt/core/ext/typeinfo/JAbstractMethod.java

[gwt-contrib] [google-web-toolkit commit] r5126 - Removed the highly unnecessary JavaSourceFile abstraction, which served no purpose.

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:44:51 2009 New Revision: 5126 Removed: changes/scottb/memory/dev/core/src/com/google/gwt/dev/javac/JavaSourceFile.java changes/scottb/memory/dev/core/src/com/google/gwt/dev/javac/JavaSourceOracle.java

[gwt-contrib] Re: Open source? How?

2009-03-31 Thread Allan Jacobs
There is a problem with the subversion setup C: svn checkout http://google-web-toolkit.googlecode.com/svn/tools/ tools C: REM Non-members may check out a read-only working copy anonymously over HTTP. C: REM svn checkout http://google-web-toolkit.googlecode.com/svn/trunk/

[gwt-contrib] [google-web-toolkit commit] r5123 - Created a new DiskCache class for cache large blocks of data on disk to converse heap.

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:42:51 2009 New Revision: 5123 Added: changes/scottb/memory/dev/core/src/com/google/gwt/dev/util/DiskCache.java changes/scottb/memory/dev/core/test/com/google/gwt/dev/util/DiskCacheTest.java Modified:

[gwt-contrib] Re: Open source? How?

2009-03-31 Thread Scott Blum
Works for me.. what version of svn are you using? On Tue, Mar 31, 2009 at 1:35 PM, Allan Jacobs jacobsallans...@gmail.comwrote: There is a problem with the subversion setup C: svn checkout http://google-web-toolkit.googlecode.com/svn/tools/ tools C: REM Non-members may check out a

[gwt-contrib] [google-web-toolkit commit] r5117 - CurrencyListGenerator iteration over HashMap fix.

2009-03-31 Thread codesite-noreply
Author: sco...@google.com Date: Tue Mar 31 09:36:49 2009 New Revision: 5117 Modified: changes/scottb/memory/user/src/com/google/gwt/i18n/rebind/CurrencyListGenerator.java Log: CurrencyListGenerator iteration over HashMap fix. Modified:

[gwt-contrib] [google-web-toolkit commit] r5138 - Added imports to GenerateJavaAST so it would compile.

2009-03-31 Thread codesite-noreply
Author: jlaba...@google.com Date: Tue Mar 31 11:15:47 2009 New Revision: 5138 Modified: branches/snapshot-2009.03.30-r5111/branch-info.txt branches/snapshot-2009.03.30-r5111/dev/core/src/com/google/gwt/dev/jjs/impl/GenerateJavaAST.java Log: Added imports to GenerateJavaAST so it would

  1   2   >