PDA

View Full Version : Still wrong string displaying



cturner
March 30th, 2003, 07:11 PM
It is now displaying nothing. This is the code that I have one of 9 buttons:


on(release) {
if (X_rb.getValue()==true) {
lbl1.text = "X";
} else {
lbl1.text = "0";
}
Button1.enabled = false;
}

pom
March 31st, 2003, 11:12 AM
Are you sure of the path? And are you sure you're not writing with the same color as your background? Did you check that you gave an instance name and not a variable name to the textField?

cturner
April 1st, 2003, 03:00 AM
Problem solved.