Re: [R] eliminating cancel button in winDialogString call

2007-12-12 Thread Prof Brian Ripley
On Wed, 12 Dec 2007, Michelle Bourassa Stahl wrote: > I would like to use the function winDialogString to get input from a user to > a program but would like to eliminate the cancel button option and just have > the OK button appear. The problem is that if a user enters data then > accidently hits

[R] eliminating cancel button in winDialogString call

2007-12-12 Thread Michelle Bourassa Stahl
I would like to use the function winDialogString to get input from a user to a program but would like to eliminate the cancel button option and just have the OK button appear. The problem is that if a user enters data then accidently hits Cancel instead of OK, the program may either run incorrectly