Re: [E-devel] Evas Gradient and Gradient2?

2009-05-11 Thread Andreas Volz
Am Mon, 11 May 2009 01:00:17 -0400 schrieb Jose Gonzalez: Hello Jose, thanks for your explanation. I started work again on the C++ wrapper for Evas and noticed Gradient2. So I'll omit it. Maybe it could be left on SVN for anyone who likes to work again on it, but disabled with a configure switch

Re: [E-devel] Evas Gradient and Gradient2?

2009-05-10 Thread Jose Gonzalez
Andreas Volz wrote: > Hello, > > could anyone explain why there is a Gradient and a Gradient2 in Evas? > > I couldn't find and document that explains what are the advantages of > one against the other. Is one of both deprecated? > > Who now dares to disturb my peaceful slumber? Are ye on

Re: [E-devel] Evas Gradient and Gradient2?

2009-05-10 Thread The Rasterman
On Sun, 10 May 2009 14:18:43 +0200 Andreas Volz said: i summon jose! /me waves his hands and murmurs an incantation > Hello, > > could anyone explain why there is a Gradient and a Gradient2 in Evas? > > I couldn't find and document that explains what are the advantages of > one against the oth

[E-devel] Evas Gradient and Gradient2?

2009-05-10 Thread Andreas Volz
Hello, could anyone explain why there is a Gradient and a Gradient2 in Evas? I couldn't find and document that explains what are the advantages of one against the other. Is one of both deprecated? Which one is used if I use a gradient block in Edje files? regards Andreas --

Re: [E-devel] Evas Gradient

2003-10-22 Thread The Rasterman
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 l

Re: [E-devel] Evas Gradient

2003-10-21 Thread Stafford Horne
Try changing your > > function to void, or returning a success code instead of printf if you > > want..? > > > > Ryan > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On > > >

Re: [E-devel] Evas Gradient

2003-10-21 Thread Nathan Ingersoll
PROTECTED] On > > Behalf Of Stafford Horne > > Sent: Tuesday, October 21, 2003 9:01 AM > > To: [EMAIL PROTECTED] > > Subject: [E-devel] Evas Gradient > > > > > > Hi, > > I was trying to make a gradient spin when I came across > > this l

RE: [E-devel] Evas Gradient

2003-10-21 Thread Ryan
03 9:01 AM > To: [EMAIL PROTECTED] > Subject: [E-devel] Evas Gradient > > > 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

[E-devel] Evas Gradient

2003-10-21 Thread Stafford Horne
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