Python Forum
[Tkinter] can i had a cefpython3 to a labelframe
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] can i had a cefpython3 to a labelframe
#18
(Sep-02-2021, 07:48 AM)razs Wrote: Even thou how do i implement it in my project?
I think you would create an instance of NavigationBar inside home_browser. Put the example somewhere in your python path so you can import NavigationBar. I recommend the same directory as the other python files for the project. Create your tkinter app and make a frame that will contain the browser (home_browser from your example), then just make a NavigationBar that will be the only object in the frame. If you don't want the navigation bar create an instance of BrowserFrame instead.

If the browser does not appear in browser_frame it is probably because the browser_frame is not resizing or because browser_frame is not resizing it's contents.
Reply


Messages In This Thread
can i had a cefpython3 to a labelframe - by razs - Aug-28-2021, 10:47 AM
RE: can i had a cefpython3 to a labelframe - by deanhystad - Sep-02-2021, 04:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  tkinter destroy label inside labelFrame Nick_tkinter 3 4,639 Sep-17-2023, 03:38 PM
Last Post: munirashraf9821
  Issue in Tkinter with winfo_class() and LabelFrame ReDefendeur 1 2,787 Oct-05-2020, 05:52 AM
Last Post: Jeff900

Forum Jump:

User Panel Messages

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