BUG in pack initializer?

From: John A. Zinky <jzinky_at_bbn.com>
Date: Wed, 04 Oct 1995 14:25:56 -0400

When I run "pack" the first time it needs to point to a symbol, but the
second and following times it works as expected.

I am running stk V2.2 on solaris 2.4

Here are two files that should put two labels on the default window
stk -f pack-works.stklos

***pack-works.stklos ***
(require "Tk-classes")
(require "Basics")

(define d1 (make <label> :text "test1"))
(pack d1)
(pack (make <label> :text "test2"))

*****pack-problem.stklos**
(require "Tk-classes")
(require "Basics")

(pack (make <label> :text "test1"))
(pack (make <label> :text "test2"))
Received on Wed Oct 04 1995 - 19:28:35 CET

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST