B4J Question If I have second Form, should I need to declare the object in different way ?

Jack Chang

New Member
I have created second Form and there are two Label. If i call second Form show, it did work. But if I code that I use a button to change Label.text which is in the second Form, I will get error message "java.lang.RuntimeException: Object should first be initialized (Label)."

I have generate in Designer. I don't know how to deal it. plz help.
 
Top