[E-devel] Simple Edje animation not working

2009-11-13 Thread Eduardo Felipe
Hi Folks!

I usually annoy the developers on IRC, but this issue includes a code
sample, so e-mail is better.
I'm trying to understand edje and create a very simple animation
within the theme. All the animation should do is make an icon bigger
when an event occurs. Simple enough. Except I cannot get it to work,
no matter what I try.

That's why I would very much appreciate input on it. I guess I'm
missing a function call or something.

This is the entire app, with the companion theme. I stripped out a lot
of things for brevity. But this is enough to get the icon on screen.

Thanks in advance,

Eduardo.

For those who prefer syntax highlight here is the .c code:
http://pastebin.ca/1666736
and here is the edje theme file: http://pastebin.ca/1666754

And attached are the files themselvs.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Simple Edje animation not working

2009-11-13 Thread Atton Jonathan
Try with offset instead of min/max.

rel1.offset: -64 -64;
rel2.offset: 64 64;

2009/11/11 Eduardo Felipe 

> Hi Folks!
>
> I usually annoy the developers on IRC, but this issue includes a code
> sample, so e-mail is better.
> I'm trying to understand edje and create a very simple animation
> within the theme. All the animation should do is make an icon bigger
> when an event occurs. Simple enough. Except I cannot get it to work,
> no matter what I try.
>
> That's why I would very much appreciate input on it. I guess I'm
> missing a function call or something.
>
> This is the entire app, with the companion theme. I stripped out a lot
> of things for brevity. But this is enough to get the icon on screen.
>
> Thanks in advance,
>
> Eduardo.
>
> For those who prefer syntax highlight here is the .c code:
> http://pastebin.ca/1666736
> and here is the edje theme file: http://pastebin.ca/1666754
>
> And attached are the files themselvs.
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>


-- 
Regards.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel