Re: [perl-win32-gui-users] Font must remain in scope??

2008-07-23 Thread Salvador Ortiz Garcia
On Wed, 2008-07-23 at 15:09 -0400, Roode, Eric wrote: > I just spent the past few hours debugging this. I have narrowed down > the problem to the scope of the font object. > Yes, known bug. > > More importantly: Are there any other things that I don't know about > that are going to bite me if

Re: [perl-win32-gui-users] Font must remain in scope??

2008-07-23 Thread rpnoble
Eric; I have always treated fonts like menus. Both must be defined before the main window is defined. Using this method I have never had any out of scope errors. Roode, Eric wrote: > > I just spent the past few hours debugging this. I have narrowed down > the problem to the scope of the fon

[perl-win32-gui-users] Font must remain in scope??

2008-07-23 Thread Roode, Eric
I just spent the past few hours debugging this. I have narrowed down the problem to the scope of the font object. Here are two simple, complete test programs. example 1 use Win32::GUI; my $main = Win32::GUI::Window->new ( -name => 'Main', -width => 350, -height =>

Re: [perl-win32-gui-users] Firefox instead IE

2008-07-23 Thread Geoffrey Spear
On Wed, Jul 23, 2008 at 12:36 PM, Glenn Linderman <[EMAIL PROTECTED]> wrote: > On approximately 7/23/2008 3:45 AM, came the following characters from > the keyboard of glass: >> i have added a menu also. >> for the people who say why we need a webbrowser to display pictures, i say >> that the anim

Re: [perl-win32-gui-users] Firefox instead IE

2008-07-23 Thread glass
i have firefox v 1.5, then by changing the line: -control => "Shell.Explorer.2", with -control => "Shell.FireFox", and it is working the same as before. in any case i have a problem with the -size option in AxWindow, whether i choose -size=> [400, 400], or -size=> [10, 10], it remains the