Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved From Windows Desktop to WinRT (Store App)

    General and Desktop
    winrt
    2
    2
    643
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Andy314
      Andy314 last edited by Andy314

      Hello !
      I am on the way to a mobile app on a windows-phone. First I tried a version on my Windows 10 PC as a Store-App. After some compile and dll issues I was able to run my program as a winrt app.
      The result was very sobering.
      The GUI does not work really. There are some strage issues:

      • After opening and closing a modal dialog the former windows will be draw in a strange form. The form seem more or less random. Sometime I get the correct drawn picture, then I get only a white plane, then a black, then a strange pixel map, than a clipped copy of an other window and so on. Sometimes I see not the new dialog although it is open because I can click on its (invisible) buttons.
        If I resize the window all gets correct.

      • For a entry in the main-menu pops up a big rectange of a copy on a other window part (sometime flipped vertical), sometimes I get a white, black or pixel-chaos and sometimes it works correct.

      • A mouse-over hint gives mostly pixmap describe above and the app freezes for about 5 second. Then the picture dissepears and all works again.

      • Moving the window to an other "monitor" gives wrong mouse-position calculations.

      I can give much more examples. One can say the app-gui doesn not work in winrt.

      What the hell is it? I heard that Qt runs nearly everywhere.
      Who has experiences with winrt and can help?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        You may have found a bug. You should check the bug reports system to see if it's something known. If not, please consider opening a new report providing a minimal compilable example that shows that behavior.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • First post
          Last post