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. Application that install browser plugin
Forum Updated to NodeBB v4.3 + New Features

Application that install browser plugin

Scheduled Pinned Locked Moved General and Desktop
15 Posts 6 Posters 5.8k 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.
  • L Offline
    L Offline
    loladiro
    wrote on last edited by
    #6

    "For Firefox":https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_Basics#How_Gecko_Finds_Plug-ins

    "In General":http://doc.qt.nokia.com/solutions/4/qtbrowserplugin/developingplugins.html#installing-and-using-plugins

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qwertyuiopearendil
      wrote on last edited by
      #7

      I've solved my Problem, we must simply put the dll created into a specific folder.
      Thanks to all

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qwertyuiopearendil
        wrote on last edited by
        #8

        Hi, About my last post: it's true that plugin is installed putting .dll file into specific folder but this doesn't run on windows.
        What should i do to install my trivial plugin on internet explorer?
        I've added line:
        @CONFIG += qaxserver@
        Necessary for Internet Explorer
        Thanks.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sonuesco
          wrote on last edited by
          #9

          thanks all its helpful information for me

          [url=http://bestcoloringpages.com/]Coloring Pages[/url]|[url=http://bestcoloringpages.com/animals-coloring-pages_1c15.html/]Animal Coloring Pages[/...

          1 Reply Last reply
          0
          • L Offline
            L Offline
            loladiro
            wrote on last edited by
            #10

            On Internet Exploerer it should be automatic:
            [quote]
            Windows, Internet Explorer: The Makefile generated by qmake by default runs the necessary commands to register the plugin as an ActiveX server (if CONFIG includes qaxserver).
            [/quote]
            Otherwise you can register it manually using 'regsvr32 "C:\PATH\TO\PLUGIN.dll" '.

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qwertyuiopearendil
              wrote on last edited by
              #11

              I apologize for my experience lack, but what does it mean: " you can register it manually using ‘regsvr32 “C:\PATH\TO\PLUGIN.dll” ‘. "

              Sorry

              1 Reply Last reply
              0
              • D Offline
                D Offline
                DenisKormalev
                wrote on last edited by
                #12

                you should run this command in console with path to your plugin.

                1 Reply Last reply
                0
                • Q Offline
                  Q Offline
                  qwertyuiopearendil
                  wrote on last edited by
                  #13

                  Ok thanks for you quick feedback, but i should do it from Qt application or from Installer.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    aLukas
                    wrote on last edited by
                    #14

                    Hi all, I'm working with the Bouncer example from the "C++ GUI Programming with Qt 4, Second Edition
                    by Jasmin Blanchette; Mark Summerfield" book.
                    I can't receive the signal in javascript, which was sent from plugin (function AxBouncer::bouncing(), demo.html)
                    I used qtbrowserplugin, but did't work too.
                    Everything works Firefox.

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      aLukas
                      wrote on last edited by
                      #15

                      Sorry, does not work in Internet explorer

                      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