niritbakshi
Programmer
I need help in updating a URL object's value when a button is being pressed.
I have Textfield names tf and a url Object names page
I tried the following:
public void action(Event evt, Object arg) {
if (evt.target instanceof Button) {
page = tf.getText();
return true;
}
else return false;
}
}
But when i try to load the application it doesn't work.
Please help me! [sig][/sig]
I have Textfield names tf and a url Object names page
I tried the following:
public void action(Event evt, Object arg) {
if (evt.target instanceof Button) {
page = tf.getText();
return true;
}
else return false;
}
}
But when i try to load the application it doesn't work.
Please help me! [sig][/sig]