Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
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.Package
Commits
a4b35fb0
Commit
a4b35fb0
authored
Jun 15, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最后修改上大屏问题
parent
ab9f6fe5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
VIZ.Package.Module/Control/Controller/ControlController.cs
+7
-3
No files found.
VIZ.Package.Module/Control/Controller/ControlController.cs
View file @
a4b35fb0
...
...
@@ -47,22 +47,26 @@ namespace VIZ.Package.Module
this
.
vizCommandService
.
SetEnabledUpdate
(
conn
,
false
);
try
{
//开始动画
this
.
vizCommandService
.
Start
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
Layer
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
//调整上包装顺序
if
(
obj
!=
null
)
{
this
.
vizCommandControlObjectService
.
SetControlObject
(
conn
,
obj
,
newPageBase
.
GetVizScene
());
this
.
vizCommandControlObjectService
.
SetCustomControlFieldValue
(
conn
,
obj
.
AllFiledNodes
);
}
this
.
vizCommandService
.
SetCue
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
if
(
view
!=
null
)
{
view
.
TakIn
(
conn
);
}
// 清楚板子上的信息
this
.
vizCommandService
.
SetCue
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
//开始动画
this
.
vizCommandService
.
Start
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
Layer
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
);
// 设置SetObject 东西
this
.
vizCommandService
.
SetObject
(
conn
,
ApplicationDomainEx
.
CurrentPage
.
ScenePath
,
ApplicationDomainEx
.
CurrentPage
.
Layer
);
...
...
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