newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
User Interface
::
Nokia S60
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
eric
54
rbrunner
50
Andreas
44
sandeepmhptr
41
alh
30
more
Feeds
More feeds...
Dialog with menubar?
Login
to reply to this topic.
Mon, 2005-09-19 07:30
vekotin
Joined: 2004-09-08
Forum posts: 63
Is it possible put menubar to dialog? If it is possible, how to do it?
Login
or
register
to post in forums
Mon, 2005-09-19 09:30
joker_pl
Joined: 2004-06-06
Forum posts: 205
Re: Dialog with menubar?
yep
look for void CAknDialog::ConstructL( TInt aMenuTitleResourceId )
Best regards,
Michal Laskowski
 
Mon, 2005-09-19 11:26
vekotin
Joined: 2004-09-08
Forum posts: 63
Re: Dialog with menubar?
Thank you.
CAknDialog::ConstructL(TInt aMenuTitleResourceId) and CAknDialog::DisplayMenuL() solved my problem.
 
Login
to reply to this topic.
Forum posts: 205
look for void CAknDialog::ConstructL( TInt aMenuTitleResourceId )
Best regards,
Michal Laskowski
Forum posts: 63
CAknDialog::ConstructL(TInt aMenuTitleResourceId) and CAknDialog::DisplayMenuL() solved my problem.