ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
9.05k stars 831 forks source link

Can it support multi frames? #268

Closed Reed-roll closed 1 year ago

Reed-roll commented 1 year ago

I'm making a project that requires you to switch frames with each button click, does this not support that?

I tried it and it worked, but only displayed the last page(frame) which I didn't want.

ParthJadhav commented 1 year ago

Hey @Reed-roll , I've created a Pull request which lets you do that

ParthJadhav commented 1 year ago

@Reed-roll , Multi-Frame support is added. Clone the latest version and try again.