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: http://www.gmx.net/de/go/free
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
servi
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 ha
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
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
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 @
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 =
Hi,
I want to make an input with a dialogbox.
but I've the problem that the program continues while the dialogbox is open.
how can i make the script waiting for closing the dialogbox?
thx
juergen
my script:
[snip]
do_something...
ask_filename();
do_the_rest...
sub ask_filename {
# Create Find
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",
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.
ju
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
--
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
hi rob,
I wanted to use some peace of your code.
the main function is ok.
I want to use TextFields.
Is there a possibility to move all Labels, Textfields,... of an window?
When I try to work through the hash -> only the text field is moved but no
prompt of it.
I've enclosed my testcode.
thx.
j
13 matches
Mail list logo