Re: [edk2] Screen with HII forms and callback is looping

2013-06-20 Thread Gao, Liming
Form be repainted again and again unless your question has the refresh attribute. Thanks Liming From: ranga rao [mailto:ranga@gmail.com] Sent: Friday, June 21, 2013 1:37 PM To: Gao, Liming Cc: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Screen with HII forms and callback is looping

Re: [edk2] Screen with HII forms and callback is looping

2013-06-20 Thread ranga rao
nt:* Friday, June 14, 2013 7:03 PM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* Re: [edk2] Screen with HII forms and callback is looping > > ** ** > > Am sorry for the typos > > > > Hello All > > My OptionROM has HII code which access Hii C

Re: [edk2] Screen with HII forms and callback is looping

2013-06-20 Thread Gao, Liming
fer to MdeModulePkg\Universal\PlatformDriOverrideDxe\PlatDriOverrideDxe.c PlatOverMngrCallback() function. Thanks Liming From: ranga rao [mailto:ranga@gmail.com] Sent: Friday, June 14, 2013 7:03 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Screen with HII forms and callback is l

Re: [edk2] Screen with HII forms and callback is looping

2013-06-14 Thread ranga rao
Am sorry for the typos Hello All My OptionROM has HII code which access Hii Config access callback Based on the Question ID in FORM_CALLBACK, specific function is called. For some reason during this callback mechanism the HII screen is on/off (flickering) and is never coming out of it unless the

[edk2] Screen with HII forms and callback is looping

2013-06-14 Thread ranga rao
Hello All My OptionROM has HII code which access Hii Config access callback Based on the Question ID in FORM_CALLBACK specific function is called For some reason during this callback mechanism the HII screen is on/off (flickering) and is never coming out of it unless there is key press(Esc mutipl