Hi, I am trying to use an external bitmap as the image for a button. My code is:
label .f-buttons.l-test -bitmap @board.xpm
pack .f-buttons.l-test
My error is: error reading bitmap file "board.xpm"
The bitmap file is in the same dir as I am running the tcl code from.
label .f-buttons.l-test -bitmap @board.xpm
pack .f-buttons.l-test
My error is: error reading bitmap file "board.xpm"
The bitmap file is in the same dir as I am running the tcl code from.