A forum for Spin users
You are not logged in.
Pages: 1
ispin used to work for me up to the change to Mojave (10.14.5). After the update, ispin appears to be somewhat broken in that buttons aren't rendered properly: they have no labels. This is independent of whether I use dark mode.
Any help fixing this would be appreciated.
Offline
Finally returned to this on a new M2 Mac with macOS 12.6. To fix ispin I
- installed a newish version of tcl/tk via `brew install [email protected]`
- changed line 3 to `exec /opt/homebrew/opt/tcl-tk/bin/wish "$0" -- $*`
- changed button (and incidentally other) colours beginning in line 3470 by replacing anything "-bg $NBG -fg white" in that menu and anything "-bg $NBG -fg $NFG" with "-bg $NFG -fg $NBG"
The result is a total eyesore but the buttons are legible once again.
Offline
Pages: 1