//Starts a new row from the user
 public void startNewRow()
 {
     r1 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r1-" + currentGroup);
     r2 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r2-" + currentGroup);
     r3 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r3-" + currentGroup);
     r4 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r4-" + currentGroup);
     r1.OutlineColor = GHI.Glide.Colors.Red;
     r1.Invalidate();
 }
Ejemplo n.º 2
0
 //Starts a new row from the user
 public void startNewRow()
 {
     r1 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r1-" + currentGroup);
     r2 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r2-" + currentGroup);
     r3 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r3-" + currentGroup);
     r4 = (GHI.Glide.UI.RadioButton)winPlayer2.GetChildByName("r4-" + currentGroup);
     r1.OutlineColor = GHI.Glide.Colors.Red;
     r1.Invalidate();
 }