2009年3月9日星期一

[PerlChina] 有没有人使用UI::Dialog::Backend::CDialog这个模块?怎样在一个inputbox里面显示两个输入框呢(entry)?

如题。
我想在一个inputbox里面显示两个entry,获得两个输入。这个模块的帮助文档写的很少,我找不到相关的说明。想问问大家是怎么解决的。
----------------------------------------------
默认的inputbox代码如下:

my $host;
my $d = new UI::Dialog::Backend::CDialog ( backtitle => 'For the
common view' , height => 28, width => 85, listheight => 5);

$string = $d->inputbox(
title => 'Step 1: enter hostname',
text => 'Pls enter the hostname',
entry => $default,
);

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

没有评论: