Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.TVP
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.TVP
Commits
20369ee1
Commit
20369ee1
authored
Dec 22, 2022
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复多次嵌入问题
parent
ea748a40
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
VIZ.TVP.Module/VizRender/Controller/VizController/VizController.cs
+3
-2
No files found.
VIZ.TVP.Module/VizRender/Controller/VizController/VizController.cs
View file @
20369ee1
...
...
@@ -81,7 +81,8 @@ namespace VIZ.TVP.Module
}
if
(
info
.
LocalEngineType
==
LocalEngineType
.
Eng4
)
{
this
.
VizProcess
.
StartInfo
.
Arguments
=
$" -u1 -n -M -e
{
loginInfo
.
VIZ_UserName
}
:@
{
loginInfo
.
VIZ_IP
}
/
{
loginInfo
.
GH_ServerName
}
:
{
loginInfo
.
GH_Port
}
"
;
this
.
VizProcess
.
StartInfo
.
Arguments
=
$" -o -P -db
{
loginInfo
.
VIZ_UserName
}
:@
{
loginInfo
.
VIZ_IP
}
/
{
loginInfo
.
GH_ServerName
}
:
{
loginInfo
.
GH_Port
}
"
;
//this.VizProcess.StartInfo.Arguments = $" -u1 -n -M -e {loginInfo.VIZ_UserName}:@{loginInfo.VIZ_IP}/{loginInfo.GH_ServerName}:{loginInfo.GH_Port}";
}
this
.
VizProcess
.
StartInfo
.
UseShellExecute
=
true
;
...
...
@@ -105,7 +106,7 @@ namespace VIZ.TVP.Module
string
cmd
=
$"RENDERER WINDOW_OPEN_ON_PARENT 0x
{
hWnd
.
ToString
(
"X6"
)}
{
width
}
{
height
}
ONAIR"
;
connectionModel
.
EndpointManager
.
Send
(
cmd
);
}
else
if
(
info
.
LocalEngineType
==
LocalEngineType
.
Eng4
)
else
if
(
string
.
IsNullOrWhiteSpace
(
ApplicationDomainEx
.
LocalVizManager
.
VizRendererName
)
&&
info
.
LocalEngineType
==
LocalEngineType
.
Eng4
)
{
// 创建 EDITOR
ApplicationDomainEx
.
LocalVizManager
.
VizRendererName
=
connectionModel
.
EndpointManager
.
Request
(
"EDITOR CREATE RENDERER"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment