[E-devel] Evas running on WebOS/Palm Pre

2010-01-09 Thread Ibukun Olumuyiwa
(The prodigal child returns!) I've been working on this for a couple of days now. If you're familiar with Palm's WebOS then you probably know that the most recent OS update (1.3.5) came with SDL and OpenGL ES libraries. Here's a video of Expedite running on my Palm Pre using the software_sdl engin

[E-devel] issue with edj and size evaluation

2010-01-09 Thread Boris 'billiob' Faure
While trying to code a simple contact list with elementary and edje, i encounter an issue with size evaluation. The source code and the edj file can be found at: http://amsn-project.net/~billiob/e/ The groups should be expanded just like they are when the code is compiled with the buttons. The con

[E-devel] Elementary has Perl bindings now

2010-01-09 Thread Adam Flott
I created Perl bindings for Elementary. http://search.cpan.org/perldoc?EFL::Elementary Most of the tests from elementary_test are done. Once I figure out how to handle the void *event_info from the callbacks in XS I can finish the tests. And I'm off to handle the rest of EFL... ---

[E-devel] [Elementary] elm_object_unfocus missing ?

2010-01-09 Thread Nicolas Aguirre
Hi, I'm using elm_object_focus(obj) to give keyboard focus to a specific elm widget (in my case elm_entry). But I would like to remove this focus when I want. I don't found any API in Elementary.h to do that. I have missed something, or it's just that this API must be added ? regards, -- Nicol