Empty error desc field tab out
Brought to you by:
briank
Solaris 8, tk/tcl 8.4, cbb 0.9.4
Tabbing out of the description or category fields
creates a blank error window. Stack trace sez:
"command bound to event". Not very informative :-)
I made the problem go away by hacking bind
entry.line1.desc <Tab> and bind.entry.line1.cat <Tab>
event handlers in bindings.tcl to not use the "return"
statement. The way I solved it seems to work, but is
ugly coding so i didn't want to make a patch with it.
Logged In: YES
user_id=2347
I am seeing the exact same condition. Has there been any
update to this problem??? Is cbb development dead? I haven't
seen any activity here by Brian since sometime in August 2001
Logged In: YES
user_id=2347
BTW, I am seeing the exact same condition with cbb-0.95 beta
and I have looked through bindings.tcl but the fix is not
obvious to me.
Logged In: YES
user_id=28863
I'm still here...just haven't had time to continue with CBB
development through layoffs, new jobs, teaching gigs, ad
nauseum. However, I am aware of the return/break problem
with Tcl/Tk 8.3 and better, and will have to set up a new
test box to test the fixes on (my attempts to build Tcl/Tk
8.3 fail due to old libraries).
--Brian
Logged In: YES
user_id=2347
Ah! Great to hear your still around. I'm struggling with
layoff problems also...
So this is a Tcl/Tk problem? I am seeing the problem on a
SuSE-7.1 box with Tcl/Tk 8.3.2-5 if that is of any help. I
can also try it on various Redhat flavors as well if you like.