I have it found:
I write the *init code* into a ...:
###
&init_background();
sub init_background {
$bgWindow = $Window->AddLabel(
-name => "bgWindow",
-left => 0,
-top => 0,
-width => $screensize_width,
-height => $screensize
Hi !
I would like to change the background - color from my main-window :
#
$bgWindow = $Window->AddLabel(
-name => "bgWindow",
-left => 0,
-top => 0,
-width => $screensize_width,
-height => $screensize_height,
-background => "#".$BackgroundRed.$BackgroundGre
Hi !
> $_ = Win32::GUI::FindWindow ("Shell_TrayWnd", "");
> @_ = Win32::GUI::GetWindowRect ($_);
>
> $width = $_[2] - $_[0];
> $height = $_[3] - $_[1];
ok - thx ... works fine
cu
Thorsten S.
Hi !
I have two problems:
a)
My program start in maximal width & height with this code:
-Code
$screensize= Win32::GUI::GetDesktopWindow();
$screensize_width = Win32::GUI::Width($screensize);
$screensize_height = Win32::GUI::Height($screensize);
-Code-
Hi !
(Sorry for the bad english...)
If i write for example
$LogText = $LogWindow->AddTextfield(
-name => "LogText",
-left => 1,
-top => 1,
-width => 280,
-height=> 80,
-font => $LogFont,
-background => "#FF",
-for
5 matches
Mail list logo