John E. Davis wrote:
Ben Duncan <ben@xxxxxxxxxxxxxxxxxx> wrote:
<SNIP>
The repaint should occur here.} DisplayMenu ( ); /* Displays the menu on the screen */ menuitem = NOITEM; SLang_flush_input ( ) ; menuitem = EntryMenu ( ); /* Get keyboard navigation */Are you reading input from the user in the EntryMenu call? As I recall, you are using SLang's getkey functions. If so, you may be able to establish a interrupt handler such as the following. But without seeing the details of EntryMenu, it is hard to give more specific advice.
<SNIP> exactly, I am reading input from EntryMenu call. Which has the getkey function and a case statement in it. -- Ben Duncan - VersAccounting Software LLC 336 Elton Road Jackson MS, 39212 "Never attribute to malice, that which can be adequately explained by stupidity" - Hanlon's Razor _______________________________________________ To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html