| View previous topic :: View next topic |
| Author |
Message |
george Guest
|
Posted: Fri Nov 21, 2003 9:37 pm Post subject: Re: Synchonizing EditBox I/O execution |
|
|
"Richard" <pecena (AT) cox (DOT) net> wrote:
| Quote: | Borland 5.0
Amongst other considerations is: "how to give up control from the edit box
once I am happy with its contents".
|
Have you tried OnExit?
|
|
| Back to top |
|
 |
Richard Guest
|
Posted: Fri Nov 21, 2003 10:24 pm Post subject: Synchonizing EditBox I/O execution |
|
|
Borland 5.0
As the result of an OnClick event, I execute the following:
(leading code)
MyEditBox->SetFocus();
(following code)
I want to have program control switch to I/O for the edit box (rather than
flowing
immediately on past the SetFocus to "following code") so that information
entered into the
edit box can be used by the following code.
Amongst other considerations is: "how to give up control from the edit box
once I am happy with its contents".
Dialog Windows like "InputBox" and "DialogMsg" manage to do this.
Richard Krug
|
|
| Back to top |
|
 |
|