Hello,
Does anybody know if it is possible to execute a subroutine when user
clicks on a popup balloon of NotifyIcon? Now it just closes on mouse
click. Can't find any solution for this.
Regards, Ilya
===
Ce message et toutes les pieces joint
Hello,
Why not to use Text() method to clean it?
Something like
$windowName->TextFieldName->Text('');
Regards,
_
Ilya
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
dwinkjr
Sent: Wednesday, April 16, 2008 10:28 PM
To: perl-win32-gui-users@lists.so
What do you mean by "in background"?
If you wish to perform some tasks "in background" while user sees login
window, enters his login/pass, etc - I think the only way is to create a
multithreaded application.
But if you just want to create/show window and then perform some extra
code, you c
H');
if ($CheckAlreadyRun) {
Win32::GUI::Show($CheckAlreadyRun);
Win32::GUI::SetForegroundWindow($CheckAlreadyRun);
exit;
}
In my example it just shows the window which is already exists. But you
can do and error popup or whatever.
Regards,
_
Ilya Bandorin
-Orig
Hello!
As I see in archives, this problem was raised some time ago but with no
any solution.
Does somebody found the way how to deal with "tabstrip" controls under
Windows XP when it has XP style turned on?
The problem is when I compile my app with PerlApp it obeys Windows XP
styles and show
Yeah, but this method is OK only if users use XP’s standard color schemes and
themes. In other case tabstrips could be not “white”.
At the moment I have two ideas but can realize none of them. :)
1. According to the same problem in other programming environments, there
should be some con
your apps?
Regards,
_
Ilya Bandorin
From: Jaun [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2008 10:51 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] Win XP styles
Hi,
I've been trying to get a listview which looks like this:
http://delphit
Hello to everybody!
I'm just interested if dear developers have any plans to introduce XP styles
support to Win32::GUI?
Being compiled with ActiveState's PerlApp the application runs with XP styles
but tabstrip control drives me crazy because all other controls being placed on
the tabstrip
lem. But if I type only digits it terminates after
typing the 10th symbol.
Win32::GUI v.1.06
ActiveState Perl 5.8.8
Don't you guys know if it's my problem or Win32::GUI's? Have you experience
this
Hi Seb,
Since you're in Windows, nobody cares about that #!path/to/perl. :)
If you wish wperl.exe to process your scripts instead of perl.exe, associate
.pl file extension with wperl.exe. That's all.
But I think that's not good because if you do it all your scripts will be
launched with no conso
Probably because the control named "Label" is alredy defined in main code. Why
do you try to create it once more?
You should just modify its properties (text), something like this:
$main->Label->Text(rand());
-Original Message-
From: Andrey [mailto:war...@mail.ru]
Sent: Thursday, Dece
11 matches
Mail list logo