Discussion Board
-
How to set displayperiod for CAknGlobalNote?
2002-07-25, 09:08
#1
Regular Contributor
I'm using:
CAknGlobalNote* globalNote = CAknGlobalNote::NewLC();
globalNote->ShowNoteL(EAknGlobalConfirmationNote, _L("foo"));
CleanupStack::PopAndDestroy();
It says:
"The Confirmation note dialog disappears when you press any key or after waiting for a given number of seconds."
in Series60 note-example. I assume that "given" seconds can somehow be defined by developer? If so how?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules