difference in listbox in 2.1.6 & 2.2.0
I notice a difference between 2.1.6 and 2.2.0 on SUN4 in what is returned
from a listbox:
2.1.6:
STk> (listbox ".l")
.l
STk> (pack ".l")
()
STk> (.l 'insert 0 '(a b c))
()
STk> (describe (.l 'get 0))
(a b c) is a list.
#[undefined]
2.2.0:
STk> (listbox ".l")
.l
STk> (pack ".l")
()
STk> (.l 'insert 0 '(a b c))
()
STk> (describe (.l 'get 0))
"(a b c)" is a string of length 7.
#[undefined]
Does anyone know why this change was made? Is there a way to extract the
data that was originally inserted?
Thanks,
Sarah Officer
officers_at_aries.tucson.saic.com
Received on Wed Aug 16 1995 - 22:50:49 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST