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. Display problem with ActiveQT component in Internet Explorer 10 and 11
Forum Update on Monday, May 27th 2025

Display problem with ActiveQT component in Internet Explorer 10 and 11

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 478 Views
  • 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.
  • A Offline
    A Offline
    Annihilus
    wrote on last edited by
    #1

    Hi verybody,

    I have to write an ActiveX component (with GUI) to be run in Internet Explorer.
    As a test run, I have set up a new ActiveQT project with just one button in an otherwise empty window.
    It works as intended in IE versions 8 and 9.
    In 10 and 11, the UI is not being painted and the browser is reacting very sluggish, sometimes even freezing up completely.
    When I then manually call show() or setVisible(true), the strangest thing happens:
    The component is drawn, but outside the browser window as a completely new task.
    When I close that, and then call show() or setVisible(true) a second time, the component shows up in IE as originally intended.
    What's causing this very strange behaviour? Any help would be appreciated.

    P.S.: Qt 4.8.4.0, Visual Studio 2010, Windows 7 and Windows 8

    P.P.S.: I think the problem is related, maybe even identical, to the one described here:
    http://stackoverflow.com/questions/21338198/a-qaxserver-example-does-not-display-in-ie

    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