Page 1 of 1

Questions: Refresh Screen, GetImei

PostPosted: Sep 21, 2006 @ 2:18pm
by mimispa
Hi all,

I have two Questions:
1) How can i refresh screen display out of OnNextFrame? I need this when i'm doing something for a couple of seconds, so i want to refresh screen.

2) When i tried to get imei of nokia 6260 my application crashed. Maybe i write wrong code.

Thanks

PostPosted: Sep 22, 2006 @ 6:14pm
by edge
Hi mimispa,

You can force an update by calling display->Flip(). You can also use the display object from ECD.

Requesting the IMEI crashed because of a minor bug due to the unicode enhancements in the 2.80 release. This can be solved easily to empty the string before passing it to GetIMEI, or using an unicode (WCHAR) string.