Re: [E-devel] Evas Gradient

2003-10-21 Thread Stafford Horne
Thanks, That was it. I guess I should be more careful. Stafford On Tue, 21 Oct 2003 22:30:04 -0500 Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > Right track, wrong solution. :) > > Try just putting a return 1 at the end of your function, ecore timer's > stop if 0 is returned, the prin

Re: [E-devel] Evas Gradient

2003-10-21 Thread Nathan Ingersoll
Right track, wrong solution. :) Try just putting a return 1 at the end of your function, ecore timer's stop if 0 is returned, the printf causes a non-zero value to be on the stack, so the unspecified return value is positive, apparently w/o that it is 0. On Tue, Oct 21, 2003 at 07:54:43PM -0700,

RE: [E-devel] Evas Gradient

2003-10-21 Thread Ryan
Your change_angle function is declared to return an int, and although I dont have the evas source in front of me right now, I dont think evas_object_gradient_angle_set() returns and int. However, printf does (int printf(const char *format, arg1, arg2, arg3, ..); ). When you take the printf call

Re: [E-devel] Edje and DirectFB

2003-10-21 Thread The Rasterman
On Tue, 21 Oct 2003 18:15:02 +0200 Hallvar Helleseth <[EMAIL PROTECTED]> babbled: > Hi! > > Ive been fooling a bit around, adding ecore_directfb and > ecore_evas_directfb (mostly just copied from fb modules) > > Ive been trying hard to be able to use edje with directfb..

[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

Re: [E-devel] configuring entrance

2003-10-21 Thread Alan Schmitt
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote: > > Firstly, session support is still very incomplete with the new > edje-based architecture, so if you're having problems starting up your > session, for now you're pretty much on your own. > > The errors reported by your ssh-agent are very suspect,

[E-devel] Edje and DirectFB

2003-10-21 Thread Hallvar Helleseth
Hi! Ive been fooling a bit around, adding ecore_directfb and ecore_evas_directfb (mostly just copied from fb modules) Ive been trying hard to be able to use edje with directfb.. Ive only gotten to the part where I can use the "edje" program to display it self in a DirectFB surface/window. Though

Re: [E-devel] Configuring evas

2003-10-21 Thread The Rasterman
On Mon, 20 Oct 2003 17:23:37 -0600 Philip Gary Hansen <[EMAIL PROTECTED]> babbled: > Is there any way that I can check whether entrance is running in opengl? > The reason I ask is because right now under the new edje version it runs a bit > slow. I am using an NVidia geforce 4 righ

Re: [E-devel] Configuring evas

2003-10-21 Thread Ibukun Olumuyiwa
On Mon 20 Oct 2003, Philip Gary Hansen wrote: > Is there any way that I can check whether entrance is running in opengl? > The reason I ask is because right now under the new edje version it runs a bit > slow. I am using an NVidia geforce 4 right now so I would imagine that it would > run better u

Re: [E-devel] configuring entrance

2003-10-21 Thread Ibukun Olumuyiwa
On Sun 19 Oct 2003, Alan Schmitt wrote: > Hi, > > I wanted to play with entrance, and I am getting a hard time configuring > it. > > What happens is that when I start entranced (as root, it segfaults when > started as a user), I can enter my login and password, and basically > entrance seems to r

[E-devel] Configuring evas

2003-10-21 Thread Philip Gary Hansen
--- 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?HRPT1X3

Re: [E-devel] Configuring evas

2003-10-21 Thread Ibukun Olumuyiwa
On Mon 20 Oct 2003, Philip Gary Hansen wrote: > Is there any way that I can check whether entrance is running in opengl? > The reason I ask is because right now under the new edje version it runs a bit > slow. I am using an NVidia geforce 4 right now so I would imagine that it would > run better u