Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. From Windows Desktop to WinRT (Store App)
Forum Updated to NodeBB v4.3 + New Features

From Windows Desktop to WinRT (Store App)

Scheduled Pinned Locked Moved Unsolved General and Desktop
winrt
2 Posts 2 Posters 871 Views 2 Watching
  • 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.
  • Andy314A Offline
    Andy314A Offline
    Andy314
    wrote on last edited by Andy314
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved