Re: The event API debate

David Crawshaw <[email protected]> Thu, 1 Jan 2004 11:08:28 +1000
Newsgroups gmane.comp.java.xwt.widgets
Message-ID <[email protected]>
On 01/01/2004, at 10:29 AM, Charles Goodwin wrote:
> Wrong.

I really don't think I can visualise any of this through discussion, so 
I'll leave it to you to make all the code work (seeing as its all 
designed), and then we can look at simplifying it (if possible).

The focus model is working. keypress/keyrelease have been replaced with 
the core traps KeyPressed/KeyReleased. You can see this by changing the 
test template in ./main.xwt:

.org.xwt.sampler.main -> .org.xwt.sampler.focus

It needs a little extra stuff for handling boxes that change surface, 
but I figured that's not critical to development.

The core is definitely ready for widget development. I'll upload a new 
binary to http://www.zentus.com/xwt as soon as dist-clean is finished 
(~1 hour).

d