PowerPoint doesn't set control to visible

Bug #1398342 reported by Dan Garner
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Xibo
Fix Released
High
Dan Garner

Bug Description

The new powerpoint control in .NET client doesn't set the web browser component to visible after it has loaded.

Tags: dotnetclient

Related branches

Revision history for this message
Dan Garner (dangarner) wrote :

Replacement EXE that should fix the issue.

Changed in xibo:
assignee: nobody → Dan Garner (dangarner)
milestone: none → 1.7.0
importance: Undecided → High
status: New → Triaged
description: updated
tags: added: dotnetclient
Revision history for this message
Dan Garner (dangarner) wrote :

=== modified file client/dotNET/Media/PowerPoint.cs
--- client/dotNET/Media/PowerPoint.cs 2014-11-24 13:36:40 +0000
+++ client/dotNET/Media/PowerPoint.cs 2014-12-02 10:43:18 +0000
@@ -90,7 +90,7 @@
         void webBrowser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
         {
             // Get ready to show the control
- webBrowser.Visible = false;
+ webBrowser.Visible = true;
         }

         protected override void Dispose(bool disposing)
@@ -99,7 +99,6 @@
             {
                 Controls.Remove(webBrowser);
                 webBrowser.Dispose();
- GC.Collect();
             }
             catch (Exception ex)
             {

Revision history for this message
Speedy Gonzalez (tomislav159) wrote :

The new EXE works for me. Thank you!

Dan Garner (dangarner)
Changed in xibo:
status: Triaged → Fix Committed
Dan Garner (dangarner)
Changed in xibo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.