[e-users] ListItem.base_get() returns None

2009-12-22 Thread daniele_athome
Hi list.
I want to access edje parts methods of a ListItem to modify some
things. So I use ListItem.base_get() to get a Canvas object and then
pass it to edje.Edje() to build a edje object so I can modify those
parts. But base_get() always returns None, also in selection callback
and in any other point.

Could it possibly be a bug?
Bye
-- 
daniele_athome

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ListItem.base_get() returns None

2009-12-22 Thread Gustavo Sverzut Barbieri
On Tue, Dec 22, 2009 at 8:55 AM, daniele_athome
daniele.ath...@gmail.com wrote:
 Hi list.
 I want to access edje parts methods of a ListItem to modify some
 things. So I use ListItem.base_get() to get a Canvas object and then
 pass it to edje.Edje() to build a edje object so I can modify those
 parts. But base_get() always returns None, also in selection callback
 and in any other point.

 Could it possibly be a bug?

it was, thanks for reporting it... fixed in svn

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] E17 compile error

2009-12-22 Thread Raphael Baggio
Hi People,

Im trying  to use Enlightenment , but when i try compile E17, i got this
message:

*make[3]: Entering directory
`/home/rba/Downloads/SVN/Enlightenment/e17-svn/src/bin'
  CCLD   enlightenment
e_border.o: In function `_e_border_cb_sync_alarm':
/home/rba/Downloads/SVN/Enlightenment/e17-svn/src/bin/e_border.c:4860:
undefined reference to `ecore_x_sync_counter_query'
collect2: ld returned 1 exit status*

Is it necessary compile another file ?

Thanks !
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] mouse double clicks

2009-12-22 Thread Geoffrey
Seems that ever since my last update of e17 (16.999.063), my mouse 
doubleclicks a lot when I do not intend to do so.  I'm constantly 
deleting two messages in email, rather then one.

I've looked for a mouse setting for this, but don't see it.  Any 
pointers would be greatly appreciated.

As long as I'm begging for assistance, I've also a problem (probably 
unrelated to e17, but I'm begging), with my middle mouse button not 
working.  This all happened when I replaced my existing mouse/keyboard 
combo.  Buttons 1 and 3 will emulate button 2, but I want my button 2 
back.  I've looked at my x config, but don't see anything that's causing 
this issue.

Thanks for any assistance.

-- 
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] mouse double clicks

2009-12-22 Thread Geoffrey
On 12/22/09 07:37, Gustavo Sverzut Barbieri wrote:
 On Tue, Dec 22, 2009 at 10:09 AM, Geoffreyli...@serioustechnology.com  
 wrote:
 Seems that ever since my last update of e17 (16.999.063), my mouse
 doubleclicks a lot when I do not intend to do so.  I'm constantly
 deleting two messages in email, rather then one.

 I've looked for a mouse setting for this, but don't see it.  Any
 pointers would be greatly appreciated.

 As long as I'm begging for assistance, I've also a problem (probably
 unrelated to e17, but I'm begging), with my middle mouse button not
 working.  This all happened when I replaced my existing mouse/keyboard
 combo.  Buttons 1 and 3 will emulate button 2, but I want my button 2
 back.  I've looked at my x config, but don't see anything that's causing
 this issue.

 Thanks for any assistance.

 I'm seeing the double click here as well, but I was wondering if it
 was hardware problem. Anyway, I doubt this is related to E, but more
 related to X as I'm using new X (x-edgers ppa from ubuntu) and other
 co-workers do not see such behavior.

I would think it would be an X thing as well, it's just that it started 
happening after I did the update to 16.999.063.

-- 
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 compile error

2009-12-22 Thread Steven Le Roux
Hi,

It seems you didn't compile ecore before.

Do you have compile all basic EFL libs before trying to compile e ?

in this order : eina eet evas ecore efreet e_dbus embryo edje esmart

you can use the easy_17.sh script if you're not familiar to it


http://omicron.homeip.net/projects/#easy_e17.sh




On Tue, Dec 22, 2009 at 1:04 PM, Raphael Baggio rbautoma...@gmail.comwrote:

 Hi People,

 Im trying  to use Enlightenment , but when i try compile E17, i got this
 message:

 *make[3]: Entering directory
 `/home/rba/Downloads/SVN/Enlightenment/e17-svn/src/bin'
  CCLD   enlightenment
 e_border.o: In function `_e_border_cb_sync_alarm':
 /home/rba/Downloads/SVN/Enlightenment/e17-svn/src/bin/e_border.c:4860:
 undefined reference to `ecore_x_sync_counter_query'
 collect2: ld returned 1 exit status*

 Is it necessary compile another file ?

 Thanks !

 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Steven Le Roux
Jabber-ID : ste...@jabber.fr
0x39494CCB ste...@le-roux.info
2FF7 226B 552E 4709 03F0  6281 72D7 A010 3949 4CCB
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] mouse double clicks

2009-12-22 Thread Gustavo Sverzut Barbieri
On Tue, Dec 22, 2009 at 10:09 AM, Geoffrey li...@serioustechnology.com wrote:
 Seems that ever since my last update of e17 (16.999.063), my mouse
 doubleclicks a lot when I do not intend to do so.  I'm constantly
 deleting two messages in email, rather then one.

 I've looked for a mouse setting for this, but don't see it.  Any
 pointers would be greatly appreciated.

 As long as I'm begging for assistance, I've also a problem (probably
 unrelated to e17, but I'm begging), with my middle mouse button not
 working.  This all happened when I replaced my existing mouse/keyboard
 combo.  Buttons 1 and 3 will emulate button 2, but I want my button 2
 back.  I've looked at my x config, but don't see anything that's causing
 this issue.

 Thanks for any assistance.

I'm seeing the double click here as well, but I was wondering if it
was hardware problem. Anyway, I doubt this is related to E, but more
related to X as I'm using new X (x-edgers ppa from ubuntu) and other
co-workers do not see such behavior.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 compile error

2009-12-22 Thread Raphael Baggio
Yes, i did it. However now i use easy_17.sh script but i got some new error
:

*ERR:EDJE_CC edje_cc_out.c:136 error_and_abort() /opt/e17/bin/edje_cc:
Error.
Unable to load image for image text_view_bg.png part entry to
../data/esmart_text_entry_test.edj. Missing PNG or JPEG loader modules for
Evas or file does not exist, or is not readable.*

Thanks for any help !

2009/12/22 Steven Le Roux ste...@le-roux.info

 Hi,

 It seems you didn't compile ecore before.

 Do you have compile all basic EFL libs before trying to compile e ?

 in this order : eina eet evas ecore efreet e_dbus embryo edje esmart

 you can use the easy_17.sh script if you're not familiar to it


 http://omicron.homeip.net/projects/#easy_e17.sh




 On Tue, Dec 22, 2009 at 1:04 PM, Raphael Baggio rbautoma...@gmail.comwrote:

 Hi People,

 Im trying  to use Enlightenment , but when i try compile E17, i got this
 message:

 *make[3]: Entering directory
 `/home/rba/Downloads/SVN/Enlightenment/e17-svn/src/bin'
  CCLD   enlightenment
 e_border.o: In function `_e_border_cb_sync_alarm':
 /home/rba/Downloads/SVN/Enlightenment/e17-svn/src/bin/e_border.c:4860:
 undefined reference to `ecore_x_sync_counter_query'
 collect2: ld returned 1 exit status*

 Is it necessary compile another file ?

 Thanks !

 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




 --
 Steven Le Roux
 Jabber-ID : ste...@jabber.fr
 0x39494CCB ste...@le-roux.info
 2FF7 226B 552E 4709 03F0  6281 72D7 A010 3949 4CCB

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] R: Re: E17 compile error

2009-12-22 Thread Massimiliano Calamelli
Looks like you're missing dev packages for Jpeg and Png.

Massimiliano

Il giorno 22 12, 2009 4:55 PM, Raphael Baggio rbautoma...@gmail.com ha
scritto:

Yes, i did it. However now i use easy_17.sh script but i got some new error
:

*ERR:EDJE_CC edje_cc_out.c:136 error_and_abort() /opt/e17/bin/edje_cc:
Error.
Unable to load image for image text_view_bg.png part entry to
../data/esmart_text_entry_test.edj. Missing PNG or JPEG loader modules for
Evas or file does not exist, or is not readable.*

Thanks for any help !

2009/12/22 Steven Le Roux ste...@le-roux.info

 Hi,   It seems you didn't compile ecore before.   Do you have compile
all basic EFL libs befo...
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] R: Re: E17 compile error

2009-12-22 Thread Raphael Baggio
People,

I use this guide and install all the packages about png and jpeg dev. But
the error still persists.

But i'll keep trying :-)

2009/12/22 Robin rc.rattusrat...@googlemail.com

 2009/12/22 Massimiliano Calamelli mcalame...@gmail.com:
  Looks like you're missing dev packages for Jpeg and Png.
 
  Massimiliano
 
  Il giorno 22 12, 2009 4:55 PM, Raphael Baggio rbautoma...@gmail.com
 ha
  scritto:
 
  Yes, i did it. However now i use easy_17.sh script but i got some new
 error
  :
 
  *ERR:EDJE_CC edje_cc_out.c:136 error_and_abort() /opt/e17/bin/edje_cc:
  Error.
  Unable to load image for image text_view_bg.png part entry to
  ../data/esmart_text_entry_test.edj. Missing PNG or JPEG loader modules
 for
  Evas or file does not exist, or is not readable.*
 
  Thanks for any help !
 

 Take a look at :

 http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository
 In most cases you need the dev or devel packages on that list for your
 linux distribution.

 rob

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] R: Re: E17 compile error

2009-12-22 Thread Robin
2009/12/22 Massimiliano Calamelli mcalame...@gmail.com:
 Looks like you're missing dev packages for Jpeg and Png.

 Massimiliano

 Il giorno 22 12, 2009 4:55 PM, Raphael Baggio rbautoma...@gmail.com ha
 scritto:

 Yes, i did it. However now i use easy_17.sh script but i got some new error
 :

 *ERR:EDJE_CC edje_cc_out.c:136 error_and_abort() /opt/e17/bin/edje_cc:
 Error.
 Unable to load image for image text_view_bg.png part entry to
 ../data/esmart_text_entry_test.edj. Missing PNG or JPEG loader modules for
 Evas or file does not exist, or is not readable.*

 Thanks for any help !


Take a look at :
http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository
In most cases you need the dev or devel packages on that list for your
linux distribution.

rob

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] mouse double clicks

2009-12-22 Thread David Seikel
On Tue, 22 Dec 2009 07:53:07 -0500 Geoffrey
li...@serioustechnology.com wrote:

 On 12/22/09 07:37, Gustavo Sverzut Barbieri wrote:
  On Tue, Dec 22, 2009 at 10:09 AM,
  Geoffreyli...@serioustechnology.com  wrote:
  Seems that ever since my last update of e17 (16.999.063), my mouse
  doubleclicks a lot when I do not intend to do so.  I'm constantly
  deleting two messages in email, rather then one.
 
  I've looked for a mouse setting for this, but don't see it.  Any
  pointers would be greatly appreciated.
 
  As long as I'm begging for assistance, I've also a problem
  (probably unrelated to e17, but I'm begging), with my middle mouse
  button not working.  This all happened when I replaced my existing
  mouse/keyboard combo.  Buttons 1 and 3 will emulate button 2, but
  I want my button 2 back.  I've looked at my x config, but don't
  see anything that's causing this issue.
 
  Thanks for any assistance.
 
  I'm seeing the double click here as well, but I was wondering if it
  was hardware problem. Anyway, I doubt this is related to E, but more
  related to X as I'm using new X (x-edgers ppa from ubuntu) and other
  co-workers do not see such behavior.
 
 I would think it would be an X thing as well, it's just that it
 started happening after I did the update to 16.999.063.
 

Might just be pure coincidence.  My mouse does the double click thing
sometimes, I just pull it apart and give it a thorough cleaning, that
fixes it for a few months.  It's a cheap mouse.  lol

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] mouse double clicks

2009-12-22 Thread Christopher Michael
On 12/22/2009 04:35 PM, David Seikel wrote:
 On Tue, 22 Dec 2009 07:53:07 -0500 Geoffrey
 li...@serioustechnology.com  wrote:

 On 12/22/09 07:37, Gustavo Sverzut Barbieri wrote:
 On Tue, Dec 22, 2009 at 10:09 AM,
 Geoffreyli...@serioustechnology.com   wrote:
 Seems that ever since my last update of e17 (16.999.063), my mouse
 doubleclicks a lot when I do not intend to do so.  I'm constantly
 deleting two messages in email, rather then one.

 I've looked for a mouse setting for this, but don't see it.  Any
 pointers would be greatly appreciated.

 As long as I'm begging for assistance, I've also a problem
 (probably unrelated to e17, but I'm begging), with my middle mouse
 button not working.  This all happened when I replaced my existing
 mouse/keyboard combo.  Buttons 1 and 3 will emulate button 2, but
 I want my button 2 back.  I've looked at my x config, but don't
 see anything that's causing this issue.

 Thanks for any assistance.

 I'm seeing the double click here as well, but I was wondering if it
 was hardware problem. Anyway, I doubt this is related to E, but more
 related to X as I'm using new X (x-edgers ppa from ubuntu) and other
 co-workers do not see such behavior.

 I would think it would be an X thing as well, it's just that it
 started happening after I did the update to 16.999.063.


 Might just be pure coincidence.  My mouse does the double click thing
 sometimes, I just pull it apart and give it a thorough cleaning, that
 fixes it for a few months.  It's a cheap mouse.  lol

Had a similar problem here a while ago w/ a cheap mouse and the cleaning 
also fixed it for me...just my 2 cents...

dh


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] mouse double clicks

2009-12-22 Thread Geoffrey
On 12/22/09 16:35, David Seikel wrote:
 On Tue, 22 Dec 2009 07:53:07 -0500 Geoffrey
 li...@serioustechnology.com  wrote:

 On 12/22/09 07:37, Gustavo Sverzut Barbieri wrote:
 On Tue, Dec 22, 2009 at 10:09 AM,
 Geoffreyli...@serioustechnology.com   wrote:
 Seems that ever since my last update of e17 (16.999.063), my mouse
 doubleclicks a lot when I do not intend to do so.  I'm constantly
 deleting two messages in email, rather then one.

 I've looked for a mouse setting for this, but don't see it.  Any
 pointers would be greatly appreciated.

 As long as I'm begging for assistance, I've also a problem
 (probably unrelated to e17, but I'm begging), with my middle mouse
 button not working.  This all happened when I replaced my existing
 mouse/keyboard combo.  Buttons 1 and 3 will emulate button 2, but
 I want my button 2 back.  I've looked at my x config, but don't
 see anything that's causing this issue.

 Thanks for any assistance.

 I'm seeing the double click here as well, but I was wondering if it
 was hardware problem. Anyway, I doubt this is related to E, but more
 related to X as I'm using new X (x-edgers ppa from ubuntu) and other
 co-workers do not see such behavior.

 I would think it would be an X thing as well, it's just that it
 started happening after I did the update to 16.999.063.


 Might just be pure coincidence.  My mouse does the double click thing
 sometimes, I just pull it apart and give it a thorough cleaning, that
 fixes it for a few months.  It's a cheap mouse.  lol

Mine is a brand new mouse. Not cheap either.

-- 
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 compile error

2009-12-22 Thread Gustavo Sverzut Barbieri
On Tue, Dec 22, 2009 at 1:54 PM, Raphael Baggio rbautoma...@gmail.com wrote:
 Yes, i did it. However now i use easy_17.sh script but i got some new error
 :

 *ERR:EDJE_CC edje_cc_out.c:136 error_and_abort() /opt/e17/bin/edje_cc:
 Error.
 Unable to load image for image text_view_bg.png part entry to
 ../data/esmart_text_entry_test.edj. Missing PNG or JPEG loader modules for
 Evas or file does not exist, or is not readable.*

Arrghh! I got mad at this not so useful error message and tried to fix
it. If you update Evas and Edje you should get at least more
meaningful error messages. :-)

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 compile error

2009-12-22 Thread Raphael Baggio
Solved !

But i dont know exactly what package solved the problem.

Thanks for help.

2009/12/22 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 On Tue, Dec 22, 2009 at 1:54 PM, Raphael Baggio rbautoma...@gmail.com
 wrote:
  Yes, i did it. However now i use easy_17.sh script but i got some new
 error
  :
 
  *ERR:EDJE_CC edje_cc_out.c:136 error_and_abort() /opt/e17/bin/edje_cc:
  Error.
  Unable to load image for image text_view_bg.png part entry to
  ../data/esmart_text_entry_test.edj. Missing PNG or JPEG loader modules
 for
  Evas or file does not exist, or is not readable.*

 Arrghh! I got mad at this not so useful error message and tried to fix
 it. If you update Evas and Edje you should get at least more
 meaningful error messages. :-)

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users