PDA

View Full Version : Button missing on Ribbon on a Mac



RandomGerman
10-14-2020, 01:45 AM
Dear all,

I have created a PowerPoint-Addin and everything is working well on the ribbon in Windows. Now I try to implement the same Addin on Powerpoint (Microsoft 365) for Mac. On the ribbon most things are fine, too, with one exception:


<button idMso="FindDialog" enabled="true" showLabel="false"/>

This one is treated, as if it wasn't there at all. The next button moves up to the postion where I would like to see the Find button. I also tried:


<control idMso="FindDialog" enabled="true" showLabel="false"/>

But the result is the same - the icon doesn't appear and there is no blank space instead of it. Just as if I haven't coded it.

Any ideas what else I could try?

Thank you!
RG

bobbyrfletch
01-12-2021, 09:10 AM
Have you found the solution?

RandomGerman
01-13-2021, 12:09 AM
No. I can only guess, that it happens because PPT for Mac offers a search function as standard in the top right corner. But no real solution.