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