On Tue, Jul 7, 2009 at 1:58 PM, Abhishek Bajpai<[email protected]> wrote: > I am using python for development. What I have done is I have created a > thread object which is handling Display and other thread object handling > some calculations. After Calculations get done it calls the function of the > display object to change some parameters on the screen.
You should never call function that change display object from another thread than the main Ecore/Evas one ! This should be done in the main loop ! Use Ecore_Pipe or some mecanism like that (sorry I can't help more with python). -- Cedric BAIL ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
