Isaac Muse

Results 741 comments of Isaac Muse
trafficstars

Possibly, but I was specifically using TimeCtrl for its consistent size and look across platforms.

I don't often use it that way on Linux, I do expect some inconsistencies across platforms, that is par for the course with wxPython at times, but for a long...

I should note that the code I provided is simply the example from wxPython (or at least an earlier version of it).

Well, in the meantime, I may just need to explore other options or write my own control, not ideal, but sometimes you don't have a choice.

Looks like wx.adv.TimePickerCtrl is going to have to be my solution. It seems to be a bit more reliable as well across systems (though I still need to test on...

I did touch bases with the original reporter, and they were on an Intel Mac, so it seems it is not just ARM related. I'm not sure why some Intel...

I think gradients across multiple color stops is a good idea. I know I implemented this behavior in ColorAide, so I definitely think it is useful.

Do you plan on supporting adjusting stop position? It may be something to consider up front if this is desired for the future.

> As soon as we move from linear two-stop interpolation we need to consider how we want to handle smooth curves and curve continuity (regardless of whether we also need...

I think custom domains would be useful. I think this could easily be done now with a simple external function that you pass your value through before passing it to...