From: "Harvey J. Stein" <hjstein_at_MATH.HUJI.AC.IL>
> 11. In Widget demo (run from within "make demo"), tried "See code",
> but it gave:
>
> Unable to show the code of the file "Wlabel.stklos"
> **** Tk error ("") "
> (command bound to event)"
Widget demo is rewritten in STklos, so extension of the files is
chnaged from `.stk' to `.stklos'. But in `Demos/Makefile'
install:
-if [ ! -d $(DEMODIR) ] ; then mkdir -p $(DEMODIR); fi
for i in *.stk *.stklos Widget/*.stk ; \
do \ ^^^^^
:
extension remains `*.stk', so `Widget/*.stklos' files are not
insatlled. Consequently `See code' complains ...
---
-- Wonderful STk !
-
Received on Wed Oct 11 1995 - 04:17:39 CET