alias dtest {
set %gtext Enter some text here...
dialog -m dtest dtest | did -f dtest 4
}
dialog dtest {
title "Dialog ghost text"
icon $mircexe,0
option pixels
size -1 -1 306 160
edit "", 1, 8 12 290 60, multi optional %gtext
text "NOTE: If the value is empty, ghost text will be displayed.", 2, 12 84 290 18, disable
edit "", 3, 8 99 290 21, autohs optional " $gtext "
button "&OK", 4, 142 130 76 23, ok default
button "&Cancel", 5, 223 130 76 23, cancel
}
alias -l gtext { return Ghost text... }