Open NasserMashpery opened 5 months ago
Errors in your code:
CTkTextbox
.relief
option as it has rounded corners.wrap
parameter.Helpful link: https://customtkinter.tomschimansky.com/documentation/widgets/textbox
Regards.
i know but i want text support in custom tkinter because i built my base on my prject custom tkinter so please please plaese push update for tyhis
I have a problem with the import of customtkinter on my computer that I get the CTk widgets that tell me that they are not defined import customtkinter
def button_callback(): print("button pressed")
app = customtkinter.CTk() app.title("my app") app.geometry("400x150")
button = customtkinter.CTkButton(app, text="my button", command=button_callback) button.grid(row=0, column=0, padx=20, pady=20)
app.mainloop()
terminal:
PS C:\Users\jorge\OneDrive\Escritorio\invoice\fix - Copy\puebas\PERCEO_1-6_AL_PRESENTE> & C:/Users/jorge/AppData/Local/Microsoft/WindowsApps/python3.10.exe "c:/Users/jorge/OneDrive/Escritorio/invoice/fix - Copy/puebas/PERCEO_1-6_AL_PRESENTE/customtkinter.py"
Traceback (most recent call last):
File "c:\Users\jorge\OneDrive\Escritorio\invoice\fix - Copy\puebas\PERCEO_1-6_AL_PRESENTE\customtkinter.py", line 1, in
PS C:\Users\jorge\OneDrive\Escritorio\invoice\fix - Copy\puebas\PERCEO_1-6_AL_PRESENTE> & C:/Users/jorge/AppData/Local/Microsoft/WindowsApps/python3.10.exe "c:/Users/jorge/OneDrive/Escritorio/invoice/fix - Copy/puebas/PERCEO_1-6_AL_PRESENTE/customtkinter.py"
Traceback (most recent call last):
File "c:\Users\jorge\OneDrive\Escritorio\invoice\fix - Copy\puebas\PERCEO_1-6_AL_PRESENTE\customtkinter.py", line 1, in
PS C:\Users\jorge\OneDrive\Escritorio\invoice\fix - Copy\puebas\PERCEO_1-6_AL_PRESENTE>
(Text) function not support in CTK but when i coding the Text in tkinter it working But in customtkinter not working and custom like (relief) and (wrap) not supprting too
(please i need your support for my prtoject its important and i want resolve for this)
i need for updating version for this and thank you .
we all want your support
Regards ;
Nasser Alsahreef
please [if there any resolve for that i need it imdiatlly]