Użytkownik Ed Leafe napisał: > Generally, all event loops will fail in threaded apps unless you keep > the events in the main process. Are you using threaded apps for your UI?
I'm using threads for all long time running operations, like retrieving data from remote sources (internet is mostly slow) or importing large amounts of data. I know that UI operations fails in threads, but it's rather data operation, filling list data source. For now, adding *After function wrappers makes it working as expected. But for real, I can't see reason for using callAfterInterval there. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
