mhh wenn das Edit in deinem eigenen Programm ist dann machs doch einfach so:
Delphi-Quellcode:
repeat
Edit1.Text := Edit1.Text + 'a';
Application.Processmessages;
until BooleanVariable;
das in den ersten Button und in dem Zweiten:
BooleanVariable := true;
find ich einfacher...
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."