View Single Post
  #19 (permalink)  
Old 08-30-2008, 11:14 PM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
Your first posted code does NOT show anything in the loop.
Quote:
do { // and space bar

} while (!midipedalflag);
Did you remove code that was in that loop?
Otherwise why have an empy loop?

Quote:
but how I get out of the run() method?
If there is no code in the run() method, it will execute and exit very quickly.
Reply With Quote