| | |
| | | sgworld.Application.Multiple3DWindows.SetAsLeader(); |
| | | sgworld.Application.Multiple3DWindows.LinkPosition(globe); |
| | | |
| | | var width = 125, height = 25; |
| | | var width = 175, height = 25; |
| | | var left = 1920 / 2 - 20 - width - 20; |
| | | |
| | | showHtmlBySG(sgworld, title, location.origin + "/checkbox.html", left, 200, width, height, false); |
| | |
| | | if (projectTreeStatus) { |
| | | //sgworld.ProjectTree.ShowSearchTool = false; |
| | | //window.external.createPmDialogDock('projectTree', url + "tool/ProjectTree.html", 420, 500, 200, 500, -1, -1); |
| | | window.external.createPmDialogDock('projectTree', url + "tool/ProjectTree.html", 280, 450, 150, 20, -1, -1); //rb.width, rb.height, rb.top, rb.left, rb.bottom, rb.right |
| | | window.external.createPmDialogDock('projectTree', url + "tool/ProjectTree.html", 280, 600, 200, 20, -1, -1); //rb.width, rb.height, rb.top, rb.left, rb.bottom, rb.right |
| | | projectTreeStatus = false; |
| | | } else { |
| | | window.external.closeDialog("projectTree"); |