Re: how to have a dialog ask user if he want to type AGAIN?

2012-01-15 Thread David Nečas
On Sat, Jan 14, 2012 at 07:50:15PM -0800, Gary Kline wrote: ok, one function runs in a recursive loop, endlessly. i could do this differently, say from main. that is my question: how do i get the value 1 or TRUE back from a dialogue that asks simply: Talk again? Use the return value of

how to have a dialog ask user if he want to type AGAIN?

2012-01-14 Thread Gary Kline
ok, one function runs in a recursive loop, endlessly. i could do this differently, say from main. that is my question: how do i get the value 1 or TRUE back from a dialogue that asks simply: Talk again? i have a slice of code that is a dialog with an OK button. gary -- Gary Kline