Results 1 to 1 of 1

Thread: Event loop not redirecting event from postEvent() to customEvent()

  1. #1
    Join Date
    Jun 2008
    Posts
    21
    Thanked 1 Time in 1 Post

    Default Event loop not redirecting event from postEvent() to customEvent()

    Hi,

    I am facing a typical issue. My application has two threads.
    Main thread is suspended by calling exec() function.
    child thread sends event by calling qApp->postEvent() function.
    For normal conditions app.exec() receives qApp->postEvent() and send to customEvent() method.
    When applciation is kept idle for 20+ minutes event loop is not redirecting event from postEvent() to customEvent() method.

    I am using Qt4. I am running this application on armel platform.

    Regards,
    node_ex.
    Last edited by node_ex; 23rd October 2008 at 14:17.

Similar Threads

  1. Replies: 4
    Last Post: 25th June 2008, 12:03
  2. Qt plug-in for GLib event loop based application
    By profoX in forum Qt Programming
    Replies: 1
    Last Post: 14th June 2008, 15:27
  3. Glib event loop
    By Brandybuck in forum Qt Programming
    Replies: 2
    Last Post: 28th September 2006, 18:19
  4. Workload in a QThread blocks main application's event loop ?
    By 0xBulbizarre in forum Qt Programming
    Replies: 14
    Last Post: 9th April 2006, 22:55
  5. Replies: 4
    Last Post: 23rd January 2006, 17:51

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.