Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Avoid Pinned Tile Name

How can I avoid that a name is shown on my app tile when it is pinned to the HoloLens start menu? I removed ShortName from the manifest completely but then it shows the DisplayName. ShowNameOnTiles is also empty. Using a space like ShortName=" " fails the build.
I just don't want a name string on my pinned tile since the logo icon already contains the app name.

René Schulte | Director, Immersive Experiences | Microsoft MVP Windows Development
www.identitymine.com | http://blog.rene-schulte.info

Best Answer

Answers

  • Options

    Does the app have a tagline you could use there instead?

  • Options
    edited September 2016

    That's a terrible idea and glad it's not supported. (Am frankly shocked to see such a want from IdentityMine.)

    I suspect if this was supported, you'd break screen readers, not behave correctly on font size/color changes (e.g. high contrast mode), be less legible than usual under Magnifier, and generally just make a mess of Start.

    I believe there are also cases where tile assets may be lazy loaded (or fail to load). In this case, we'd literally have a blank tile.

  • Options
    RschuRschu
    edited September 2016

    @WithinRafael said:
    That's a terrible idea and glad it's not supported. (Am frankly shocked to see such a want from IdentityMine.)

    I suspect if this was supported, you'd break screen readers, not behave correctly on font size/color changes (e.g. high contrast mode), be less legible than usual under Magnifier, and generally just make a mess of Start.

    I believe there are also cases where tile assets may be lazy loaded (or fail to load). In this case, we'd literally have a blank tile.

    Keep calm Rafael. It is not about the app list, just the pinned tile. I understand your concern there but no need to be aggressive. There's always a valid reason from a designer standpoint and also for brand identity. Not so much shocking. :D

    René Schulte | Director, Immersive Experiences | Microsoft MVP Windows Development
    www.identitymine.com | http://blog.rene-schulte.info

  • Options
    RschuRschu
    edited September 2016

    @stephenhodgson said:
    @Rschu You said you had edited the string values in your applications Package.Appxmanifest Application or Packaging tabs, or did you edit the manifest xml directly?

    I edited the Package.Appxmanifest XML directly in the VS solution Unity generates. I was following the Appxmanifest docs on MSDN. No luck so far.

    René Schulte | Director, Immersive Experiences | Microsoft MVP Windows Development
    www.identitymine.com | http://blog.rene-schulte.info

  • Options

    The same comments above apply to the pinned tile.

Sign In or Register to comment.