Wed Dec 31 11:19:48 2008MTHURN [...] cpan.org - Ticket created
Subject:
reports size as -999
Not only does it report the final size as -999 x -999,
but also each individual size is abnormally small
(e.g. 17x11+500+500)
Wed Dec 31 12:16:28 2008LGODDARD [...] cpan.org - Given to MTHURN
Sun Jan 04 00:48:11 2009MTHURN [...] cpan.org - Status changed from 'new' to 'open'
Sun Jan 04 00:58:43 2009MTHURN [...] cpan.org - Correspondence added
This is what happens when the caller defines their own PreNextButton
callback; the Sizer's callback gets overridden by the user's callback
and the Sizer code never gets called. One solution would be to
implement a "chain" of callbacks, but this would be a fairly major
modification of the base Tk::Wizard module.