Qirky / Polyglot

Multilingual collaborative live coding interface
30 stars 2 forks source link

resizing client window #5

Open pseuyi opened 4 years ago

pseuyi commented 4 years ago

thanks for making this project--was super excited to be able to get this working on my fork to collaborate on some stuff between foxdot + tidal cycles today!

one other issue i noticed but didn't look into at all is that the client window has different resizing behavior on different computers. it sometimes goes completely black when resizing or otherwise freezes up, text disappears. we were using macbooks (mojave and el capitan).

Qirky commented 4 years ago

Are you using the version of tcl that came with your OS or have you installed it? There's some known issues with the Python Tk (used for the GUI) libraries packaged with Mac OS unfortunately:

https://www.python.org/download/mac/tcltk/

pseuyi commented 4 years ago

think i'm using the built-in. i'll try installing, thanks