On Tue, 21 Oct 2003 09:00:39 -0700 Stafford Horne <[EMAIL PROTECTED]> babbled:

> Hi, 
>       I was trying to make a gradient spin when I came across this little
>       problem. 
> 
>       ok so here is what happens. 
>       I set up my GLOBAL gradient, and then the timer like this:
> 
>               ecore_timer_add(0.1, change_angle, NULL);
> 
>       I have a global angle i and then do this:
> 
>               int change_angle(void* data)
>               {
>               evas_object_gradient_angle_set(grad, ++i);
>               printf("i = %d\n", i);
>               }
> 
>       OK, this is all great.  the gradient will rotate.  BUT, if I take out
>       the printf statement I get no rotation.  I am guessing its my fault, but
>       I can not pin it down. 
> 
>       all code can be located at: http://www.hornecomputing.com/egrad/

where's i?

>       Stafford
>       
>        
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by OSDN developer relations
> Here's your chance to show off your extensive product knowledge
> We want to know what you know. Tell us and you have a chance to win $100
> http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
> _______________________________________________
> enlightenment-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
--------------- Codito, ergo sum - "I code, therefore I am" --------------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
熊耳 - 車君                         [EMAIL PROTECTED]
Mobile Phone: +61 (0)413 451 899    Home Phone: 02 9698 8615


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to