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