Discussion Board
Error while defining customized buttons for queries..
2009-06-26, 08:13
#1
Regular Contributor
Hello friends,
I am working on series 60 2nd edition FP2. I want customized buttons for query dialog.
I followed the steps given in below link
http://wiki.forum.nokia.com/index.ph...ns_for_queries
when I debug the application it gives me error like..
1: ambiguous access from 'CTestAppAppUi' to 'MObjectProvider'
2: ambiguous access to name found 'CAknAppUi::BaseConstructL' and 'CEikDialog::BaseConstructL'
3: ambiguous access to name found 'CCoeAppUi::iCoeEnv' and 'CCoeControl::iCoeEnv'
I am not getting solution for this..
plz help me...
Its really urgent..
Thanking you in advance...
Re: Error while defining customized buttons for queries..
2009-06-27, 12:56
#2
Nokia Developer Expert
have to say that I have not tried that example, anyway, are you trying to derive your Appui from CAknAppUi & CAknQueryDialog ?
if so, then you might want not to do that, and instead make a new class that you derive from CAknQueryDialog, so you can overwrite the OkToExitL() function.
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