Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread The Rasterman
On Fri, 2 Mar 2007 14:12:32 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > You might also check out what ewl or etk do to deal with > > > > tree views and such things, and see if they might give some ideas.

Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread The Rasterman
On Fri, 2 Mar 2007 14:49:31 -0600 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: > On 3/2/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > > > Yes, in our study we will check EWL internals too. > > One thing EWL does is limit the number of evas objects to what is > currently visible.

Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread Nathan Ingersoll
On 3/2/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > Yes, in our study we will check EWL internals too. One thing EWL does is limit the number of evas objects to what is currently visible. Overhead from memory allocations is cut down somewhat as well, because the Edje objects are cac

Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread Gustavo Sverzut Barbieri
On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > You might also check out what ewl or etk do to deal with > > > tree views and such things, and see if they might give some ideas. > > > > Yes, in our study we will check EWL internals too. > > > > See Carsten's more detai

Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread [EMAIL PROTECTED]
> > You might also check out what ewl or etk do to deal with > > tree views and such things, and see if they might give some ideas. > > Yes, in our study we will check EWL internals too. > See Carsten's more detailed email.. you'll get *invaluable* advice from him on using evas +

Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread Gustavo Sverzut Barbieri
On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Gustavo wrote: > > > Hello, > > > > I'm still getting used to Edje/Evas, read some nice documents from > > website and wrote some test edje files. > > > > I work at http://openbossa.indt.org/canola/ and we plan to use > > Evas/Edje

Re: [E-devel] Request for advices on Evas/Edje learning and new app de velopment

2007-03-02 Thread [EMAIL PROTECTED]
Gustavo wrote: > Hello, > > I'm still getting used to Edje/Evas, read some nice documents from > website and wrote some test edje files. > > I work at http://openbossa.indt.org/canola/ and we plan to use > Evas/Edje there, but as everything have a begining, I still need > to do some tes