Re: [perl-win32-gui-users] Control ScrollBar in Grid

2007-02-13 Thread Robert May
marco hofmann wrote: Hello, I want to control the Scrollbar in a grid. The aim is to set the focus on a defined cell and to move the scrollbar so thats visible. I tried the following skript (modified script from the Win32::Gui::Grid) but the sequence my $Scroll = $Grid->ScaleHeight; $Grid-

Re: [perl-win32-gui-users] Determining user's font size prefs

2007-02-13 Thread Steve Loughran
Thanks for that, I`ll give that a go when I get back to the UK Steve Robert May wrote: Steve Loughran wrote: Does anyone know where I should be looking to determine if the user has selected "large" or "very large" fonts in the control panel -> display -> appearance settings? Various ways, d

[perl-win32-gui-users] Control ScrollBar in Grid

2007-02-13 Thread marco hofmann
Hello, I want to control the Scrollbar in a grid. The aim is to set the focus on a defined cell and to move the scrollbar so thats visible. I tried the following skript (modified script from the Win32::Gui::Grid) but the sequence my $Scroll = $Grid->ScaleHeight; $Grid->ScrollPos(0,$Scroll/2)