File:  [LON-CAPA] / capa / capa51 / GUITools / groupemail.tcl
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 2 19:14:10 2000 UTC (24 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- Fixed off by one count bug in GLabelImg
- started groupemail code
- fixed spelling error
- rearranged printing dialog in quizzer

proc runGroupEmail { capaConfigFile } {
    global gUniqueNumber gFile gWindowMenu
    set num [incr gUniqueNumber]
    set gFile($num) [file dirname $capaConfigFile]
    parseCapaConfig $num $gFile($num)
    parseCapaUtilsConfig $num $gFile($num)
    
    set emailwin [toplevel .email$num]
    $gWindowMenu add command -label "Sending Email $gFile($num)" \
	-command "capaRaise \"$emailwin\""
    wm title $scorerWin $classDir
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>