Yes you are right!
 
But fixing the "e" does not make it work!!!
 
I removed the 'e' to try something...
 
Thanks for the quick answer, but any other idea?
 

Paul Voyer 
System/DB/PDM Administrator 
Specialist, Engineering Applications Support 
mailto:[EMAIL PROTECTED] 

 

________________________________

From: John Day [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 15, 2007 2:41 PM
To: Voyer, Paul (Harris Stratex)
Subject: Re: getSaveFile



At 02:09 PM 2/15/2007, you wrote:


        Content-class: urn:content-classes:message
        Content-Type: multipart/alternative;
                 boundary="----_=_NextPart_001_01C75134.DFC21C93"
        
        Hello all, 
        
        I am trying to use getSaveFile in ActivePerl version: v5.8.8
built for MSWin32-x86-multi-thread, Binary build 819 [267479] provided
by ActiveState http://www.ActiveState.com <http://www.ActiveState.com> 
        
        While I was using it in to 5.6 without any problem. In 5.8.8 the
option -initialfile does not work! 
        
        I am running it on Windows XP sp2. 
        
        See the following simple code: 
        ####################################################### 
        use strict; 
        
        use Tk; 
        use Tk::Text; 
        
        my $top = MainWindow->new(); 
        my $textwindow = $top->Text->pack; 
        my $savefilename =
$textwindow->getSaveFile(-initialdir=>'c:\apps', 
                                                    -initialfile
=>'afile.nam'); 
        print $savefilename; 
        
        MainLoop(); 
        ####################################################### 
        
        Any idea? 


Yep, check your spelling! You are missing the 'e' off the end of
-initialfile

John





        Thanks. 
        
        Paul Voyer 
        System/DB/PDM Administrator 
        Specialist, Engineering Applications Support 
        Harris Stratex Networks 
        mailto:[EMAIL PROTECTED] 
        _______________________________________________
        ActivePerl mailing list
        [email protected]
        To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to