Re: Installing Curses Module?



Dans l'article <47c0aaea$0$6516$4c368faf@xxxxxxxxxxxxxx>,
jlowder@xxxxxxxxxxxxxxxxxxxxxx a dit...

Now my Widgets module can't seem to find any of it components. When
typing out "use Curses::Widgets::" my IDE (Komodo Edit) shows me all the
various widget options, yet when I select one I receive an error.

This is what I see when trying to run my script with the example
combobox widget code.

Can't locate object method "ComboBox" via package "Curses::Widgets" at
C:\OpenPerlIDE\PerlScripts\Repository.pl line 37.

Is there something else I need to do in order to fully configure the
widgets modules? I've been looking online but can't find any
instructions on what to do. There doesn't appear to be a .ppd file for
the Widgets component.


I added the module Curses::Widgets in my repository.
To install it:

ppm install http://www.bribes.org/perl/ppm/Curses-Widgets.ppd

The test script (seems to work fine):

http://www.bribes.org/perl/CursesWidgetsDemo.zip

HTH

--
J-L.M.
http://www.bribes.org/perl

.