Selecting file type when exporting pgn - error
Chess Database Application
Status: Pre-Alpha
Brought to you by:
gcramer
clipbase 1 game
export pgn
save dialog
file name: promotionmarks.
select file type (click down arrow)
->error
I can select file type from left side icons.
can't use empty string as operand of "*"
while executing
"expr {[winfo width $cb] - 2*$padding - 2*$borderwidth}"
(procedure "ConfigureListbox" line 22)
invoked from within
"ConfigureListbox $cb"
(procedure "Post_tcb_orig_" line 13)
invoked from within
"Post_tcb_orig_ $cb"
(procedure "Post" line 3)
invoked from within
"Post $w"
(procedure "Press_tcb_orig_" line 21)
invoked from within
"Press_tcb_orig_ $mode $cb $x $y"
(procedure "ttk::combobox::Press" line 13)
invoked from within
"ttk::combobox::Press "" .application.nb.database.main.switcher.content.export.top.nb.__filedialog.fsbox.top.ent_filetype 521 19 "
(command bound to event)
can't use empty string as operand of "*"
while executing
"expr {[winfo width $cb] - 2*$padding - 2*$borderwidth}"
(procedure "ConfigureListbox" line 22)
invoked from within
"ConfigureListbox $cb"
(procedure "Post_tcb_orig_" line 13)
invoked from within
"Post_tcb_orig_ $cb"
(procedure "Post" line 3)
invoked from within
"Post $w"
(procedure "Press_tcb_orig_" line 21)
invoked from within
"Press_tcb_orig_ $mode $cb $x $y"
(procedure "ttk::combobox::Press" line 13)
invoked from within
"ttk::combobox::Press "" .application.nb.database.main.switcher.content.export.top.nb.__filedialog.fsbox.top.ent_filetype 521 19 "
(command bound to event)
I cannot replicate this behavior. Please look into "Main Menu->Theme", which theme is selected, "default", "alt", "clam", or any other one?
I tested different sets, boards and themes. I don't know what was selected when this happened but will check. In r1239 I got a theme related bug.
I added possibly theme-related error messages and a screenshot in bug report #147 in r1239.
Couldn't check because tried to reinstall everything, but will try to reproduce this after I get a working version.
I could replicate this behavior with theme "clearlooks", fixed with [r1258]. But I cannot see that this problem can happen with the standard themes "default", "alt", and "clam". If it happen with any of the standard themes, then you must have an improper Tcl/Tk installation.
Related
Commit: [r1258]