Hi all, If i resume, Accelerator event implement could be :
1) if accelerator define like : "key" => sub { } or "key" => \&mysub - Call this function with Window Self + accelerator name. 2) if accelerator define like : "Key" => "Name" - Find a window called "Name" in current window hierarchy and call -onClick event if exist with Window Self . - Call Window -onClick event if exist with Self + Name (-acc is availlable only for Window and Dialog so Click event isn't use for specific stuff). - Check for OEM Name_Click and call it if exist. Of course we stop after first event call. I think it's not too much difficult to do ;o) Laurent. > Subject: Re: [perl-win32-gui-hackers] New Win32::GUI code in MAIN CVS. > Hi Laurent, > > I'm excited about all the enhancements you are making to Win32::GUI > these days, can hardly wait to try them out!