CC: | ptk [...] lists.stanford.edu |
Subject: | Re: listbox bug |
To: | mattf [...] vicimarketing.com, bug-tk [...] rt.cpan.org |
Date: | Tue, 17 Feb 2004 09:51:30 +0000 |
From: | Nick Ing-Simmons <nick.ing-simmons [...] elixent.com> |
Mattf <mattf@vicimarketing.com> writes:
Show quoted text
>Hello,
>
>I recently tried out your revisions to Tk-804.025_beta14 > Tk::Listbox
>specifically the Listbox "itemconfigure" widget method. I like what it is
>supposed to do, but I cannot get it to work, this is the message that I keep
>receiving when I try to run a the itemconfigure method:
>
>Tk::Error: Can't locate auto/Tk/Listbox/itemconfigu.al in @INC
>
>The file itemconfigu.al doesn't seem to exist anywhere on my machine and I
>can't find this file anywhere on any server on the internet.
It shouldn't be trying to autoload it - it should be declared
as a "method" provided by the C code.
Thanks
Show quoted text>
>Please let me know where I can find this file or if there is another way of
>running the itemconfigure method.
>
>Thanks,
>
>MATT---