这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Media/IeWebMedia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public IeWebMedia(RegionOptions options)
// Write to temporary file
ReadControlMeta();

// Start the timer (will be reset in DocumentComplete)
base.StartTimer();

// Navigate to temp file
_webBrowser.Navigate(_filePath);
}
Expand All @@ -90,11 +87,6 @@ void _webBrowser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEve
_webBrowser.Visible = true;
}

public override void RenderMedia()
{
// We don't do anything in here as we want to start the timer from when the web view has loaded
}

private bool HtmlReady()
{
// Check for cached resource files in the library
Expand Down Expand Up @@ -178,9 +170,6 @@ private void xmds_GetResourceCompleted(object sender, XiboClient.xmds.GetResourc
// Cached file to revert to
UpdateCacheIfNecessary();

// Start the timer
StartTimer();

_webBrowser.Navigate(_filePath);
}
else
Expand Down Expand Up @@ -220,9 +209,6 @@ private void xmds_GetResourceCompleted(object sender, XiboClient.xmds.GetResourc
// Read the control meta back out
ReadControlMeta();

// Start the timer
StartTimer();

// Handle Navigate in here because we will not have done it during first load
_webBrowser.Navigate(_filePath);
}
Expand Down
Binary file modified XiboClient.v11.suo
Binary file not shown.
Binary file modified bin/x86/Release/Xibo.scr
Binary file not shown.
Binary file modified bin/x86/Release/XiboClient.XmlSerializers.dll
Binary file not shown.
Binary file modified bin/x86/Release/XiboClient.exe
Binary file not shown.
Binary file modified bin/x86/Release/XiboClient.pdb
Binary file not shown.