Daniil Soloviev

Results 14 comments of Daniil Soloviev

Taking the Photoshop colour picker as an example, any number of the following could be useful to steal: - More colour modes - An indicator on the canvas of where...

@israel-dryer, I'm working on a scrollable Frame widget with some improvements over most I've seen on github (option to automatically hide scrollbars, cross-platform, mousewheel works even when hovering over contained...

@israel-dryer I should have time to take a look at the scrolled frame later this week. I've got a good way to add scrolling to all future child widgets (differing...

@israel-dryer haven't gotten to the scrolled frame yet, but took a look at what you asked about the toast notification. On Windows, here's a good way to display the toast...

Sure, here's a minimal example that creates an empty plot embedded in a tkinter window (it looks like it doesn't happen when letting Matplotlib create its own window: https://gist.github.com/daniilS/bd8a70b17b67ebc716345bc5c922131c The...

Looks like Matplotlib did recently switch to using the png images in tkinter 8.6, so that solves the transparency issue. Annoyingly there's no good way to style the `tk.checkbutton` when...

Sure, I'll upload it and link you the project repository once it's reached a somewhat presentable state (what example could be more exciting than a data analysis tool!). It's a...

@israel-dryer I finally got around to writing a proper patch that makes the matplotlib toolbar go from looking like this: ![original](https://user-images.githubusercontent.com/6144189/132210873-962f433c-2e5e-4652-8339-775bd68e6368.png) to this: ![patched](https://user-images.githubusercontent.com/6144189/132210889-7f818bc0-1b5d-41ac-8a90-fd7d0caea1a7.png) when embedding a plot in a...

> I can add that the same issue occurs on Windows (Windows 10 in my case). On Windows, this seems require Tauri v2: https://github.com/tauri-apps/muda/issues/97

@PavelLaptev see my above comment for a discussion of the issue on Windows - styling the menu bar on Windows effectively requires drawing a custom menu bar (by which point...