Re: [perl-win32-gui-users] Executable appears twice in task manager

2009-07-30 Thread Glenn Linderman
On approximately 7/30/2009 1:21 AM, came the following characters from the keyboard of Angelos Karageorgiou: > Hello folks, I have this interesting little thing > > I ma using perl 5.10 and par 0.994. My project uses both Win32::GUI and > threads for background operations. The strange thing is th

[perl-win32-gui-users] Executable appears twice in task manager

2009-07-30 Thread Angelos Karageorgiou
Hello folks, I have this interesting little thing I ma using perl 5.10 and par 0.994. My project uses both Win32::GUI and threads for background operations. The strange thing is that when I run the executable (Rautor) it appears twice in the task manager list of processes. Is this expected b

Re: [perl-win32-gui-users] blessed object dereferencing unusual behaviour...

2009-07-30 Thread Kevin Marshall
Hey, Instead of trying to use symbolic references to the objects, one solution would be to store the objects in an array and simply iterate over the array to access the objects. You could also use a hash if you want to access them by name. I've used this method when using TabStrip controls.