Results 1 to 3 of 3

Thread: Waiting for RPC reply to 'destroyWidget' timed out

  1. #1
    Join Date
    Feb 2011
    Location
    Latvia
    Posts
    139
    Thanks
    24
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Waiting for RPC reply to 'destroyWidget' timed out

    I recieve this message when quitting my program (if the program has worked for less then 20 sec - no message):
    Qt Code:
    1. Waiting for RPC reply to 'destroyWidget'' call timed out
    2. Write error: "Unknown error"
    3. Sending RPC id failed for call of 'setSymbianSoftKeys'
    To copy to clipboard, switch view to plain text mode 

    If I try to debug my program, then debugger stops working at a moment, when I play with items on layout:
    Qt Code:
    1. void MainWindow::closeTaskMain()
    2. {
    3. calendar->hoursList = dataManager->hoursList;
    4. taskMain->setParent(0);
    5. layout->addWidget(calendar);
    6. }
    To copy to clipboard, switch view to plain text mode 

    What can this problem be related to?

  2. #2
    Join Date
    Feb 2011
    Location
    Latvia
    Posts
    139
    Thanks
    24
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Waiting for RPC reply to 'destroyWidget' timed out

    Don't want to create new Thread, so I'll ask here:
    Can u write something like this:
    Qt Code:
    1. QDate *dateForList = new QDate(date);
    To copy to clipboard, switch view to plain text mode 
    Where date is a simple QDate?

  3. #3
    Join Date
    Feb 2011
    Location
    Latvia
    Posts
    139
    Thanks
    24
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Waiting for RPC reply to 'destroyWidget' timed out

    Still no answers about the main question in this thread?

Similar Threads

  1. Reply Header - Content-Type
    By seink in forum Newbie
    Replies: 2
    Last Post: 16th December 2010, 18:11
  2. Waiting for something
    By JonathanForQT4 in forum Newbie
    Replies: 20
    Last Post: 2nd May 2007, 18:35

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.