CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Error while i try to destroy buttons in frame

Open PeterLinuxOS opened this issue 3 years ago • 2 comments

I getting this error message when I try to delete buttons from the frame Error message image Delete Button/s image Insert button image

PeterLinuxOS avatar Dec 07 '22 19:12 PeterLinuxOS

The variable button is not assigned to anything. The code should be

button = customtkinter.CTkButton(commend_frame_userlist, text=str(idb["steamID64]), fg_color="transparent", command=select_profile).pack(pady=2)

clxakz avatar Dec 10 '22 19:12 clxakz