Re: [e-users] Problem compiling edje on OpenSolaris

2009-01-16 Thread The Rasterman
On Fri, 16 Jan 2009 23:59:57 +0100 "Marcin M. Jessa" babbled: smells like your freetype is missing a symbol. from the code: #if FREETYPE_MINOR >= 2 return FT_Get_TrueType_Engine_Type(evas_ft_lib) >= FT_TRUETYPE_ENGINE_TYPE_PATENTED; #else /* we may not rely on T

Re: [e-users] a guide request about windows transition effects

2009-01-16 Thread The Rasterman
On Fri, 16 Jan 2009 17:35:47 +0200 Oguz Yarimtepe babbled: > Hi, > > I have been reading and trying EFL and its docs. I tried some > animations, wrote some simple EDC files, played with them from C code, > checked Embryo. My aim is to make windows effects like in this movie: > http://dist.trollt

Re: [e-users] edc text zoom effect try

2009-01-16 Thread The Rasterman
On Fri, 16 Jan 2009 13:52:11 +0200 Oguz Yarimtepe babbled: > Hi, > > Please check this edc file: http://rafb.net/p/fRzhEm86.html > > Tha last two "program" parts are irrelevant so dont focus on them. If > i change the text size of the out state from 40 to 50 at the edc file > and compile, what

[e-users] Problem compiling edje on OpenSolaris

2009-01-16 Thread Marcin M. Jessa
Hi. I am trying to compile edje from fresh svn src tree on OpenSolaris x86 and get following error running make: Making all in bin /bin/bash ../../libtool --tag=CC--mode=link gcc -std=gnu99 -g -O2 -L/opt/csw/lib -R/opt/csw/lib -L/usr/sfw/lib -R/usr/sfw/lib -L/usr/local/lib -R/usr/local

Re: [e-users] scroll wheel switches desktop

2009-01-16 Thread Kim Woelders
On Wed, 14 Jan 2009 08:14:36 +0100, Warren Crossing wrote: > when I have mutiples the mouse scrollwheel ( yes I have a mouse with > more than 3 buttons!! ) switches. If I only have 1 multiple desktop > AND several virtuals I wanted it to switch the virtuals.. fair play > > Is this already in

[e-users] a guide request about windows transition effects

2009-01-16 Thread Oguz Yarimtepe
Hi, I have been reading and trying EFL and its docs. I tried some animations, wrote some simple EDC files, played with them from C code, checked Embryo. My aim is to make windows effects like in this movie: http://dist.trolltech.com/video/qtembedded44video.mov () It is done via qt-embedded and i

[e-users] edc text zoom effect try

2009-01-16 Thread Oguz Yarimtepe
Hi, Please check this edc file: http://rafb.net/p/fRzhEm86.html Tha last two "program" parts are irrelevant so dont focus on them. If i change the text size of the out state from 40 to 50 at the edc file and compile, what i expect was the increase of the font size when the mous in the text area.