Hi,Try usingmy_ID + " " + my_date + " " + my_time +"\n"+ my_COMMENT ->\n will insert a new line.This will make comments to be displayed in new line.Thanks,Anitha
In click event of CHECK FIELDS button,you can check if all the three required fields are filled.Accordingly you can make the 'Good to Go' button hidden/visible.if(reqField1XPath.rawValue != null && reqField2Xpath.rawValue != null && reqField3Xpath.rawValue != null){ //If all the the three fields...
Kindly check this code for changing border color of check boxIf scenario1this.ui.checkButton.border.edge.color.value = "0,0,255";else if scenario2this.ui.checkButton.border.edge.color.value = "255,0,0";Thanks,Anitha