Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    activex issue

    hello,
    I'm using only IE for browsing my project.
    The page I need to open, requires the installation of one activex component.
    As everybody knows, the activex installation display by default a very yellow popup at the top of the browser window, asking the user to install it.
    can smartclient help me to improve this installation method?
    I mean to detect if the activex is previously installed and then continue or if not stop until the installation success?.
    the idea is not to avoid the yellow bar, is to help the user to understand he must click on the yellow bar to install it.
    sometimes the users don't have any experience with activex components..
    any idea will be very appreciated,
    regards,

    #2
    The code to detect whether the ActiveX control is present is going to up to you (it's specific to the control). However, it's typical for a web application like this to show a screenshot of the yellow bar appearing and ask the user to approve the ActiveX install.

    Comment

    Working...
    X