Jim Hunter wrote: > Submit is something you do from a form on a basic web page, not from an > application.
Hmmm. In my experience is that even a desktop app sometimes/often lets a user fill out a form (supply parameters using more than one widget) and then tell the app "make it so". And these usually have both a button to that effect and will treat "Enter" as meaning the same. Anywho... > What exactly are you trying to do? Allow the user the convenience of Just Hitting Return to start a search instead of making them click a "Search" button. > Do you have an function > set up to send information to the server and you need to be able to > execute it at a certain time? So what exactly is your scenario and what > controls are you working with? They can click various buttons to initiate the search in different ways, or just hit Enter to get the default way. > Is your application a standalone > application or are you embedding qooxdoo controls inside a standard HTML > page? Standalone. The world is mine. :) I went ahead and trapped keypress and kick off the search if the key happens to be "Enter" -- nothing wrong with that. >...the more we know the better we can help you. Much appreciated. This is a good community. I am actively pitching qooxdoo to that other big community, comp.lang.lisp. Actually I ended up here because someone over there said you all looked "interesting". That is high praise from a Lisper, actually. cheers, kenny ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
