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 <mailto:[EMAIL PROTECTED]>
To: Peter Eisengrein <mailto:[EMAIL PROTECTED]> ; Win32-GUI
<mailto:[email protected]>
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.