On Sun, Oct 24, 2004, Omer Zak wrote about "Embedding a browser widget inside a Tk (or Tkinter) application": > In Tk or its extensions, is there any widget, which can act like a > top-level window for another application yet be child of a Frame widget > in my own application?
Yes, there is exactly what you want (if I understand you correctly). It's name is TkSteal, and I've used it successfully a number of times (e.g., at one time I used "gnuplot" as the graphing widget in a Tcl/Tk application - this allowed me to build a sophisticated graphing application tailor-made for a specific application at work, in less than a day). I don't know about tksteal's maintenance. Try it and see if it works. I haven't used it in about 4 years, and a lot might have changed since. -- Nadav Har'El | Sunday, Oct 24 2004, 9 Heshvan 5765 [EMAIL PROTECTED] |----------------------------------------- Phone +972-523-790466, ICQ 13349191 |"Never be afraid to tell the world who http://nadav.harel.org.il |you are." -- Anonymous ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
