08-06-2009 12:55 AM
I can get the menuitem title just like below
:
  call MenuItemInfoGet("SCRIPT", "M.1")
  MsgBoxDisp(MenuItemTitle)
but for the shortcut menu , I can't get the menu tiltle like, use"c" instead of "m":
  call MenuItemInfoGet("SCRIPT", "C.1")
  MsgBoxDisp(MenuItemTitle)
Why?
08-07-2009 01:38 AM
Hi Chian,
MenuItemInfoGet is not supported for shortcut menus because this kind of menu is dynamic. That means, depending on the context or customizing a shortcut menu can have more or less entries. So it could happen that you get back information's which you are not expecting (in case of supporting shortcuts with MenuItemInfoGet).
Greetings
Walter
08-07-2009 03:03 AM
The version 11.0.0f3436 was used, so the help need be updated.
Then how can i access shortcut menu?
I want to change shortcut menu title to Chinese.
MenuItemChange can work to menu/submenu, but to shortcut menu, it doesn't work.
MenuItemChange "NAVIGATOR","1","文件"