I have successfully ported a couple of Tk MegaWidgets to Tkx but my solutions I fear are not as elegant as they could be with regard to widget configuration. After reading perldoc Tkx::MegaConfig I have two questions: 1. I understand the METHOD and PASSIVE $where specs; however, does the .foo $where spec format mean the config option gets delegated to the child widget that has been created using -name => 'foo' since the period in .foo can delegate to the megawidget root?? Perhaps I am confusing names and paths. Or even worse. :)
2. What is the best approach to take with a Tk ConfigSpec that looks like this: -background => [['SELF', 'CHILDREN'], qw/background Background/], My initial solution is to comment it out!! :) Thanks E.R. Uber