26 Mar
2008
26 Mar
'08
08:35
Justin Haygood wrote:
my $c = VBox( $TextInput, PushButton("&OK") );
UI->OpenDialog($c); UI->UserInput(); UI->CloseDialog();
However, you can't get the value from either:
$value = $TextInput->Value; // Most Logical $value = UI->QueryWidget( $TextInput, "Value" ); // Second Most Logical
What do I have to do in order to do this? Is this just incomplete Perl bindings?
--Justin Haygood
When I mean add a value query I was refering to $value as it is a YCPValue, and I ignore if perl bindings do automatic casting to a scalar. The UI query widget you were doing seemed fine.
Duncan -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org