Skip Menu |

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

Report information
The Basics
Id: 71664
Status: open
Priority: 0/
Queue: Curses-Toolkit

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

Bug Information
Severity: Normal
Broken in: 0.207
Fixed in: (no value)



Subject: Curses::Toolkit::Widget::Window::bring_to_back not implemented
The inline documentation states that I can use $window->bring_to_back(), but it doesn't appear to be implemented. There doesn't appear to be any way to remove a window that is added to root, so I was hoping to just use this to hide it, but to no avail. I was then going to use Curses::Toolkit::bring_window_to_back, but this also doesn't appear to be implemented. Is there any other way to get rid of a window? I've managed a work around by matching the window that I want to remove against the $self->{windows} array and then splicing it out, but I don't know what consequences this might have without digging through all of the code. Thanks.
Hi, Indeed, the following methods are missing : bring_to_back, hide, and something to delete windows. I'll prepare a new release with these included shortly.