摘要: 當(dāng)調(diào)用nam時(shí),出現(xiàn)如下錯(cuò)誤
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox {
%W yview scroll [expr {- (%D)}] units
}
bind Li..."
這個(gè)是由于nam調(diào)用的tk組件和xproto-7.0.13 不兼容導(dǎo)致的(xproto-7.0.13 新添加了 GenericEvent)。
閱讀全文
[code omitted because of length]
: no event type or button # or keysym
while executing
"bind Listbox
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
bind Listbox
%W yview scroll [expr {- (%D)}] units
}
bind Li..."
這個(gè)是由于nam調(diào)用的tk組件和xproto-7.0.13 不兼容導(dǎo)致的(xproto-7.0.13 新添加了 GenericEvent)。
閱讀全文
posted @ 2008-12-03 05:05 kooyee 閱讀(2353) | 評(píng)論 (3) 編輯 |