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.9k 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.
  • Q Offline
    Q Offline
    qwertyuiopearendil
    wrote on last edited by
    #3

    I'd like to create for all browser but for now I'll be very happy if it runs with firefox.
    But for now my project doesn't compile.

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

      From "here":http://doc.qt.nokia.com/solutions/4/qtbrowserplugin/developingplugins.html
      Did you

      1. "Download":ftp://ftp.qt.nokia.com/pub/qt/solutions/ the necessary files?

      [quote]
      Include the qtbrowserplugin.pri in your .pro file, and regenerate the makefile with qmake. The resulting makefile will generate a shared library that the browsers will be able to load as a plugin.
      [/quote]

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

        I compiled trivial example, it generates a .dll
        Now how can i install into firefox.
        Thanks.

        1 Reply Last reply
        0
        • 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