Consulting

Results 1 to 3 of 3

Thread: Button missing on Ribbon on a Mac

  1. #1
    VBAX Contributor
    Joined
    Apr 2015
    Location
    Germany
    Posts
    167
    Location

    Button missing on Ribbon on a Mac

    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

  2. #2
    VBAX Regular
    Joined
    Oct 2020
    Location
    Berlin, Germany. Often vivst Ukraine for business
    Posts
    6
    Location
    Have you found the solution?

  3. #3
    VBAX Contributor
    Joined
    Apr 2015
    Location
    Germany
    Posts
    167
    Location
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •