http://www.perlmonks.org?node_id=609737

jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:

Esteemed monks,

I have Perl/Tk code which produces a window something like a day-timer week at a view page. Across the top I have the days of the week, down the left hand side time of day in 10 or 15 minute increments. Now comes my problem.

I have scroll bars on both X and Y axes. But when I scroll horizontally I want the days of the week to scroll with the body (the times to remain visble), but when I scroll vertically I want the days of the week to stay visible whilst the times scroll with the body.

The body of the window consists merely of a huge collection of buttons, one for each time slot for each day of the week.

How do I do it?

jdtoronto