...
Enabled: The layer captures a window only if its title matches exactly.
Disabled: If an exact match is not found, the layer captures the closest match with the same application name (e.g., Chrome running a different tab name).
Microsoft PowerPoint Integration
The system will detect automatically detects when a PowerPoint presentation window is being captured and provide additional methods for navigating the presentationprovides additional navigation options to enhance your presentation experience.
Desktop UI
Navigation Buttons: Use the 'Previous
slideSlide' and 'Next
slideSlide' buttons to navigate through your presentation.
Canvas UI
- Left click
Next Slide: Progress to the next slide by left-clicking within the AppView Layer
will progress the presentation to the next slideLeft and Right arrow keys move to previous and next slide respectfully.
Arrow Key Navigation: Use the left and right arrow keys to move to the previous and next slides, respectively.
Igloo Control Panel
Mouse Cast
:(Presentation Clicker
mode will allow control of PowerPoint.Mode): Activate this mode to control your PowerPoint presentation directly. Learn more https://360igloo.atlassian.net/wiki/spaces/ID/pages/3308027908/Cursor+Control#Presentation-clicker-mode-(mobile-only) .
Layers Tab:
EnablingEnable the ‘Show Presentation Clicker UI’
Layer metadata to showin the Layers Tab to display presentation controls.
SeeAdditional details can be found https://360igloo.atlassian.net/wiki/spaces/ID/pages/3307438608/Misc#Metadata
for more information..
Setup Instructions
Go to PowerPoint ‘Set Up Slide Show’ and set ‘Slide show monitor’ to ‘Primary Monitor’
...
Start the Slide Show from within PowerPoint
Create an AppView Layer and start capturing the PowerPoint Slideshow window.
...
Setting Up Windows Screen Mirroring
Step 1: Configure Machine to Allow Windows Casting
Follow the instructions for setting up the machine running Igloo Core Engine to allow casting
Screen mirroring and projecting to your PC or wireless display - Microsoft Support
Step 2: Obtain the AppUserModelID of the Wireless Display App
Windows makes it hard to launch the Wireless Display app using conventional methods, instead we need to do it using it’s AppUserModelID.
Follow these steps:
Open PowerShell
Execute the following command to list apps related to wireless display:
Code Block Get-StartApps | Where-Object { $_.Name -like "*Wireless*" -or $_.Name -like "*Display*" -or $_.Name -like "*Connect*" }
Note the
AppID
from the output, which should resemble:Code Block language none Name AppID ---- ----- Wireless Display Microsoft.WirelessDisplay.Connect_cw5n1h2txyewy!App
In this example, the
AppID
isMicrosoft.WirelessDisplay.Connect_cw5n1h2txyewy!App
.
Step 3: Create a Batch File to Launch the App via Igloo Core Engine
Use the following commands, replacing {AppID}
with the actual AppID you obtained:
Code Block |
---|
@echo off
start explorer.exe shell:appsFolder\{AppID}
exit |
Example:
Code Block |
---|
@echo off
start explorer.exe shell:appsFolder\Microsoft.PPIProjection_cw5n1h2txyewy!Microsoft.PPIProjection
exit |
Step 4: Create a Batch File to Close the App via Igloo Core Engine
Code Block |
---|
@echo off
taskkill /f /fi "WINDOWTITLE eq Wireless Display*"
exit |
Step 5: Layer Configuration
Open the Wireless Display
Create an AppView Layer and Capture the Wireless Display App
Configure the ‘On Add Batch’ and ‘On Remove Batch’ file using the batch files generated in steps 3 and 4.
Save the Session