Skip Menu |

This queue is for tickets about the Curses-UI CPAN distribution.

Report information
The Basics
Id: 11099
Status: new
Priority: 0/
Queue: Curses-UI

People
Owner: Nobody in particular
Requestors: sboyette [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Popupmenus should be updatable
Curses::UI::Listbox has methods values() and labels() to allow the updating of the contents of a listbox widget after its creation. This is handy for widgets which update their contents based on a selection being made in another widget. It would be very nice if Popupmenu widgets had the same functionality.
From: Marcus Thiesen <marcus [...] thiesen.org>
To: bug-Curses-UI [...] rt.cpan.org
Subject: Re: [cpan #11099] Popupmenus should be updatable
Date: Thu, 24 Mar 2005 14:13:30 +0000
RT-Send-Cc:
On Thursday 20 January 2005 00:58, Guest via RT wrote: Show quoted text
> This message about Curses-UI was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=11099 > > > Curses::UI::Listbox has methods values() and labels() to allow the updating > of the contents of a listbox widget after its creation. This is handy for > widgets which update their contents based on a selection being made in > another widget. It would be very nice if Popupmenu widgets had the same > functionality.
I didn't have a really close look into that, but if I remember correctly the menues are somehow derived from the Listbox. If I find time, maybe I'll write a patch... otherwise it's your turn :-) Cheers, Marcus -- :: Marcus Thiesen :: marcus@thiesen.org :: www.thiesen.org :: :: ICQ#108989768 :: 0x754675F2 :: thiesen@jabber.org :: "And I don't like doing silly things (except on purpose)." Larry Wall
[marcus@thiesen.org - Thu Mar 24 09:13:49 2005]: Show quoted text
> I didn't have a really close look into that, but if I remember > correctly the > menues are somehow derived from the Listbox. > > If I find time, maybe I'll write a patch... otherwise it's your turn
Aye, I'll look into it myself when I get a chance. I'm a bit more familiar with C::UI now than I was when I originally wrote this :)