Re: Having issues with resizing my SDL::App

[email protected] (Andy Bakun)
Newsgroups perl.sdl.devel
Message-ID <1155246548.3495.1.camel@localhost>
On Thu, 2006-08-10 at 22:48 +0200, Dennis Meinen wrote:
> my $app = new SDL::App(
> ...   
>     -resizeable,
> );
>...
> $app->resize($newx, $newy);
> 
> 
> But this wont work
> Are there any other steps required?

It looks like you have to use

        -resizeable=>1

as SDL::App.pm checks for truth of $options{-resizable}, and you didn't
give the -resizeable key a value.

-- 
Andy Bakun <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.