Ahmad Hakim
Ahmad Hakim
I ran the code you posted, it works fine (macOS). Maybe try it this way, using a class with ck.CTk inheritance: ``` import customtkinter as ck ck.set_appearance_mode("dark") # Options: light,...
Dunno if you can change the placeholder text from the position within the entry box. Question is semi clear, but I think what you're looking for is this type of...
I too ran into this issue when I was working with pages. I solved my issue in the following way: 1. Anything passed into `pc.redirect()` needs to account for spaces....
It should work across all platforms. Did you try launching the command prompt as admin? There's an option to do so if you right-click CMD.
I see - I'll have to manually install the library on my windows laptop to see if there are any errors. It's weird that it's deleting the files because that's...
Hello! The issue comes from the config file - it wasn't updated in the last release. To fix the problem, make sure your fx_config.yml file has the following info: ```yaml...
Hey - that's very strange. It should work the same across all platforms. What OS are you on? This library was made in a macOS with dark-theme. Technically you can...
Can you try it again now after the new release? Also please share the error message if there is one.
Alert dialog seems to be working normally now. Opens and closes normally
PR: https://github.com/reflex-dev/reflex-web/pull/1257