Re: [E-devel] Current Application Dev Status

2010-07-01 Thread Gustavo Sverzut Barbieri
On Thu, Jul 1, 2010 at 3:16 PM, Christian K. wrote: > Thanks :) > > Are these EXTERNAL part types documented anywhere? I'm too blind to > find something.. Not much, I guess the basics is documented in EDC reference, but the real meat, that is, the external parts and their parameters are per-libra

Re: [E-devel] Current Application Dev Status

2010-07-01 Thread Atton Jonathan
I am trying to do something and I will do a simple tutorial. Currently you can look the code of Michael : http://rapidshare.com/files/404241721/test-edje-external.tar.bz2.html And look the function : edje_object_part_external_object_get() Then you retrieve the elm object and you can use elm func

Re: [E-devel] Current Application Dev Status

2010-07-01 Thread Christian K.
Thanks :) Are these EXTERNAL part types documented anywhere? I'm too blind to find something.. 2010/7/1 Christian K. : > Thanks :) > > Are these EXTERNAL part types documented anywhere? I'm too blind to > find something.. > > > > 2010/7/1 Atton Jonathan : >> I agree with gustavo, in a perfect wor

Re: [E-devel] Current Application Dev Status

2010-07-01 Thread Atton Jonathan
I agree with gustavo, in a perfect world all the UI is created in the edje file. EXTERNAL is required to do this but I do not know what the status is. Currently the UI of Enki is hard-coded in the C-files but I plan to rewrite it with the EXTERNAL way. 2010/6/30 Gustavo Sverzut Barbieri > On We

Re: [E-devel] Current Application Dev Status

2010-06-30 Thread Gustavo Sverzut Barbieri
On Wed, Jun 30, 2010 at 6:09 PM, Christian K. wrote: > Hello, > > after a long break of programming linux applications, I want to > restart with some userspace applications using E17. > > As the development of e is rapid, my question is: > > What is the current state-of-the art method of developin