My perl program creates a bunch of ptk top-level windows. Before using POE, I simply called MainWindow->new for each new window I wanted to create. Now that I'm using POE, I'm given a single Tk MainWindow, pointed to by $poe_main_window. How do I create more?
Using $poe_main_window->new creates some ugly error messages - that can't be right.
I can use MainWindow->new and do get the new windows created, but the scrollbars in them don't work correctly (I'm guessing this is one of the "undesired outcomes" alluded to by the POE::Kernel docs).
Obviously I'm missing something here.
Any help is appreciated!
Thanks
-Craig
In reply to Creating new ptk windows with POE? by cmv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |