Hello perl-win32-gui,

  and again, who can help me with submenu ?
  it is error in Win32:GUI or sumething else ?
i try script:
-----------
use Win32::GUI;

$M = new Win32::GUI::Menu(
    "&File"     => "File",
    " > &Open"  => "Open",
    " > &Save"  => "Save",
    " > -"  => "-",
    " > &More..."  => "More",
    " >> More&1"  => "More1",
    " >> More&2"  => "More2",
    " >> More&3"  => "More3",
    " > -"  => "-",
    " > E&xit"  => "Exit",
    "&About"  => "About"
);
-----------
and get:
-----------
Your vendor has not defined Win32::GUI macro SetMenuItemInfo, used at
 C:\Perl\lib/Win32/GUI.pm line 486. at C:\Perl\lib/Win32/GUI.pm line 361.
-----------
 problem is ">>" in menu definition. but why ?

Best regards,
 Max                          mailto:[EMAIL PROTECTED]



Reply via email to