currently the word /hi/ is not being filled in control2 when i modify control1, why?
[Form]public class Form1 extends FormRun{ [Control(/String/)] class control1 { /// <summary> /// /// </summary> /// <returns></returns> public boolean modified() { boolean ret; ret = super(); if(ret) { Control2.text(/hi/); } return ret; } }