Kelltom
Kelltom
I added some additional methods for sorting based on arbitrary points. Haven't had time to review the rest but will hopefully get at it this week.
I think the solution for the `random_point` thing will be to have a parameter to toggle whether we should only return a random point that exists within the outline bounds...
Any chance we can get some demo videos in here of some variations?
Awesome, love it. Thanks for sharing the Imgur links too. I'm gonna take a look this weekend!
Can you elaborate on how to do it? What type of file does that function expect, and does it return anything?
I'm also experiencing this. Here's a button handler that opens a settings window, in which the original window will immediately regain focus: ```python def __on_settings_clicked(self): window = customtkinter.CTkToplevel(master=self) window.geometry("500x300") window.title("Settings")...
Wow I didn't know Ctk had scrollable frames! Does it work well?
Unfortunately this isn't really a great solution when it comes to responsiveness with mobile. You'll still end up with inconsistent overflow.
> After a Xamarin iOS update, it works now. from the above comment did not work for me ------ One workaround I've found is to add the `MediaElement` to a...
Woah, interesting. The repo I'm using is proprietary for work so I'll have to see if I can reproduce it somewhere else. Maybe it has something to do with my...