Re: Handing Events

2009-08-10 Thread Donald W. Long
Thanks for the data very good Donald W. Long On Jul 31, 9:24 am, olivier nouguier wrote: > hi, > AFAIK nothing to do in that case > :)http://code.google.com/p/google-web-toolkit/wiki/DomEventsAndMemoryLeaks > > On Fri, Jul 31, 2009 at 4:21 PM, Donald W. Long > wrote: &g

Handing Events

2009-07-31 Thread Donald W. Long
to it. I would assume you would have to do something to delete the assigned event to stop memory leaks. Thanks Donald W. Long --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: What is the best way to enable save/apply button on TextBox edit

2009-07-20 Thread Donald W. Long
You just need to write your code to keep track of the state. If data is in the text box and then it goes to delete then its changed and enable the buttons. Its all in tracking the state of the contents. On Jul 20, 2:29 pm, Bakul wrote: > I appreciate your quick replies. Suggested solution look

Re: Add external java project to GWT project in Eclipse

2009-07-20 Thread Donald W. Long
many developers at the same time. If I am wrong please let me know. Thanks Donald W. Long (donald.w.l...@thelongsfamily.com) On Jul 20, 1:34 pm, Jason Parekh wrote: > Hi Martin, > You may try using the link source option, as suggested by the thread > athttp://groups.google.com/gro

Re: gwt + email

2009-07-20 Thread Donald W. Long
Do you have the jar for gmail in your path? On Jul 19, 7:52 am, Petein wrote: > Hi. I made an RPC for sending an email > > this is the Impl file: > > package faceRecognition.server; > > import com.google.gwt.user.server.rpc.RemoteServiceServlet; > > import faceRecognition.client.EmailService; >

Re: Callin an URL from my application

2009-07-19 Thread Donald W. Long
Hi, I had a similar issue and this is how I was shown to do it. public native void gotoURLscript(String url) /*-{ open(url); }-*/; Usage: public void gotoURL(String url) { gotoURLscript(URL.encode(url)); } This

Re: How to send Post/Get Method by Using GWT?..

2009-07-10 Thread Donald W. Long
You need to link to the webpage. Add the following line to your HTML page after your Add the following line in your public void onModuleLoad() { after > submit.addClickListener(new ClickListener() { > public void onClick(Widget sender) { > formPanel

Auto Menu System using GWT

2009-07-01 Thread Donald W. Long
can not get to the source please let me know. If you just wish to download the jar files to use the system see the web page, it has a down load link for you. The web page was thrown together, so its not much, but it does use the Auto Menu system I created. Have fun Donald W. Long donald.w.l