Thx a lot for this great video. And I have a question: What IDE do you use? How do you select the same word in different lines and edit them simultaneously? You selected three "scrollbar" in three lines and change them to "scrollbar_text" with one typing. It feels like a magic to me. I'm using Pycharm on Windows. Could you teach me with it? Thx a lot!
this is an exceptional explanation, ty. I tried to imitate this in my app and it worked well. In making a scrollbar for a canvas, how can i make it work with tk buttons, ttk option menus...that have the parents/master specified as the canvas ? canvas lines, images work well with scrolling, but the other ones(buttons...) 👆🏾 remain static during scrolling
I dont understand your question well, but yview probably doesnt work on all types of widgets. It probably works on Canvas, Text, and Listbox. Have a look into documentation.
@@janlochman1985 thank you. There is a lot in one group but in another group there is plenty of space, I think I'll just move them over so they fit on screen
how did you fix it? When i scroll, the i can see that the yview changes because of the diagonal line that is put there. but when i place widgets, they are always there . i can't scroll away from them. Did you have the same issue? If yes, how did you fix it? @@Deepjinsi
Hey, man, this helps a lot. Although, I am not looking for a window. How would I put the scrolling menu on a screen with pygame? Some details: I am working on a cookie-clicker clone, and I have buildings that you can purchase for cookies. But as of right now, they are just separated on UI on the side of the screen. I want it to be in a single UI that can scroll through the buildings (and still purchase the building when clicked). Can you help me out?
The best video about Tkinter scrollbar. Thank you very much!!!!
your is much simpler than the other vid I watched, THANKS!!!!
Thanks a lot for this crystal clear explanation. You made my day…
university level explanation skills
More than. Some uni teachers are tragic.
Thx a lot for this great video. And I have a question: What IDE do you use? How do you select the same word in different lines and edit them simultaneously? You selected three "scrollbar" in three lines and change them to "scrollbar_text" with one typing. It feels like a magic to me. I'm using Pycharm on Windows. Could you teach me with it? Thx a lot!
This is such a good video. Thank you!
this is an exceptional explanation, ty. I tried to imitate this in my app and it worked well.
In making a scrollbar for a canvas, how can i make it work with tk buttons, ttk option menus...that have the parents/master specified as the canvas ?
canvas lines, images work well with scrolling, but the other ones(buttons...) 👆🏾 remain static during scrolling
I dont understand your question well, but yview probably doesnt work on all types of widgets. It probably works on Canvas, Text, and Listbox. Have a look into documentation.
thanks for the video, had a question, are canvas the same as LabelFrame ?
Frame *
Very wonderful explanation, thank you very much
thank you for this video! it's clear and to the point
Um milhão de likes para vc. Adorei a explicação!
7:30
if you want to place buttons and widgets it doesn't work
Can you scroll bar a group of labels and entries?
I think yview doesnt work on these widget, so the answer woudl be no.
@@janlochman1985 thank you. There is a lot in one group but in another group there is plenty of space, I think I'll just move them over so they fit on screen
Allegedly you can put a frame on a canvas, put your widget on that frame and then scroll the canvas. But when I tried it, the frame remained in place.
How to add whole program in it
I tried but scrollbar moving but program not moving
If any 1 have solution let me know asap
Thanx I fix it my self now perfectly working now
how did you fix it? When i scroll, the i can see that the yview changes because of the diagonal line that is put there. but when i place widgets, they are always there . i can't scroll away from them. Did you have the same issue? If yes, how did you fix it? @@Deepjinsi
Hey, man, this helps a lot. Although, I am not looking for a window. How would I put the scrolling menu on a screen with pygame?
Some details:
I am working on a cookie-clicker clone, and I have buildings that you can purchase for cookies. But as of right now, they are just separated on UI on the side of the screen. I want it to be in a single UI that can scroll through the buildings (and still purchase the building when clicked). Can you help me out?
I love u