PowerPoint-OSC icon indicating copy to clipboard operation
PowerPoint-OSC copied to clipboard

goto slide

Open craigreilly opened this issue 1 year ago • 4 comments

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)

craigreilly avatar Feb 04 '24 21:02 craigreilly

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]));

craigreilly avatar Feb 05 '24 04:02 craigreilly

maybe i am missing something, but i dont see the install.bat file in the zip file

Instamis avatar Feb 19 '24 15:02 Instamis

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

craigreilly avatar Feb 19 '24 17:02 craigreilly

Check this out... seems to still be maintained: https://github.com/phuvf/oscpoint?tab=readme-ov-file

craigreilly avatar Feb 19 '24 17:02 craigreilly