I just found this in the archives
GUI.pm Change:
To support Sub-menus, change GUI.pm, line 451 (for build 434)
--- from -----
$M->{$parent}->SetMenuItemInfo(
-submenu => $M->{$parent."_SubmenuButton"}
);
--- to -------
$M->{$parent}->Change(
-submenu => $M->{$parent."_SubmenuButton"}
);
--------------
----------------------------------------------------------------------------
---------------------
Tim Thomas
Unix Systems Administrator
Lockheed Martin EIS · Denver Data Center
303-430-2281 · Pager 800-545-3704
mailto:[EMAIL PROTECTED]
Pager: mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------------
---------------------
> -----Original Message-----
> From: Thomas, Timothy B [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, February 24, 2000 11:29 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [perl-win32-gui] GUI Builder error + button question
>
> That's really funny, I finally just figured out how to use PPM and
> reinstalled the latest win32::GUI with PPM and now my program is
> generating
> the exact same error:
> Can't locate auto/Win32/GUI/MenuItem/SetMenuItem.al in @INC
> (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at
> C:/Perl/site/lib/Win32/GUI.pm line 452
>
>
> I would love to know the solution for this!!!!!! I would hate to
> have to stop using PPM and go back to my old install.
> Tim
>
> --------------------------------------------------------------------------
> --
> ---------------------
> Tim Thomas
> Unix Systems Administrator
> Lockheed Martin EIS · Denver Data Center
> 303-430-2281 · Pager 800-545-3704
> mailto:[EMAIL PROTECTED]
> Pager: mailto:[EMAIL PROTECTED]
> --------------------------------------------------------------------------
> --
> ---------------------
>
> > -----Original Message-----
> > From: Ludde [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, February 24, 2000 11:11 AM
> > To: [EMAIL PROTECTED]
> > Subject: [perl-win32-gui] GUI Builder error + button question
> >
> > I have two questions:
> > 1) I get an error when trying to run the latest version of GUI Builder
> > from the archives. It returns:
> > --
> > Can't locate auto/Win32/GUI/MenuItem/SetMenuItem.al in @INC (@INC
> > contains: C:/Perl/lib C:/Perl/site/lib .) at
> > C:/Perl/site/lib/Win32/GUI.pm line 452
> > --
> > I know I've seen this issue up here before, but no solution to the
> > problem was provided.
> >
> > 2) How do I enable a button that was created with the option ;-disabled
> > => 1; ?
> >
> > Thanks alot for reading my entire post.
> > -Ludde