How to Pass Data between Multiple Windows in Tkinter

How to Pass Data between Multiple Windows in Tkinter

CodersLegacy

1 год назад

26,560 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@im_icecube
@im_icecube - 24.10.2023 08:39

with this how do u set the window size

Ответить
@youtube-joker
@youtube-joker - 17.10.2023 14:41

Why does this data exchange have to go via the detour of a TopLevel. Doesn't it also work directly? It would be nice if you could make a second video on this.

Ответить
@edersilvacosta6208
@edersilvacosta6208 - 25.08.2023 05:37

Eu precisava alterar o texto da label em um toplevel por informações estraidas do metodo da outra toplevel aberta com a toplevel anterior. Depois de ter passado horas procurando, mas a idéia explicado nesse vídeo foi o que funcionou. Valew pelo tutorial! 👍

Ответить
@mrpeace3860
@mrpeace3860 - 22.06.2023 15:47

Can you also update the main window with data coming from a skript that is executed by the press of a button in the main window? It should basically work like that, but with the update function called in skript, right?

Ответить
@deepstuff7610
@deepstuff7610 - 23.01.2023 22:40

Brother.. I've been using entry.get() only. No need for StringVar. Can anyone tell me what's the difference ?

Ответить
@NicolasPatate
@NicolasPatate - 21.01.2023 02:30

How about multiples files ? Can I access the gui from another file ?

Ответить
@MohammedShibli-ni4qp
@MohammedShibli-ni4qp - 11.01.2023 17:01

thank you sooooooooooo much 🥺🥺 you really help me

Ответить
@user-qr8oc3ik6m
@user-qr8oc3ik6m - 12.12.2022 14:53

How connect with two Tk in python

Ответить
@user-qr8oc3ik6m
@user-qr8oc3ik6m - 12.12.2022 14:53

ازي حضرتك يابشمهندس

Ответить
@user-qr8oc3ik6m
@user-qr8oc3ik6m - 12.12.2022 14:53

السلام عليكم و رحمة الله و بركاته

Ответить
@user-xr5em2nx1g
@user-xr5em2nx1g - 04.12.2022 14:51

I am a Korean student. I've been looking for this lecture for 3 weeks, and I really appreciate it. thank you thank you thank you thank you thank you.........

Ответить
@bellow247
@bellow247 - 04.12.2022 02:11

exactly what I was looking for wow man great job !! I was wondering if instead of the entry widget can I create a text box widget and get the same value data from a text box?

Ответить
@kite8556
@kite8556 - 16.11.2022 20:08

Thanks for the tutorial. Had a question - Let's say that, SettingsWindow is not a window, but a new frame with which I'll replace the Window's frame. So, the desired behavior is, when program is run, Window is shown first, I click a button in it and as a result inside the same window, SettingsWindow's frame replaces contents of Window's frame. I can do this with pack_forget if all classes are in same .py file, but how do I do this if I want the classes in different .py files?

Ответить
@georgecodeing7907
@georgecodeing7907 - 10.11.2022 02:29

im working on a multi window project and thankful i found this solution keep the good work

Ответить
@pauloafonsomedeiroskanda4836
@pauloafonsomedeiroskanda4836 - 06.11.2022 05:04

Thank you very much. You are the man!! One month looking for this. Great class.

Ответить
@adnerremy2650
@adnerremy2650 - 03.10.2022 03:01

Great tutorial
Could you access update self.text from in the SettingWindow class if you used SettingWindow class to inherit the Window class?
I have a second question: The inheritance I talked about in the first question, if you had an entry widget in class Window, would you be able to use the entry.get() method to get the content of the entry in the class SettingWindow? Thanks a lot.

Ответить
@gauravmonga4051
@gauravmonga4051 - 24.08.2022 17:57

hello sir ,
Can you please provide a tutorial vedio on how to use OOP With tkinter.

Ответить
@ReinventedWeb
@ReinventedWeb - 24.08.2022 16:53

Thats really useful. Great content.

Ответить