Good Evening,
I was wondering if there is a way to change color of tab(s) on the TabStrip
control ?
Thanks,
Igor
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
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
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.
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
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.
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
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
- 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
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
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
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
12 matches
Mail list logo