DomEvent.preventDefault() doesn't work in IE

2010-01-12 Thread Ken
Hi, All, I try to catch key down event for "F1" key and display my own help popup. I wrote following code to handle KeyDownEvent. The method is bind by UI Binder. @UiHandler("takenByTextBox") void handleKeyPress(KeyDownEvent event) { int key = event.getNativeKeyCod

Re: Supported Browsers

2010-03-07 Thread Ken
I know this was posted over a month ago, but I would like to revive the thread. I'm writing a proposal and I'm suggesting using GWT to implement the client's front end. I would like to be able to tell him exactly which browsers are supported and which aren't and if possible tell him exactly what

GWT Grid vs. SmartGWT grid

2010-03-11 Thread Ken
I'm exploring using GWT for future work and for a project I'm looking at now I'm particularly interested in the Grid widget. The GWT Grid just doesn't compare to that provided by SmartGWT, but I'm concerned about using the SmartGWT libraries for several reasons: 1) It requires taking the whole li

A thought about GWT project structure

2009-04-01 Thread Ken
In GWT recommended project structure, client code and server code are placed in one project. I find this structure is not so development- friendly in practice. (GWT 1.6 has some new update to the project structure to make it more like standard WAR project, but client and server code are still in o

Re: A thought about GWT project structure

2009-04-03 Thread Ken
> Why not just give the MyProjectWeb project to the GWTShell in the > classpath? Provided you used the "client" and "server" subpackages of > the same "root" package in all three projects (or made a gwt module in > the same package as the server code in the MyProjectGwt project and > inherited it

Re: Announcing GWT 1.6 RC2

2009-04-05 Thread Ken
You fixed the "Embedded Jetty is unable to run JSP files" issue, awesome! Thank you so much! --~--~-~--~~~---~--~~ 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

Re: A thought about GWT project structure

2009-04-06 Thread Ken
>If you're referencing server-only code from the client, then you have >a fundamental problem in what you're trying to do. Same if you're >referencing a Widget from the server. Your developers should already >know that. If they don't, they need to be educated anyway. It's not >"rules and tricks" b

Re: GWT 1.6, JSP's wont compile.

2009-04-13 Thread Ken
I'm having the same exact problem. I've tried it on both Mac OSX and Windows. On Apr 13, 6:46 pm, Adrian wrote: > Hi Everyone, > > I'm sure that this will be something stupid that I'm missing but I've > found I cannot get JSP's to compile in hosted mode if they include any > Java 1.5+ stuff, li

Re: GWT 1.6, JSP's wont compile.

2009-04-13 Thread Ken
I'm having the same exact problem. I've tried it on both Mac OSX and Windows. I'm using Eclipse if that means anything. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this gro

Re: GWT 1.6, JSP's wont compile.

2009-04-13 Thread Ken
I'm having the same exact problem. I've tried it on both Mac OS X and Windows. I'm using Eclipse if that means anything. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this gr

Re: GWT 1.6, JSP's wont compile.

2009-04-13 Thread Ken
I'm having the same exact problem. I've tried it on both Mac OS X and Windows. --~--~-~--~~~---~--~~ 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@google

Re: GWT 1.6, JSP's wont compile.

2009-04-15 Thread Ken
pr 15, 4:13 am, Adrian wrote: > > > Ok, so it's not just me! > > > Does anyone have any idea on how to go about finding an answer to this > > problem? Even if you don't know the answer any suggestions are welcome > > because this one has me stumped. > > >

Re: GWT 1.6, JSP's wont compile.

2009-04-15 Thread Ken
n if you don't know the answer any suggestions are welcome > > because this one has me stumped. > > > - Adrian > > > On Apr 14, 3:23 pm, Ken wrote: > > > > I'm having the same exact problem. > > > I've tried it on both Mac OS X and Win

Re: GWT 1.6, JSP's wont compile.

2009-04-15 Thread Ken
with this. Thank you also for filing the bug report. You got the gist of it. It's not just generics, it's other 1.5+ features too (like "for each" loops) but it's probably not a huge deal. Thanks, Ken On Apr 15, 10:48 am, Miguel Méndez wrote: > It looks like it is a b

Chunking File Upload

2010-06-02 Thread Ken
I'm looking at a problem that I think I might be able to solve using GWT. We're considering using GWT for the client of our application for other reasons, but I think it might also solve this issue. We're developing a Google App Engine application that processes data uploaded to it. As you may k

Re: Chunking File Upload

2010-06-05 Thread Ken
So there is now way to take a file that has been selected for upload and process it before it goes to the server? I looked at Google Gears and it doesn't look like it is suitable for us to use either. I might go with a Java applet to handle the upload, but then it would have to be signed. I gue

Re: Google plugin, legacy GWT 1.5 app, & Tomcat

2009-09-16 Thread ken
n't > > see how to get the New Front End project to deploy to the Tomcat > > server from within Eclipse+Plugin.  If I manually copy the war folder > > for the New Front End to my Tomcat 6 webapps folder, it runs > > properly.  If I have to, I can set up an ant task for that, but i

Re: Plugin Hosted Mode failing to resolve import java.net.* on Macintosh

2009-09-21 Thread ken
Thanks Venkatesh. --Ken On Sep 21, 4:02 pm, Venkatesh Babu wrote: > java.net package is not supported by GWT. > > You can find the list of supported java packages > here:http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html > > -Venkatesh > > On Mon, Sep 21

Re: FileOutputStream doesn't work in a remoteServiceServlet class?

2009-10-23 Thread ken
Looks like you're running with a security manager, have you set up a policy file? (If not explicitly using a security manager check the startup / not using RMI etc). On Oct 23, 10:52 am, Rolando wrote: > Hi, i'am roland and i have the following question: > Are there Constraints in a remoteServi

Handling inbound soap message

2010-11-19 Thread Ken
I would like to use GWT in my next project but a non-negotiable requirement is the ability to receive an incoming soap message and parse through the xml information. Essentially we are registering to be notified of events and the notification is delivered to an endpoint you supply (which would be

Celltree: how to find tree node with key?

2012-02-14 Thread Ken
here? Thanks for any help. Ken -- 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. To unsubscribe from this group, send email to google-web-t

FieldUpdater

2012-12-07 Thread ken
Hi, I set a FieldUpdater on a column and I expect the update method to be called when an onblur has occured. This works for ie9, crome and firefox however on ie8 the update method is not called when an blur event occures. Any thoughts or workarounds? Thanks in advance -- You received this

Re: DisclosurePanel headerText limited to plain text?

2009-04-10 Thread Ken Kahn
Thanks. Works fine now. Any reason why GWT doesn't do this? -ken On Apr 9, 12:32 pm, Ian Bambury wrote: > It's possible, but not obvious. > There's some code here to do > it:http://examples.roughian.com/#Panels~DisclosurePanel > > Ian > > 2009/4/9 toont...

Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-05-01 Thread Ken Kahn
Thanks to both of you. Fixed my problem as well. I noticed that the Rich Text sample in the GWT Showcase uses ImageBundle and it seems to work fine in IE8 without compatibility mode. I have yet to find time to track down what is different in my case. -ken On Apr 30, 3:31 am, Dominik Steiner

how can I start a HttpServlet in an Eclipse GWT project?

2010-06-23 Thread Ken Yap
2010 2:51:09 PM com.google.apphosting.utils.jetty.JettyLogger warn WARNING: Failed startup of context com.google.apphosting.utils.jetty.devappenginewebappcont...@25861086{/,/ home/ken/workspace/NICE/war} java.lang.NullPointerException at java.lang.Class.isAssignableFrom(Native Method) at org.mortbay.jetty.servlet.Servle

Re: how can I start a HttpServlet in an Eclipse GWT project?

2010-06-23 Thread Ken Yap
Never mind, it was a silly typo of mine, I transposed the org and au in the web.xml file. ClassNotFound meant exactly that. Sometimes it pays to go to bed when tired and look at it with fresh eyes in the morning. It really does work to write a class to extend HttpServlet to handle parts of the URL

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Ken Kwasnicki
i have the correct source?  or do i need to grab something else for oophm?  thanks again! ken Célio wrote: AFAIK, oophm works only with gwt 2.0 (trunk). I have tried it myself with 1.6.4 without any success. Why don't you give the trunk a try? It's as simple as replacing the jars

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Ken Kwasnicki
lol, thanks for the response.  i think i will try to pry my feet loose and try getting this project to work with more recent gwt.  still having trouble figuring out how to compile/enable oophm re: my previous post. thanks, ken Jeff Chimene wrote: You don't mention testing in web

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Ken Kwasnicki
ng on port . And I can't telnet to localhost on port either, so it looks like there is no server process started on that port.  I'll keep trying but appreciate any more suggestions if there looks like an obvious problem. thanks! ken Jeff Chimene wrote: On 07/15/2009 12:3

Re: gwt linux 1.5.3 oophm?

2009-07-17 Thread Ken Kwasnicki
tat args, but there is a way to get netstat to tell you what's listening. grep that list for . checked netstat, definitely nothing running on port . the main frustration here is that i don't see any error messages.  i just get those lines that i pasted above from the Deb

Re: gwt linux 1.5.3 oophm?

2009-07-17 Thread Ken Kwasnicki
e and launches the hosted mode browser with the app. any other thoughts on how i could debug this?  seems like others have gotten this working in linux so i assume it's something with my environment, or something i'm doing wrong.  thanks! ken Jeff Chimene wrote: On Fri, Jul 17, 2009

Re: gwt linux 1.5.3 oophm?

2009-07-17 Thread Ken Kwasnicki
ystem. i won't run it like this but at least it verifies that everything works fine, including my original app in Eclipse, as long as i use Xorg. jeff, thanks so much for all your help! and everybody else who replied too. ken Jeff Chimene wrote: On 07/17/2009 12:07 PM, Ken Kwasnicki wro

Re: Line 3: The import java.math cannot be resolved

2009-07-30 Thread Ken Kahn
I once needed BigInteger in GWT and took the source code for the BigInteger class and with minor editing it worked fine in GWT. Perhaps this would work with BigDecimal as well. Maybe someone on this list will know if there are any legal issues with doing this? -ken

RPC SerializationException when going from GWT 1.7 to GWT 2.0.4

2010-08-30 Thread Ken Wielechowski
ver. Do you have any ideas on how I can correct this problem. Thank you very much. Ken Wielechowski -- 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 un

mvn gwt:run vs. tomcat path conflict

2009-12-02 Thread Ken Stevens
"/myproject/" appears in Tomcat but not in mvn gwt:run, it makes testing a pain because any web navigation links (like Window.open("/ index.html", "_self", ""); ) will work in mvn gwt:run but break in tomcat (since tomcat would require the URL to be "/mypro

Re: mvn gwt:run vs. tomcat path conflict

2009-12-02 Thread Ken Stevens
t which is of course not what I want. I need a url prefix that is just constrained to gwt:run. Is there a solution? Thanks, Ken On Dec 2, 4:03 pm, David Durham wrote: > >>http://localhost:8080/myproject/com.foo.bar.App/App.html > > >> When "/myproject/" appears in T

Re: GWT 2.1 application failed to load in Chrome, but not in IE7

2010-11-17 Thread Ken Kahn
I'm getting the same exception when running with Chrome (9.0.x dev) but only on one of three development computers. It is not obvious what is different between the computer where I get this exception and the others. Note that there is no problem with the deployed system -- only when debugging

Super Dev Mode times out on launch

2015-06-13 Thread Ken C
Hi. I have just installed GWT 2.7.0 with the Eclipse Luna plugin, all under jdk7, When I try Super Dev Mode, I get the URL briefly in the Eclipse console, but then it appears to timeout after about 1-2 seconds, before I can even paste it into Chrome. The relevant part of the error log is: ... C

Re: Super Dev Mode times out on launch

2015-06-13 Thread Ken C
It appears I am running 2.6.0 since that is what the plugin uses (I shouldn't have assumed). But yes, jetty was the culprit. I am golden now, thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop

Suggestions for improving GWT group

2008-12-14 Thread Not Ken Shabby
I would find this group more useful and would participate more if there were "sub-groups" of some kind. I see similar "newbie" questions over and over again, or questions about the same topic repeated many times. Searching is NOT a solution. Searching might be OK, if you are just looking for the a

Re: how to redirect to another EntryPoint class

2008-11-21 Thread Not Ken Shabby
Why would you want to do this? After login -in your onSucess() just replace your login component with you main application component and go from there, there is no need to 'redirect'. On Nov 21, 8:36 am, rajasekhar <[EMAIL PROTECTED]> wrote: > Hi All, > >               how to redirect to anothe

Re: how to redirect to another EntryPoint class

2008-11-24 Thread Not Ken Shabby
On() ) which then removes the Logon Panel from the Root Panel and replaces it with the main application screen. I hope this helps. Regards, Ken. == MyEntryPoint.java : public class MyEnt

Re: Your opinion sought: Jetty or Tomcat?

2008-11-25 Thread Not Ken Shabby
I will be using TOMCAT as the target server for the foreseeable future. My concern with switching to JETTY within the development environment is that bugs / issues with the interaction of GWT and TOMCAT may not be seen / address as quickly as they might otherwise be. There may also be some "psyc