|
|
User login
Feeds |
Exit after note
|
|||||
| Wed, 2005-08-03 11:36 | |
|
Hi,
My intention is to display a note, and exit after that. I have used following code: message = StringLoader::LoadLC(R_DISCONNECTED_SERVER); CAknWarningNote* errorDialog = new (ELeave) CAknWarningNote(); errorDialog->ExecuteLD(*message); CleanupStack::PopAndDestroy(message); User::After(3000000); Exit(); The program exits after 3 seconds but there is no note. What's wrong? -Ari |
|
Forum posts: 135
The box said 'Windows 98 or better'. Why is it not working on Linux?
Forum posts: 25
Now it works, thanx!
-Ari