On Tue, Jul 7, 2009 at 8:58 AM, 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.
>
> The problem is when I call the update function from the display object it
> does execute. (all the internal variables get changed and printf in display
> object responds to the terminal ) but the screen does not get updated. It is
> only get updated when I generate some keypress event or mouse event. What I
> think the problem is Ecore do not refresh the display when I changes the
> parameters. It changes the display only when some event occurs. Is there any
> ecore.Displayupdate  function available. So that I can update it
> asynchronously.


Python!? So your problems are solved with python-dispatcher:
http://local.profusion.mobi:8081/cgit.cgi/python-dispatcher.git/

   git clone git://local.profusion.mobi/python-dispatcher.git

there are no docs, but you could look at code and even canola/terra code:
  http://local.profusion.mobi:8081/cgit.cgi/canola.git/
  http://local.profusion.mobi:8081/cgit.cgi/python-terra.git/

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
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

Reply via email to