You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Off topic but: When I put a widget, overlapping many others, which the background is truly transparent, it disappears all behind the widget. Objective: Add a feature which the background is truly transparent and won't affect other widgets behind.
I am writing a programme that will rely on place, but the problem is when I put in a scrollable frame, the text won't show up.
config_choose_scrollable_frame = customtkinter.CTkScrollableFrame(ui_frame, corner_radius=0, fg_color="transparent", width=685, height=385)
customtkinter.CTkLabel(config_choose_scrollable_frame, text="Label").place(x=25, y=20)
When I replace "place" to "grid", it shows up, but I must put place. Any fix to the problem?
The text was updated successfully, but these errors were encountered: