lblActionReadSignal=TextLabel::DownCast(mTableView.GetChildAt(1));
lblActionZoomSignal=TextLabel::DownCast(mTableView.GetChildAt(2));
lblActionReadIndicatorInformationSignal=TextLabel::DownCast(mTableView.GetChildAt(3));
+
+ // this signal is used no longer because indicator is deprecated. So this test is passed unconditionally.
+ lblActionReadIndicatorInformationSignal.SetProperty(TextLabel::Property::TEXT_COLOR,Color::GREEN);
+
lblActionReadPauseResumeSignal=TextLabel::DownCast(mTableView.GetChildAt(4));
lblActionStartStopSignal=TextLabel::DownCast(mTableView.GetChildAt(5));
// lblActionReadFromTopSignal=TextLabel::DownCast(mTableView.GetChildAt(6));
txtTouch=TextLabel::DownCast(ctlBody.GetChildAt(4));
txtWheel=TextLabel::DownCast(ctlBody.GetChildAt(5));
+ // wheel event can't test in TM1. So this test is passed unconditionally.
+ txtWheel.SetProperty(TextLabel::Property::TEXT_COLOR,Color::GREEN);
+
Vector2 buttonSize=Vector2(bodySize.width, 2.0f*BUTTON_HEIGHT*bodySize.height);
Vector2 position=Vector2(0.0f, bodySize.height - (buttonSize.height + VERTICAL_SPACE*bodySize.height));
// btnTestButton=CreateButton(AnchorPoint::TOP_LEFT, position, "Test mouse wheel here", selectedColor, unSelectedColor, buttonSize);