2010年4月12日星期一

[PerlChina] 关于perl/tk


我写了个简单的gui应用,下面是其中的一段:
my $file_f = $mw->Frame(-borderwidth => 2, -relief => 'groove')->pack(-side=>'right',-fill=>'both');

$file_f->Label( -text => 'Other' )->pack(-fill=>'x', -side=>'top');

$file_f->Button(
    -text => 'param',
    -command => sub { `notepad ../_vimrc` }

)->pack(-fill=>'x', -expand=>'both');

当按下button后,notepad被打开,如果这时候gui就没有响应了,只有notepad关闭后才能恢复。请问有什么办法解决吗,即一个任务还没完成,还可以进行其他操作。



Wfg LIU

thanks




Hotmail: Powerful Free email with security by Microsoft. Get it now.

没有评论: