Re: [edk2] Clear WaitForKey

2015-05-22 Thread Andrew Fish
> On May 22, 2015, at 8:06 AM, S.Vieira wrote: > > Don't worked. > > So i take out and put gBS->Stall() .. solved the problem. > That sounds like a bug in the platform. Thanks, Andrew Fish > Thx > > > -- > One da

Re: [edk2] Clear WaitForKey

2015-05-22 Thread S . Vieira
Don't worked. So i take out and put gBS->Stall() .. solved the problem. Thx -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Per

Re: [edk2] Clear WaitForKey

2015-05-19 Thread Andrew Fish
> On May 19, 2015, at 2:06 PM, S.Vieira wrote: > > Hi everyone. > > > I have a simple question ... > > How to clear the gST->Coin->WaitForKey ?! > > Because I use twice in my code, but in the second time which i use, it uses > the previous value. > > For example : > > Print(L"Press any k

[edk2] Clear WaitForKey

2015-05-19 Thread S . Vieira
Hi everyone. I have a simple question ... How to clear the gST->Coin->WaitForKey ?! Because I use twice in my code, but in the second time which i use, it uses the previous value. For example : Print(L"Press any key"); tmpEvent = gST->ConIn->WaitForKey; gBS->WaitForEvent(1,&(gST->ConIn->Wa