Hi Everybody:
There is a Listbox in my program,when aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed on one of the list items, a dialog will be invoked to show some info(strings in fact) with the flag of EEikDialogFlagFillAppClientRect.It works well on the emulator.The dialog area is the whole mainpane;But on the device,the dialog area is a small part of the mainpane just holding the string. So,some list items are still on the screen and of course this is not what I want.
The same code but different running result on the emulator and device.
To this case,Where is the focus of the reason?
Thank you very much!!!



