--- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote:
>
> 
> 
> _venice.addEventListener(HelpEvent.HELP_INITIALIZED, 
onHelpInitialized);
> 
> Where _venice is a reference to the main MXML application.  Works 
fine 
> with MouseEvent.CLICK FWIW.
>

Hey, that helped me track it down, the listener was fine, it was the 
onHelpInitialized that had the problem it was still listening for a 
mouse event and not a Help event.  Thanks - it's working now...

Jason


Reply via email to