Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. console covers eglfs app
Qt 6.11 is out! See what's new in the release blog

console covers eglfs app

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 607 Views 1 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.
  • C Offline
    C Offline
    cbrake
    wrote on last edited by
    #1

    Hi, I'm running a eglfs app and occasionally the console will show up over top the eglfs app. If I touch the screen, then the graphic app shows up.

    Is there any way to prevent the console from showing up on top, or ideas on why this might be happening?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      How are you starting your application ?

      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
      • B Offline
        B Offline
        BrandyN11
        wrote on last edited by
        #3

        YOu can Ensure that your eglfs app properly handles focus. When the console appears, it might be taking focus away from your app. Check if there’s a way to prevent the console from stealing focus. And verify the stacking order of windows. The console window might be placed above your eglfs app. Adjust the stacking order to ensure your app remains on top.

        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