Hi guys,
I am automating flex projects using qtp, and i met a problem with menubar component: it does not support
itemclick event for its top-level menuitem. for example:
a menubar is like this:
File | Edit | Help
the "Help" menuitem has no submenu, when clicked, it forwards to another page. But when using qtp to record this, it records:
FLexMenuBar("**").show "Help"
menubar just highlight the "Help" item but not forward to the expected page when replaying the above script.
Does any idea solve this problem? Please help me out.
Thanks in advance,