[perl-win32-gui-users] Win32::GetOpenFileName problem

2006-02-12 Thread Igor Anufriyenko
Hello, Has anyone come across GetOpenFileName issue where "My Computer" shortcut on the left side of the dialog box when clicked returns nothing ? I am running running Active State 5.8.7, Win32::GUI 1.03 on XP Professional SP2. While running same compiled script on WIN2000 PC, "My

RE: [perl-win32-gui-users] Thread Safe Message Passing

2006-02-12 Thread Plum, Jason
>>I plan on moving things to a ThreadsSafe::SendMessage() form in order to >>allow lifespan of the children beyond that of the window message queue, as >>well as provide and *easy* way of transfering the data to that queue. >There is an issue with using the windows queue that you need to be awa

RE: [perl-win32-gui-users] Thread Safe Message Passing

2006-02-12 Thread Jeremy White
Yes, it is correct that it allows the main thread to communicate with the child threads via the Window Message Queue (though I am workin on a way to make it last beyond the Window's lifespan). And techinically... no, sending data that way wont work quite yet... but that is the general idea in