Talley Lambert
Talley Lambert
> Curious what @tlambert03 thinks but I think I'd prefer to implement such functionality in pymmcore-plus instead of here. Something like: love that idea. Maybe it's time to generally attack...
Meaning: it's one thing to be able to connect callbacks to events emitted by the MDA... but that's one way communication: we can't modify the events and or the image...
thanks @ptbrown1729, can you tell me what Qt backend version you are on?
actually, more specifically... maybe just give me the output of `conda list` (or `pip list` if conda is not involved)
> This may be a more general napari issue, because the napari buttons (e.g. layers buttons, toggle n-display, etc) also do not show any icons. this definitely seems like it...
OK thanks for checking. I'll have to try to find some time to try to reproduce.
thanks. I'll meet you over there :)
one thing I'll probably ask you to do over there as well is to create a new environment. So, if you have a moment, try: ``` conda create -n test...
as mentioned over in the other thread. It looks like this is specifically related to the qt distribution on conda-forge, and likely only on windows... As a temporary workaround for...
Hi @CedricEsp, Yes, handling the `frameReady` event is really where it all gets interesting. `napari-micromanager` kinda has one "standard" way of handling that event, but there's no reason you couldn't...