bohrer-lab / ecodata-matlab

Create customized animated maps of animal movements
https://ecodata-animate.readthedocs.io/
MIT License
4 stars 2 forks source link

Status text in GUI is slow to update #69

Closed jemissik closed 1 year ago

jemissik commented 1 year ago

When the "Create Animation" button is pushed, it usually takes at least a couple seconds for the status text to change to say "Generating animation". I am not sure why, since updating the text is the first thing that happens in the button callback. The GUI seems to be waiting and not doing the update immediately. Should look into whether there's a way to force it to update faster.