Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User diorahman's Avatar
    Join Date
    Dec 2010
    Posts
    41
    Hi all!

    I have this:

    Code:
    TBuf<1024> buf;
        if(showQueryDialogL(MY_CONST, buf)){
    
                QString str((QChar*)buf.Ptr(),buf.Length());
                qDebug() << str;
    
    
                if (m_waitDialog)
                    m_waitDialog->ExecuteLD(R_WAIT_NOTE_SOFTKEY_CANCEL);
    
        }
    And it gives me: [Qt Message] CActiveScheduler::RunIfReady() returned error: -2

    How do we execute consecutive dialog in Native Symbian from Qt?

    Thanks!
    Last edited by diorahman; 2011-03-17 at 16:52. Reason: wrong code syntax

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Well, how about you don't do that at all?
    Qt is intended as the alternative UI framework for Symbian, using Avkon from whithin it should be avoided.

Similar Threads

  1. Can I call symbian native api from browser.
    By ashutosh12 in forum Symbian C++
    Replies: 5
    Last Post: 2011-02-08, 16:17
  2. Replies: 6
    Last Post: 2010-09-16, 15:43
  3. Replies: 4
    Last Post: 2010-09-01, 16:37

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