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