Index - Contents - Home

Startup Window and Console

The Splash / Startup Window shows various technical information about the system and program startup. In the bottom right corner is an entry-box for text searches; just type your text and press return.

Just above the bottom is another, larger, entry-box. This is Scid vs PC's Console which enables input of Tcl/Tk commands for debugging and advanced use. For example, type

sc_filter reset ; set count [sc_filter count] ; for {set i 1} {$i < $count} {incr i} {if {[sc_flags $i] == {}} {sc_filter remove $i}} ; ::windows::gamelist::Refresh

to find all flagged games, or

time {foreach i [array names helpText] {helpWindow $i}}

to run a little benchmark. For more information about Tcl, try Tutorials Point's Tcl and Tk tutorials.