Lines Matching +full:home +full:- +full:button
3 # form4 with --help-status
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
14 home="$HOME"
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-status \
22 --help-button \
23 --item-help \
24 --backtitle "$backtitle" "$@" \
25 --form "Here is a possible piece of a configuration program." \
27 "Username:" 1 1 "$user" 1 10 -9 9 "Login name" \
30 "HOME:" 4 1 "$home" 4 10 40 0 "User's home-directory" \
33 exec 3>&-
35 show=`echo "$returntext" |sed -e 's/^/ /'`
40 --clear \
41 --backtitle "$backtitle" \
42 --yesno "Really quit?" 10 30
54 --clear \
55 --backtitle "$backtitle" --no-collapse --cr-wrap \
56 --msgbox "Resulting data:\n\
61 --clear \
62 --backtitle "$backtitle" --no-collapse --cr-wrap \
63 --msgbox "Help data:\n\
67 . ./report-button