Herng-Jeng Jou - 2004-06-24

Hi,
I'm using ActiveTcl8.4.6 (which uses BWidget 1.7). The following wish script failed at the last command:

package require BWidget
pack [Entry .a]
.a insert insert "testing 1"
pack [LabelEntry .b]
.b insert insert "testing 2"

with an error message:
invalid command name "LabelEntry::insert"

The insert command is available from tk's "entry".
BWidget's "Entry" has it, no problem. But
LabelEntry doesn't have it? Doesn't make sense
to me. Is this a bug?

Thanks,
Jou