▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book bit.ly/45iO4OP bit.ly/3K4qlZC ▶ See More At: ✅ Subscribe To My KZbin Channel: Tkinter.com bit.ly/3Pk1By4 ▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group: 30% off with coupon code: youtube bit.ly/2GFmOBz ▶ Get The Code For This Video bit.ly/3dCzz2K
@matejjukic57769 ай бұрын
@TkinterPython How do I trigger an action when the specific tab is selected for example something like this: self.tab.bind("", self.doSomething)
@SergejsDmitrijevs-jo2du Жыл бұрын
Brilliant! Thank you very much Jone. As always nice and clear, plus gaining experience with your help.
@TkinterPython Жыл бұрын
Welcome
@BigTrafalgar6 ай бұрын
Hi, nice content. Note that the anchor works inside the pack function. You were trying it inside the CTkTabview object.
@Terrasqule6 ай бұрын
the anchor works for me on linux in the tabview object, but has to be capital letters.
@pixel-ez1qo6 ай бұрын
@@Terrasqule its work with a uppercase W
@maialinux-oficial Жыл бұрын
This tabview style is the most interesting that I've ever seen in Python("tkinter"). Awesome!!!
@TkinterPython Жыл бұрын
Glad you like it!
@MysteryMindset636 Жыл бұрын
we need more vedios on this ....doing great job
@TkinterPython Жыл бұрын
I've done hundreds of videos
@Pad64 ай бұрын
@@TkinterPython maybe thousands at this point
@BuLLGotcha Жыл бұрын
Thank you for making these :) Do you know if its possible to change how these tabs are accessed? The "tab1" and "tab2" small buttons there dont look good with what I'm trying to do. Can I have each tab be pulled up using buttons instead?
@ChinoSisouphanh3 ай бұрын
great content
@XIENANDO Жыл бұрын
Hello John, thanks for your effort in this video. I really have one frustrating experience: the fact that everyone teaching about customtkinter tabview kept repeating the same example that is already in the documentation and never go beyond that. How about creating a tabview, adding a label and then on the label you create form fields and action buttons? Beleive me, a lot of people like me would learn so much from that. Thank you
@creevid35649 ай бұрын
nice video thankyou very much.
@Annajiraochalla Жыл бұрын
Nice Tutorial. Any idea how to change the font of the text in the tabs.
@Pad64 ай бұрын
but what if you want the contents to be center, and say tab 2 is a treeview table which is much wider, so my question is can we change the size of the individual tabs? Or maybe put a form on them and then size it accordingly?
@qlistTrueGamer Жыл бұрын
what if i wanna make it a vertical tabs?
@antoz16198 ай бұрын
How can I make bigger fonts for the segmented buttons text?
@emiliofz Жыл бұрын
Hello Jhon, anchor property is avaliable in 5.2.1 version. I've had to upgrde custom tkinter from 5.2.0 to get it.
@TkinterPython Жыл бұрын
Good to know, thanks!
@sagarmakhija199410 ай бұрын
Hey man, it was a very good tutorial, I just want to know if its possible to get the current tab focus index or can we recognize which tab button click, Tab-a, Tab-b, Tab-c?