PowerPoint-OSC
PowerPoint-OSC copied to clipboard
goto slide
I think it seems like this isn't being maintained... but if anyone is listening... /slide (int) Go to a specific slide (ex: /page 1) doesn't seem to work I've tried /slide 1 /slide(1)
ok - well this issue was 2 fold. I was putting the number immediately after the command, instead of in the value spot in Companion. I did not see the textbox.
Also, I had to change a string.
I was getting an error with:
int page =(int) msg.Arguments[0];
so changed it to this:
int page = int.Parse(string.Format("{0}", msg.Arguments[0]));
maybe i am missing something, but i dont see the install.bat file in the zip file
Strange that it is not there anymore. This is what was in the file. I had to right click and run as administrator for it to work.
@setlocal enableextensions
@cd /d "%~dp0"
PowerShell.Exe -Command "gci ./ | Unblock-File"
start PowerPoint-OSC.vsto
Check this out... seems to still be maintained: https://github.com/phuvf/oscpoint?tab=readme-ov-file