[perl-win32-gui-users] How to catch/process mouse clicks on a balloon?

2008-04-14 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] Delete Text from text box

2008-04-17 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] Window doesn't appear until code has finished

2008-04-23 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] detecting a second version of my app

2008-06-14 Thread Ilya BANDORIN
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

[perl-win32-gui-users] tabstrip has white background color after compiling with PerlApp under Windows XP

2008-07-18 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] (no subject)

2008-09-04 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] Win XP styles

2008-11-04 Thread Ilya BANDORIN
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

[perl-win32-gui-users] XP styles support -- when?

2009-04-21 Thread Ilya BANDORIN
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

[perl-win32-gui-users] Weird behaviour of combobox control

2009-11-19 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] Windows shutdown

2009-12-24 Thread Ilya BANDORIN
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

Re: [perl-win32-gui-users] label is not visible after recreating inevent

2009-12-24 Thread Ilya BANDORIN
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