Donny-GUI / tkinter-to-customtkinter-converter

Convert your tkinter scripts and guis to custom tkinter with this command line tool.
GNU General Public License v3.0
41 stars 3 forks source link

Progress bar doesn't exsist && Only main window was affected by script #6

Open DevilGlitch opened 3 months ago

DevilGlitch commented 3 months ago

lil bug as well as the other windows im using display as if they were tkinter

progress_bar = ctk.CTkProgressbar(progress_popup, orient='horizontal', length=300, mode='determinate')
                   ^^^^^^^^^^^^^^^^^^
AttributeError: module 'customtkinter' has no attribute 'CTkProgressbar'

image

DevilGlitch commented 3 months ago

may be my own stupidity im sorry ^^;

Donny-GUI commented 3 months ago

hmm give me a second, let me look at all the docs

Donny-GUI commented 2 months ago

Did you find a solution here are we still struggling my friend.