Re: [perl-win32-gui-users] Help on Win32::GUI

2001-11-01 Thread Johan Lindstrom
At 21:57 2001-11-01 +0100, Johannes Gamperl wrote: the next problem i have is that i would like to show a icon in the system tray on hiding my window. when i click on the icon in the tray the window should show again ... this works fine, but only for one time .. the next time my window are closed

Re: [perl-win32-gui-users] Help on Win32::GUI

2001-11-01 Thread Johan Lindstrom
At 21:57 2001-11-01 +0100, Johannes Gamperl wrote: the next problem i have is that i would like to show a icon in the system tray on hiding my window. when i click on the icon in the tray the window should show again ... this works fine, but only for one time .. the next time my window are closed

Re: [perl-win32-gui-users] Window -style parameters

2001-11-01 Thread Johan Lindstrom
At 10:35 2001-11-01 -0500, Peter Eisengrein wrote: I wish I could remember who posted it so I could give them credit, but, like everything else, I forget... * cough * :) The actual meaning of the contants is better documented here: CreateWindow (-style):

[perl-win32-gui-users] Help on Win32::GUI

2001-11-01 Thread Johannes Gamperl
Hello, does anyone know how to get a link on on a RichEdit-Field on win32::gui to work? Any examples ? the next problem i have is that i would like to show a icon in the system tray on hiding my window. when i click on the icon in the tray the window should show again ... this works fine, bu

[perl-win32-gui-users] Help on Win32::GUI

2001-11-01 Thread Johannes Gamperl
Hello, does anyone know how to get a link on on a RichEdit-Field on win32::gui to work? Any examples ? the next problem i have is that i would like to show a icon in the system tray on hiding my window. when i click on the icon in the tray the window should show again ... this works fine, bu

RE: [perl-win32-gui-users] Window -style parameters

2001-11-01 Thread Peter Eisengrein
Someone just recently sent a link to http://www.mvps.org/vbnet/index.html?http://www.mvps.org/vbnet/api/_consts/c onstso.htm which defines all of these Windoze constants. I wish I could remember who posted it so I could give them credit, but, like everything else, I forget... > -Original

Re: [perl-win32-gui-users] GUI event handling in Modules

2001-11-01 Thread Kevin . ADM-Gibbs
Johan, Thanks very much. -name => "Packagename::Controlname" works and is much simpler than changing the XS code. Cheers, Kev.

[perl-win32-gui-users] Window -style parameters

2001-11-01 Thread Marcus
Is there documentation on the Window -style parameters? I couldn't find any. I took a sample program and tried out parameters, but they still aren't clear. This is what I mean: >From pmx.gpl: -style => WS_BORDER | DS_MODALFRAME | WS_POPUP | WS_CAPTI