[perl-win32-gui-users] AcceleratorTable doesnt work =(

2001-08-04 Thread Renat Araslanow
subj! =( here is a sample on i try this. what's wrong? PS: OS-w2k pro SP1 Win32::GUI::Version==0.0.558 (ppm) ActivePerl 5.6.1.626 #!wperl use Win32::GUI; $Ac = new Win32::GUI::AcceleratorTable( "Ctrl-X" => "Close", "Shift-N" => "New", "Ctrl-Alt-Del" => "Reb

[perl-win32-gui-users] bug_or_feature [1]

2001-08-04 Thread Renat Araslanow
#OS w2k pro SP1 rus ActivePerl 5.6.1.626 #Win32::GUI::Version=0.0.558 use Win32::GUI; $W=new Win32::GUI::Window( -name=>"bug_or_feature", -title=>"bug_or_feature - can't see label.", -pos=>[100,50], -size=>[500,500], ); $font1=new Win32::GUI::Font(

[perl-win32-gui-users] bug_or_feature[2]

2001-08-04 Thread Renat Araslanow
#OS w2k pro SP1 rus ActivePerl 5.6.1.626 #Win32::GUI::Version=0.0.558 use Win32::GUI; $W=new Win32::GUI::Window( -name=>"bug_or_feature", -title=>"bug_or_feature - button '-valign' tag misplacing.", -pos=>[100,50], -size=>[500,500], ); $W->AddButton(-n

[perl-win32-gui-users] some trick? =)

2001-08-04 Thread Renat Araslanow
before all i want say "sorry!" to all about my bad English =( its about event loop and modal condition window. use Win32::GUI; $Win = new Win32::GUI::Window( -left => 341, -top=> 218, -width => 300, -height => 213, -name => "Win", -text => "Window T

Re: [perl-win32-gui-users] bug_or_feature [1]

2001-08-05 Thread Renat Araslanow
> Not sure what the '-escapement' tag in the font was supposed to do but when here a cut from MSDN. when i write in C and use it - it working pretty good. == Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel t

Re: [perl-win32-gui-users] bug_or_feature [1]

2001-08-06 Thread Renat Araslanow
>> Subject: Can't see label with user defined font >>Reason: '-escapement' tag in font definition" >this is a (rather unpleasant) feature :-) [explanation skiped] thanks a lot! but dont u think that this can be documented? and who maintain documentation. in Win32-GUI-0.0.558.tar.gz archive dont

[perl-win32-gui-users] hack message queue and get particular message

2001-08-06 Thread Renat Araslanow
how i can subj? strictly speaking i want get WM_HELP message to process help button that appears in title when we create window with following tags -helpbutton=>1, -maximizebox=>0, -minimizebox=>0, here a sample prog that not work. somebody can help me (except God, of cour