RE: [perl-win32-gui-users] Dynamic popup menusEasy when you know how:) Thanks, 
that's saved me hours of playing around.

So it looks like I'll have to completely recreate my whole menu tree rather 
than just the sub menu.

Cheers and thanks again,

jez.
  ----- Original Message ----- 
  From: Peter Eisengrein 
  To: 'Jez White' ; Win32-GUI 
  Sent: Friday, February 27, 2004 5:26 PM
  Subject: RE: [perl-win32-gui-users] Dynamic popup menus


  Yes, that much I know!!!

  my $Menu = new Win32::GUI::Menu(
       "&Menu" => "Menu",
       "   >   &Sub Menus" => "",
       "   >>  Sub Item &1" => "submenu1",
       "   >>  Sub Item &2" => "submenu2",
       "   >>  Sub Item &3" => "submenu3",
       "   >>  Sub Item &4" => "submenu4",
      );
    -----Original Message-----
    From: Jez White [mailto:[EMAIL PROTECTED]
    Sent: Friday, February 27, 2004 12:07 PM
    To: Jez White; Peter Eisengrein; Win32-GUI
    Subject: Re: [perl-win32-gui-users] Dynamic popup menus


    Humm....Is it even possible to create a sub menu at all?

      ----- Original Message ----- 
      From: Jez White 
      To: Peter Eisengrein ; Win32-GUI 
      Sent: Friday, February 27, 2004 2:14 PM
      Subject: Re: [perl-win32-gui-users] Dynamic popup menus


      Hi,

      Thanks for the reply - I probably didn't explain myself to well:) What I 
was trying to do was something like below:

       Show
       -------------
       Manual Entry  >   Manual Entry 1
       Edit entries      Manual Entry 1
       Work Offline      Manual Entry 1
       Synchronize       --------------
       -------------     All
       Quit

      Where the manual entry sub menu is the dynamic one. Does this make any 
sense?

      cheers,

      jez.

Reply via email to