コード例 #1
0
        public void clientCmdClearBottomPrint()
        {
            iGlobal["$bottomPrintActive"] = 0;
            coGuiMLTextCtrl BottomPrintDlg = "BottomPrintDlg";

            BottomPrintDlg.visible        = false;
            BottomPrintDlg["removePrint"] = "";
            //new coGuiMLTextCtrl("BottomPrintDlg")["visible"] = "0";
            //new coGuiMLTextCtrl("BottomPrintDlg")["removePrint"] = "";
        }
コード例 #2
0
        public void clientCmdClearCenterPrint()
        {
            iGlobal["$centerPrintActive"] = 0;
            coGuiMLTextCtrl CenterPrintDlg = "CenterPrintDlg";

            CenterPrintDlg.visible        = false;
            CenterPrintDlg["removePrint"] = "";

            //new coGuiMLTextCtrl("CenterPrintDlg")["visible"] = "0";
            //new coGuiMLTextCtrl("CenterPrintDlg")["removePrint"] = "";
        }
コード例 #3
0
 public void CenterPrintTextOnResize(coGuiMLTextCtrl thisobj, string width, string height)
 {
     thisobj.position = new Point2I(0, 0);
 }