Giter Site home page Giter Site logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Hm. What's the HttpAuth dialog for? You could just require a function as an
argument to CreateBrowser(), pass whatever in, and take whatever out. Sorry
if this doesn't apply; if you could point me towards more info or the
source on HttpAuth, I might be able to look into it more.

But I personally don't see a reason to have the dialog be part of the
webview code when the webview will just be embedded in another GUI
framework anyway. As a developer, I'd rather have control over the
look/feel/content of the Dialog anyway (I think), even if it'd be a bit of
extra work.

Original comment by [email protected] on 15 Nov 2012 at 12:43

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Implementing a custom dialog is already possible, you need to overwrite 
RequestHandler::GetAuthCredentials(). We're only providing the default 
implementation that should work in most cases.

Original comment by [email protected] on 15 Nov 2012 at 3:18

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
I can't find a way to create a modal dialog in Tkinter for an existing 
non-tkinter window (in our case the browser). In all tkinter examples there 
must be a call to Tkinter.Tk() to create a root window, any dialog window can 
be attached only to this top level window, I don't see a way to attach it to 
the browser window by using native window handle (hwnd).

For the moment I don't think this is possible, we will have to provide OS 
specific implementations for the http auth dialog that use native api and can 
work with any gui framework being used by the application (pyqt, wxpython, 
tkinter).

If someone provides a tkinter modal dialog example that integrates with browser 
window then I might reopen this issue.

Original comment by [email protected] on 16 Nov 2012 at 9:13

  • Changed state: WontFix

from cefpython.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 18, 2024
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/26

Original comment by [email protected] on 24 Aug 2015 at 6:26

from cefpython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.