integration with browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nik600

    integration with browser

    Hi to all

    i'd like to create a window that integrates a browser control, the
    browser control must support html, javascript and css.

    Is possible to include something that uses the same engine of firefox?

    Thanks to all in advance

    --
    /*************/
    nik600
    Download Callcenter manager for asterisk for free. This is a software that allows you to manage asterisk for a call center, you can manage in and outbound calls, login/logout from queues and view the status of them (users logged, service level, waiting calls)

    Download Reportmaker for free. reportmaker allows you to define a generic report in xml containing sections,graphs,tables,images. The data can be retrieved directly with sql query.

    Download nik_stresser for free. this software allow you to register an HTTP navigation on a specific server web. Then you can simulate this navigation for x clients, to view how much clients can be supported by you website or your web application.

  • Diez B. Roggisch

    #2
    Re: integration with browser

    nik600 wrote:
    Hi to all
    >
    i'd like to create a window that integrates a browser control, the
    browser control must support html, javascript and css.
    >
    Is possible to include something that uses the same engine of firefox?
    >
    Thanks to all in advance
    What OS, what GUI toolkit?

    Diez

    Comment

    • nik600

      #3
      Re: integration with browser

      Both win and linux if possible i don't have preference for gui. Thanks

      2008/5/26, Diez B. Roggisch <deets@nospam.w eb.de>:
      nik600 wrote:
      >
      >Hi to all
      >>
      >i'd like to create a window that integrates a browser control, the
      >browser control must support html, javascript and css.
      >>
      >Is possible to include something that uses the same engine of firefox?
      >>
      >Thanks to all in advance
      >
      What OS, what GUI toolkit?
      >
      Diez
      --

      >

      --
      /*************/
      nik600
      Download Callcenter manager for asterisk for free. This is a software that allows you to manage asterisk for a call center, you can manage in and outbound calls, login/logout from queues and view the status of them (users logged, service level, waiting calls)

      Download Reportmaker for free. reportmaker allows you to define a generic report in xml containing sections,graphs,tables,images. The data can be retrieved directly with sql query.

      Download nik_stresser for free. this software allow you to register an HTTP navigation on a specific server web. Then you can simulate this navigation for x clients, to view how much clients can be supported by you website or your web application.

      Comment

      • Diez B. Roggisch

        #4
        Re: integration with browser

        nik600 wrote:
        Both win and linux if possible i don't have preference for gui. Thanks
        Qt4 now contains the WebKit html widget.

        Diez

        Comment

        • nik600

          #5
          Re: integration with browser

          On Mon, May 26, 2008 at 6:32 PM, Diez B. Roggisch <deets@nospam.w eb.dewrote:
          nik600 wrote:
          >
          >Both win and linux if possible i don't have preference for gui. Thanks
          >
          Qt4 now contains the WebKit html widget.
          >
          Diez
          --

          >
          Thanks but the problem about using something different between IE of
          FF is that the css and javascript management is different.

          Web developers usually check only 3 browser
          IE
          FF
          Opera

          I know that using an external engine limits the portability of the
          solutions, but i need something that works exaclty as the browser.


          --
          /*************/
          nik600
          Download Callcenter manager for asterisk for free. This is a software that allows you to manage asterisk for a call center, you can manage in and outbound calls, login/logout from queues and view the status of them (users logged, service level, waiting calls)

          Download Reportmaker for free. reportmaker allows you to define a generic report in xml containing sections,graphs,tables,images. The data can be retrieved directly with sql query.

          Download nik_stresser for free. this software allow you to register an HTTP navigation on a specific server web. Then you can simulate this navigation for x clients, to view how much clients can be supported by you website or your web application.

          Comment

          • Alex Gusarov

            #6
            Re: integration with browser

            Web developers usually check only 3 browser
            IE
            FF
            Opera
            >
            I know that using an external engine limits the portability of the
            solutions, but i need something that works exaclty as the browser.
            Really, try WebKit - Safari browser uses it.
            Last releases of PyQt4 (Qt, of course, too) includes QWebKit - WebKit wrappings.

            --
            Best regards, Alex Gusarov

            Comment

            • Diez B. Roggisch

              #7
              Re: integration with browser

              Web developers usually check only 3 browser
              IE
              FF
              Opera
              >
              I know that using an external engine limits the portability of the
              solutions, but i need something that works exaclty as the browser.
              You know that Webkit is the engine behind Safari? And one of the more
              compliant implementations out there - millions of mac-users only use
              Safari.


              Diez

              Comment

              • nik600

                #8
                Re: integration with browser

                On Tue, May 27, 2008 at 2:07 PM, Diez B. Roggisch <deets@nospam.w eb.dewrote:
                >Web developers usually check only 3 browser
                >IE
                >FF
                >Opera
                >>
                >I know that using an external engine limits the portability of the
                >solutions, but i need something that works exaclty as the browser.
                >
                You know that Webkit is the engine behind Safari? And one of the more
                compliant implementations out there - millions of mac-users only use
                Safari.
                >
                >
                Diez
                --

                >
                No, i don't know that.

                I'll test it immediatly, thanks ;-)

                --
                /*************/
                nik600
                Download Callcenter manager for asterisk for free. This is a software that allows you to manage asterisk for a call center, you can manage in and outbound calls, login/logout from queues and view the status of them (users logged, service level, waiting calls)

                Download Reportmaker for free. reportmaker allows you to define a generic report in xml containing sections,graphs,tables,images. The data can be retrieved directly with sql query.

                Download nik_stresser for free. this software allow you to register an HTTP navigation on a specific server web. Then you can simulate this navigation for x clients, to view how much clients can be supported by you website or your web application.

                Comment

                Working...