Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread The Rasterman
On Wed, 25 Aug 2010 08:54:26 +0900 Carsten Haitzler (The Rasterman) said: as promised. cleaned up in svn. lua is for script_only stuff. that needs to be the path for lua (for 1.x for edje at any rate). mostly because you can implement whole objects just in lua - no layout. just move/resize and ge

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread The Rasterman
On Tue, 24 Aug 2010 20:32:41 -0300 Eduardo Felipe said: > On Tue, Aug 24, 2010 at 6:43 PM, Carsten Haitzler > wrote: > > On Tue, 24 Aug 2010 13:07:07 -0300 Eduardo Felipe > > said: > > > >> Cedric, > >> > >> Thanks for the attention, but r51613 does not fix my issue. I am still > >> getting a s

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Eduardo Felipe
On Tue, Aug 24, 2010 at 6:43 PM, Carsten Haitzler wrote: > On Tue, 24 Aug 2010 13:07:07 -0300 Eduardo Felipe > said: > >> Cedric, >> >> Thanks for the attention, but r51613 does not fix my issue. I am still >> getting a segfault on both >> ob_collections_group_programs_program_script and >> ob_co

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread The Rasterman
On Tue, 24 Aug 2010 13:07:07 -0300 Eduardo Felipe said: > Cedric, > > Thanks for the attention, but r51613 does not fix my issue. I am still > getting a segfault on both > ob_collections_group_programs_program_script and > ob_collections_group_programs_program_lua_script if there is no name. th

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Eduardo Felipe
Cedric, Thanks a lot for the support. r51617 no longer segfaults, and appears to work fine. If I run into some problem with anonymous programs I'll write them here. Thanks again. Eduardo. On Tue, Aug 24, 2010 at 1:40 PM, Cedric BAIL wrote: > On Tue, Aug 24, 2010 at 6:13 PM, Cedric BAIL wrote:

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Cedric BAIL
On Tue, Aug 24, 2010 at 6:13 PM, Cedric BAIL wrote: > On Tue, Aug 24, 2010 at 6:07 PM, Eduardo Felipe > wrote: >> Cedric, >> >> Thanks for the attention, but r51613 does not fix my issue. I am still >> getting a segfault on both >> ob_collections_group_programs_program_script and >> ob_collection

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Cedric BAIL
On Tue, Aug 24, 2010 at 6:07 PM, Eduardo Felipe wrote: > Cedric, > > Thanks for the attention, but r51613 does not fix my issue. I am still > getting a segfault on both > ob_collections_group_programs_program_script and > ob_collections_group_programs_program_lua_script if there is no name. > > Th

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Eduardo Felipe
Cedric, Thanks for the attention, but r51613 does not fix my issue. I am still getting a segfault on both ob_collections_group_programs_program_script and ob_collections_group_programs_program_lua_script if there is no name. The problem is that data_queue_program_lookup expects a name, and calls

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Cedric BAIL
On Tue, Aug 24, 2010 at 3:30 PM, Eduardo Felipe wrote: > What if we ignored those names on edje_decc? May you try svn r51613 and see if your anonymous program are accepted by edje_cc and run fine in your app. -- Cedric BAIL ---

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Eduardo Felipe
What if we ignored those names on edje_decc? On Tue, Aug 24, 2010 at 6:06 AM, Cedric BAIL wrote: > On Tue, Aug 24, 2010 at 1:30 AM, Eduardo Felipe > wrote: >> in the good old days, before the edje file format rewrite, one was >> able to create programs without name. If one needed to use that >>

Re: [E-devel] [PATCH] Edje program name.

2010-08-24 Thread Cedric BAIL
On Tue, Aug 24, 2010 at 1:30 AM, Eduardo Felipe wrote: > in the good old days, before the edje file format rewrite, one was > able to create programs without name. If one needed to use that > program in an action or after clausule, one needed to declare the > name. But for programs that only react