Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › windows app black screen auto startup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19603

    Bas

    hi,

    i create applications that run on windows and use auto startup so they can be used with touch screens etc.

    now i have created a simple application, which opens in fullscreen, but when windows starts i get “sometimes” a black screen.

    i noticed that when input focus is off the app, i see a small black screen as well.

     

    sounds familiar?
    and is there a solution to this problem.

    i think it has todo with input focus and grafix memory?

    thanx in advance.

    #19605

    Bas

    ok i found a solution, disable fullscreen, set proper flags and the y value for the window move 1 pixel up.

    somehow the window was moved 1 pixel down.

    //    fullscreen: true
        menuBarVPlayEnabled: false
        resolutionChangingWithKeysEnabled: false
        shutdownAppWithEscapeKeyEnabled: true
    
        flags: Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint
        x: 0
        y: - 1
    

     

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded