[perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol 1 #1295 - 15 msgs

2006-05-21 Thread Igor Anufriyenko
Good Evening, I was wondering if there is a way to change color of tab(s) on the TabStrip control ? Thanks, Igor

[perl-win32-gui-users] GetOpenFileName

2006-02-24 Thread Igor Anufriyenko
Hello, Is there a way to hide "My Documents" button from the "Places" shortcut bar in the GetOpenFileName dialog box? Selecting this button under Windows 2000 OS hangs entire script. All other shortcuts respond normally. This behaviour cannot be replicated on XP platform. So far the o

[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

[perl-win32-gui-users] TreeView Node structure

2006-01-09 Thread Igor Anufriyenko
Good Evening, Is it possible to get a list of TreeView Node children (items) or their handles? ItemInfo and GetItem methods return just a value of 0 or 1 for the -children key. Is their a document describing Node object data structure ? Thank you, Igor.

[perl-win32-gui-users] Using Thread::Queue

2006-01-04 Thread Igor Anufriyenko
Good Evening, Here is some undocumented feature on passing parameters to the subroutines that are fed into the ::Queue: # queues are created here. $command = "dir /b c:\\data\\files"; $commandQueue->enqueue("&shellsub( ' $command ' )"); sub shellsub { system ( shift ); } The important part

[perl-win32-gui-users] PerlApp Issue

2006-01-01 Thread Igor Anufriyenko
Johan, I have not tried Task class yet - just the Queue(s). Honestly, to look into it a bit deeper and have not time yet. Thanks. Igor.

[perl-win32-gui-users] PerlApp Issue

2005-12-30 Thread Igor Anufriyenko
Hello, I have found some answers and code samples in groups's archive. Running two worker queues - one for command evals and the other for keeping return values worked like a charm. Originally posted by Johan Lindstrom and Blair Sutton. http://sourceforge.net/mailarchive/message.php?msg_id=10734

Re: [perl-win32-gui-users] PerlApp issue

2005-12-29 Thread Igor Anufriyenko
Dialog phase of the script. Queue accepts @ARGS from the Event handlers later. Anyhow, I will send you a my code tomorrow. Thanks. Igor. - Original Message - From: Brian Millham To: 'Igor Anufriyenko' ; perl-win32-gui-users@lists.sourceforge.net Sent: Thursday, December

Re: [perl-win32-gui-users] PerlApp issue

2005-12-29 Thread Igor Anufriyenko
- Original Message - From: Brian Millham To: 'Igor Anufriyenko' Sent: Wednesday, December 28, 2005 11:58 PM Subject: RE: [perl-win32-gui-users] PerlApp issue I'm surprised that this works at all, even as a script. I'd expect the animation to hang, becaus

[perl-win32-gui-users] PerlApp issue

2005-12-28 Thread Igor Anufriyenko
Hello, After compiling Win32::GUI script with PerlApp PDK 6.0.2 and running it as EXE Animation control freezes while fork() or system() are executed on the background to run CPU-intensive processes. However, uncompiled .PL script runs fine - AVI file is being played OK. Does anybody have a wor

[perl-win32-gui-users] BrowseForFolder -driveonly optionimit

2005-12-23 Thread Igor Anufriyenko
Good Evening, -driveonly=>1 option allows directories and individual files to picked and returned from Win32::GUI::BrowseForFolder package calls. Is there a way to limit displayed nodes to drives only? It is possible to trim return value using built-in functions, however it would be bett

[perl-win32-gui-users] Win32-GUI Corporate "Credentials"

2005-11-27 Thread Igor Anufriyenko
Good Evening, I am returning to this group after quite a break. Folks, I need your help to make a business case for Win32::GUI as a rapid developement tool by coming Wednesday. Basically it is Perl vs. VBS/HTA/.Net dilemma, which is not a dilemma for me. So, besides Rapid development capabilities