AW: Q: add and remove wheels dynamically

2012-07-22 Thread Alex
updateLog_error No idea what this is about =cut sub updateLog_error { warn $_[ARG0]\n; } # /pdateLog_error [/code] -Ursprüngliche Nachricht- Von: Rocco Caputo [mailto:rcap...@pobox.com] Gesendet: Mittwoch, 13. Juni 2012 22:24 An: POE Mailing List Betreff: Re: Q: add and remove wheels

Re: Q: add and remove wheels dynamically

2012-06-13 Thread Rocco Caputo
Can you reduce the program to something I can run locally to see what's going on? The parts you've quoted aren't enough context for me to answer your question. What you want to do should work fine. So the best answer I have (with the information you've given) is you're doing... something...

Q: add and remove wheels dynamically

2012-06-12 Thread Alex
Hi! I have written a small Tk GUI that follows some log files. I would like to add the possibility to add and remove files on-the-fly. To do this, I added a menu where a user is provided with two menu items for this: [snip] my $logfiles = [ ... ]; # my personal list of files my