[E-devel] Edje not working

2006-06-30 Thread Frank Dischner
Hi,I'm trying to get the EFL working on a handheld running linux and am having some problems. I've got the libraries compiled and rendering to the framebuffer and I can display images, use timers, get input etc. However, neither edje nor emotion objects are displayed. For example, I compiled eem an

Re: [E-devel] Edje not working

2006-07-01 Thread Frank Dischner
esome) > > Anyway, I am very courious about any use of the efl > on an embedded > device (altought I'm no developer); is there some > place (a blog, a > cvs) where I can follow you efforts? please keep us > updated on what > you do! > > Bye, > > Emme >

Re: [E-devel] Edje not working

2006-07-01 Thread Frank Dischner
> On Fri, 30 Jun 2006 19:41:46 -0700 (PDT), > Frank Dischner <[EMAIL PROTECTED]> wrote : > > > Hi, > > > > I'm trying to get the EFL working on a handheld > running linux and am > > having some problems. I've got the libraries > compiled and

Re: [E-devel] Edje not working

2006-07-02 Thread Frank Dischner
nk --- Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Sat, 1 Jul 2006 19:05:21 -0700 (PDT) Frank > Dischner <[EMAIL PROTECTED]> > babbled: > > > Thanks for the tip Simon! The error code returned > is > > EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick > glance

Re: [E-devel] Edje not working

2006-07-03 Thread Frank Dischner
> > Did you have a smarter patch for this problem ? > > you can't really avoid it without the memcpy. > architectures like arm do not > handle unaligned memory accesses. the only thing u > could do is copy by hand > byte-by-byte into the tmp var to avoid the memcopy > fn call overhead Byte-by-b