Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

i see thanks :) i still need to resize manually for the window to open and it still is not opening in the frame, i think im missing something :s import tkinter as tk import sys import ctypes import...
razs GUI 25 11,281 Oct-27-2021, 08:46 AM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

(Oct-25-2021, 05:51 PM)deanhystad Wrote: I think this may be a tkinter layout problem. What is the location and size of the BrowserFrame? i think thats the issue, its not pointing to the frame an...
razs GUI 25 11,281 Oct-26-2021, 04:27 PM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

still strugling with this :s i got this and it works with the exception that the frame opens in the bottom of the page after i resize it import ctypes import platform from cefpython3 import cefpytho...
razs GUI 25 11,281 Oct-25-2021, 11:27 AM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

This is what i got so far, but it opens full window on mac.... in windows it opens fine, do you know how to get it to work on mac properly? import ctypes import platform import sys import tkinter as ...
razs GUI 25 11,281 Sep-08-2021, 07:45 AM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

import ctypes import platform import sys import tkinter as tk from cefpython3 import cefpython as cef from tkinter import * from tkinter import ttk import tkinter as tk import requests from bs4 impor...
razs GUI 25 11,281 Sep-02-2021, 03:00 PM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

Even thou how do i implement it in my project? for example this is one of two places were i need a browser window from tkinter import * from tkinter import ttk import tkinter as tk from formularios...
razs GUI 25 11,281 Sep-02-2021, 07:48 AM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

i dont get any error but the browser window doesnt show untill i resize the window # Example of embedding CEF Python browser using Tkinter toolkit. # This example has two widgets: a navigation bar an...
razs GUI 25 11,281 Sep-02-2021, 07:36 AM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

# Example of embedding CEF Python browser using Tkinter toolkit. # This example has two widgets: a navigation bar and a browser. # # NOTE: This example often crashes on Mac (Python 2.7, Tk 8.5/8.6) # ...
razs GUI 25 11,281 Sep-01-2021, 03:50 PM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

(Sep-01-2021, 01:11 PM)deanhystad Wrote: Did it run without any changes? Yes
razs GUI 25 11,281 Sep-01-2021, 02:41 PM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

(Sep-01-2021, 12:47 PM)deanhystad Wrote: Did you run the example Yoriz referenced? yes, i have already been trying to tinckle with it
razs GUI 25 11,281 Sep-01-2021, 01:10 PM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

im sorry, im lost **sad** this works import tkinter from tkinter import ttk import tkinter as tk from cefpython3 import cefpython as cef import platform import sys def main(): sys.exceptho...
razs GUI 25 11,281 Sep-01-2021, 10:00 AM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

(Aug-30-2021, 08:26 PM)deanhystad Wrote: This is the important part: window_info.SetAsChild(self.get_window_handle(), rect)This tells the browser to make it's window to a child of the Frame window. ...
razs GUI 25 11,281 Aug-31-2021, 08:36 AM
    Thread: Convert tkinter to pyqt
Post: RE: Convert tkinter to pyqt

sorry about that, iv fixed the code
razs GUI 6 5,675 Aug-29-2021, 11:08 AM
    Thread: Convert tkinter to pyqt
Post: RE: Convert tkinter to pyqt

(Aug-28-2021, 09:21 PM)Yoriz Wrote: Probably the fact that the code that is shown would not run as it has lost all of its indentations. Take a look at https://github.com/cztomczak/cefpython/b...kint...
razs GUI 6 5,675 Aug-29-2021, 11:00 AM
    Thread: Convert tkinter to pyqt
Post: RE: Convert tkinter to pyqt

(Aug-28-2021, 05:22 PM)Axel_Erfurt Wrote: this code can never work in tkinter. what code? the one i posted? that code works on tkinter my problem is to convert it to pyqt
razs GUI 6 5,675 Aug-28-2021, 09:13 PM
    Thread: can i had a cefpython3 to a labelframe
Post: RE: can i had a cefpython3 to a labelframe

(Aug-28-2021, 09:03 PM)Yoriz Wrote: cefpython has a tkinter example https://github.com/cztomczak/cefpython/b...kinter_.py i know, iv tried but its very confusing, i cant seem to point the browser to...
razs GUI 25 11,281 Aug-28-2021, 09:12 PM
    Thread: can i had a cefpython3 to a labelframe
Post: can i had a cefpython3 to a labelframe

Im having some dificulties setting the browser window in a LabelFrame on the right, can someone help? from tkinter import * from tkinter import ttk from tkinter.scrolledtext import ScrolledText impor...
razs GUI 25 11,281 Aug-28-2021, 10:47 AM
    Thread: Convert tkinter to pyqt
Post: Convert tkinter to pyqt

Hi all, is there a converter or something to pass a project in tkinter to pyqt? I need a browser embed in the main window and only after finishing the project and move to the browser(last thing) i re...
razs GUI 6 5,675 Aug-28-2021, 10:45 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020