Dell - Internal Use - Confidential
Hello,
          I was trying to create a dialog box (pop up message box) once a user 
selects a particular action in HII form. I tried to use 'CreatePopUp' function 
available in MdePkg. It should create the dialog box in console output device 
specified by ConOut in EFI_SYSTEM_TABLE. But there is not message box coming on 
the screen whereas keystroke is taking effect. Such the screen does not got to 
next screen till press the specified key stroke in 'CreatePopUp'.  What am I 
missing here?

Here is the call I am using:
            do {
                  CreatePopUp (
                    EFI_RED | EFI_BACKGROUND_BLACK,
                    &InputKey,
                    L"",
                    L"You are going to leave Rajeev's Form!",
                    L"Press ESC or ENTER to continue ...",
                    L"",
                    NULL
                    );
                   } while ((InputKey.ScanCode != SCAN_ESC) && 
(InputKey.UnicodeChar != CHAR_CARRIAGE_RETURN));

Kindly let me know if more information is required.

Thanks with regards,
-- RR

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to