[perl-win32-gui-users] how to make a menu to a notifyicon

2007-06-18 Thread a9876543210
Hi, I want to make a short menu which appears after right-clicking on my notifyicon. is this possible? how can I make it? the right-click-event works fine. thx j. -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung:

[perl-win32-gui-users] Service with Trayicon and Popup-menu

2007-06-20 Thread a9876543210
Hi, I've written a small windows-application with Win32::Daemon and added with Win32::GUI a trayicon. It works fine and I can see the trayicon. But now I want to add a popupmenu to the trayicon which doesn't appear. Only if I call Win32::GUI::Dialog(); the dialogboxes are shown, but the

Re: [perl-win32-gui-users] creating a child window

2007-06-20 Thread a9876543210
Hi, have a look at the examples in your perl-lib-path. j. Original-Nachricht Datum: Wed, 20 Jun 2007 15:34:03 +0300 Von: Octavian Rasnita [EMAIL PROTECTED] An: perl-win32-gui-users@lists.sourceforge.net Betreff: [perl-win32-gui-users] creating a child window Hi, I have

[perl-win32-gui-users] accelerator which fires evertime

2007-07-11 Thread a9876543210
hi, I have a small program which can be minimized to the tray. Now I want to have an accelerator which fires to minimize the program to the tray = this works fine. But know I want to restore the window with an accelerator anytime. It should work if I'm writing a text or in internet explorer or

[perl-win32-gui-users] Icon in menu?

2007-07-27 Thread a9876543210
Hi, is it possible to show an icon within a menu? thx juergen -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

[perl-win32-gui-users] AddTextField() does not work

2007-08-27 Thread a9876543210
hi, I'm trying to create a window with a TextField to put text in it. in some scripts it works fine. but in my main script it doesn't work. so I cut down my script to the essential functions (see the attached code) - it doesn't work. I get the message: [snip] Can't locate auto/AddTextFiel.al in

[perl-win32-gui-users] how to have scrollbars in the main-window if it is too small?

2007-08-28 Thread a9876543210
Hi, I want to create a window with some buttons, labels, and textfields. but the window is too small - how can I realize working scrollbars? I already can the scrollbars but they aren't working ... see my code-snipplet below. thx juergen [snip] $main = Win32::GUI::Window-new( -name =

[perl-win32-gui-users] my labels are only shown after clicking an them or resizing the window

2007-09-26 Thread a9876543210
hi, I've the problem that my labels are only shown after clicking on them or after resizing the window. do I have to implement a repainting or something? my script: [snip] $cfg_window=Win32::GUI::Window-new( -name = configwin, -title = $cfg{name} - Configuration,

[perl-win32-gui-users] why are the prompts of my textfields not shown?

2007-11-22 Thread a9876543210
Hi, I've a small application with a configuration window. this window is created with a for-loop and some textfields with prompt for the values. this window is shown with an Animate(). but the prompts aren't shown until i focus it with tabstopps or the mouse. what's my problem? thx for help.

[perl-win32-gui-users] Is it possible to implement click-events or some menu options on an balloon?

2007-11-22 Thread a9876543210
Hi, is it possible to make a menu like button1 and button2 or a click event like click here to do something on a balloon? how can I realize this? thx for help juergen -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

Re: [perl-win32-gui-users] why are the prompts of my textfields not shown?

2007-12-12 Thread a9876543210
hi rob, thanks for your support. I've created a small working example of my script. juergen [snip] #!.\perl.exe # use strict; no strict qw(subs); ## # GUI use Win32::GUI 1.05 qw( CW_USEDEFAULT WM_HOTKEY VK_J