From: Keith D. <kd...@cs...> - 2004-05-24 17:04:34
|
Ronald, I'll make it where the ImageSource is optional ASAP. Thanks. I am still hashing out what to do with the global action registry as far as configuration. Internally, the registry is what the views use to register handlers for global (shared) actions when they are initialized. View listeners also use the registry to do the same thing when views are switched in the application. I'll forward that prev. email to the list. Keith -----Original Message----- From: Ronald Haring [mailto:em...@ro...] Sent: Sunday, May 23, 2004 10:46 AM To: Keith Donald Subject: Re: [Springframework-rcp-dev] Cvs updates? And everything is up and running now, and I like what I see a lot. However, I vaguely recall reading in the list a message about how the handlers and actions are put together. Unfortunately I dont have that mail anymore. Do you still have that mail sent to the list? And if you do, could you send it to me and maybe add it to the confluence documentation of the spring-rcp? As I went over the sources and tried to make it work I also noticed that you register some global actions (exit, about and help) are those necessary or just a remainder? Another thing that was hard is that I dont use an imagesource. Therefor I had to change some things in the application (simple check if imagesource was defined was sufficient), is it really necessary to have this imagesource bean? Anyways, thanks for what you build so far. Cheers Ronald Keith Donald wrote: >Ronald, > >Those classes are in the spring sandbox. You'll need to build the sandbox: > >'build sandboxjar' > >If you use the build.xml file in the spring-rcp root, it should compile with >the sandbox stuff. > > |