In the primary "Alpha Preferences : Dashboard" dialog, the "Prefs Search ..." button throws an error alert message claiming that "prefs::searchPrefs" is an invalid command name. I think the wrong proc is referenced in [prefs::dialogs::dashboard]. Replacing this line in "prefsDialogs.tcl"
hi::addButtons $root [list "Prefs Search…"] prefs::searchProc "l" 0 \
with this
hi::addButtons $root [list "Prefs Search…"] prefs::dialogs::prefsSearchProc "l" 0 \
seems to fix it. I found no other references to [prefs::searchProc] in AlphaTcl.
Thank you Craig for reporting this issue and also providing the solution.
This is fixed now.
Changes committed to the repository (rev. 1868).