Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User sani_ok's Avatar
    Join Date
    Nov 2011
    Posts
    47
    Hi, all. I'm using CPbkContactEditorDlg to edit contact. Everything is okey, but instead of edit dialog caption I can see part of my application and it is clickable. What I do wrong?

    Code:
    RPbkViewResourceFile phoneBookResource(*CEikonEnv::Static());
    	if (!phoneBookResource.IsOpen())
    	{
    		phoneBookResource.OpenL();
    	}
    
    	CPbkContactEditorDlg *dialog = CPbkContactEditorDlg::NewL(*iEngine, *contact, EFalse, -1, ETrue);
    	TContactItemId contactID = KNullContactId;
    	TRAPD(dialogError, contactID = dialog->ExecuteLD());

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Do you have a full-screen app? In that case it may easily happen that the dialog does not scale up, and you see your own application instead of the status and navigation panes.

  3. #3
    Registered User sani_ok's Avatar
    Join Date
    Nov 2011
    Posts
    47
    So, is there any way do make it work?

  4. #4
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    Yep, the CAkn, etc. controls are often requiring the status panel etc. to be present to work correctly. anyway, if your only problem is receiving touch events while showing the popup, you could of course try adding your own logic which would ignore any events while showing the popup.

Similar Threads

  1. Using CPbkContactEditorDlg in S60 3rd ed
    By thomasraku in forum Symbian User Interface
    Replies: 5
    Last Post: 2008-10-04, 09:13
  2. Problem with CPbkContactEditorDlg..
    By santu.paul@gmail.com in forum Symbian C++
    Replies: 7
    Last Post: 2008-08-07, 19:53
  3. CPbkContactEditorDlg customize
    By asdfghjkl_asdfghjkl in forum Symbian C++
    Replies: 5
    Last Post: 2008-08-05, 02:56
  4. CPbkContactEditorDlg problem
    By fathi El3ashery in forum Symbian C++
    Replies: 5
    Last Post: 2008-03-10, 10:09
  5. Problem with CPbkContactEditorDlg.
    By ManishPatil in forum Symbian C++
    Replies: 0
    Last Post: 2003-10-08, 13:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved