Firefox and Chrome Autocomplete Login Forms

2009-08-26 Thread spike2...@googlemail.com
Hi I'm building an App, which dynamicall builds a Widget where you can log in. I'm using 2 TextBoxes, a login-username and a password-box in a FormPanel in a PopupPanel. On the onSubmit-Event I make an AJAX-Request to log the user in. I didn't succeed in triggering the Autofill-Ability of Chrome

Re: Firefox and Chrome Autocomplete Login Forms

2009-08-26 Thread spike2...@googlemail.com
loaded from the beginning. My attempts to create it in runtime via DOM manipulation made it invisible to the password completion mechanism. I'd advise you to use a completely decoupled login form and load your application only after the login page. On Aug 26, 9:23 am, spike2...@googlemail.com

Re: Possible to set -localWorkers compiler flag in Eclipse?

2009-08-19 Thread spike2...@googlemail.com
But when I press Compile/Browse in the Hosted Mode I still only use 1 processor, how do I change that? On 27 Jul., 19:02, jscheller jschel...@csoftware.com wrote: Thanks Jason! Too much digging in all the preferences and settings trees, only to find this right in front of me... Duh.

Re: Event and Interrupt Questions

2009-07-31 Thread spike2...@googlemail.com
until the loop is finished. If you need events to fire in the middle of long running processes (or   simply don't want the browser to act frozen) place those processes   into an IncrementalCommand. -jason On Jul 29, 2009, at 4:37 PM, spike2...@googlemail.com wrote: Hey i was coding

Event and Interrupt Questions

2009-07-29 Thread spike2...@googlemail.com
Hey i was coding a GWT App and a question came up: Does an event like MouseOver interrupt already running code or does it even fire? Or is it put on the top of a stack like Deferred Command? Is there a website where all this is explained? Thx in advanced

Re: Newbie question(File Permissions issue in GWT)

2009-07-29 Thread spike2...@googlemail.com
Is it possible that Barry isn't your account? On 28 Jul., 17:26, Rumpole6 barry.benow...@gmail.com wrote: This may not be the right place for this, but: I am using the gwt plugin  in eclipse under Windows XP to write an small application and I am facing File Permission Errors trying to

Re: Passing an XML document to a Panel

2009-07-29 Thread spike2...@googlemail.com
See the Api http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/xml/client/XMLParser.html The XMLParser throws you an Document object with wich you can play around with Greetings On 29 Jul., 05:25, kavi kavielango...@gmail.com wrote: How can i pass a complete well formed

Re: GWT events, image overlays, and GChart

2009-07-29 Thread spike2...@googlemail.com
The Image Object has a MouseMoveEvent-Listener, why not capture events on the Image on the foreground and the call a function on your Image in the background, giving the information you need? On 28 Jul., 21:52, bconoly bcon...@gmail.com wrote: Ok, this question may be confusing but I'll be as