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

Is there a way to bypass the fixed window resolution?

I'm working on a VNC app for HoloLens and everything is running perfectly. The only problem is that I can't find any way around the window resolution being fixed at 1280x720 (853x480 according to the window bounds). This isn't so much an issue for my lower resolution hosts, but on HiDPI monitors this gets a bit messy, and the scaling isn't a great fix.

Is there any way to get around this resolution limit?

Tagged:

Answers

  • Options

    @Daeken I have found that I can use the Adjust feature on the window and make the window longer and that my xaml app then resizes an make use of that extra length. So in theory the 853 width is the limitation, but you can go longer if the user adjusts the window so that they do not have to scroll so much.

    But yes, I agree it is challenging designing dense form data to fit in a window of a 853 standardized pixel width. So you may just have to design for it and create more, less dense screens that require some navigation.

    I often find that densely populated screens are often not well designed from a UX perspective to start with and are typically dense because someone tried to jam as much as possible into one screen to avoid finding good solutions for interaction, navigation and data hierarchy.

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

  • Options

    @HoloSheep Yeah, I found the same thing -- the height can be adjusted, but I can't see any way around the width. I also can't figure out how to change the height programatically; on the desktop I do this to make the viewable region match the aspect ratio of the computer you're connected to. I think that my best bet might just be investing some time into a better downscaling algorithm than Image uses by default.

This discussion has been closed.