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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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