Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Christopher Michael
On 07/09/12 15:52, Iván Briano wrote: > 2012/9/7 Tom Hacohen : >> On 07/09/12 17:45, Iván Briano wrote: >>> 2012/9/7 Tom Hacohen : On 07/09/12 01:14, Christopher Michael wrote: > Right. but when we change viewport, we could loop the objects and update > them (as you suggested below for

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Iván Briano
2012/9/7 Tom Hacohen : > On 07/09/12 17:45, Iván Briano wrote: >> 2012/9/7 Tom Hacohen : >>> On 07/09/12 01:14, Christopher Michael wrote: Right. but when we change viewport, we could loop the objects and update them (as you suggested below for a different problem, the same approach

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Tom Hacohen
On 07/09/12 17:45, Iván Briano wrote: > 2012/9/7 Tom Hacohen : >> On 07/09/12 01:14, Christopher Michael wrote: >>> Right. but when we change viewport, we could loop the objects and update >>> them (as you suggested below for a different problem, the same approach >>> could work here). >>> >>> And

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Iván Briano
2012/9/7 Tom Hacohen : > On 07/09/12 01:14, Christopher Michael wrote: >> Right. but when we change viewport, we could loop the objects and update >> them (as you suggested below for a different problem, the same approach >> could work here). >> >> And what happens to existing applications which we

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Tom Hacohen
On 07/09/12 01:14, Christopher Michael wrote: > Right. but when we change viewport, we could loop the objects and update > them (as you suggested below for a different problem, the same approach > could work here). > > And what happens to existing applications which were made using only > Ecore

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Christopher Michael
On 06/09/2012 09:00 PM, Iván Briano wrote: > 2012/9/6 Christopher Michael : >> On 06/09/2012 07:54 PM, Iván Briano wrote: >>> >>> 2012/9/6 Christopher Michael : On 06/09/2012 05:25 PM, Rafael Antognolli wrote: > > Hey, > > On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michae

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Iván Briano
2012/9/6 Christopher Michael : > On 06/09/2012 07:54 PM, Iván Briano wrote: >> >> 2012/9/6 Christopher Michael : >>> >>> On 06/09/2012 05:25 PM, Rafael Antognolli wrote: Hey, On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michael wrote: > > Ok, so I modified the evas_

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Christopher Michael
On 06/09/2012 07:54 PM, Iván Briano wrote: > 2012/9/6 Christopher Michael : >> On 06/09/2012 05:25 PM, Rafael Antognolli wrote: >>> Hey, >>> >>> On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michael >>> wrote: Ok, so I modified the evas_object_move and evas_object_geometry_get functions to

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Iván Briano
2012/9/6 Christopher Michael : > On 06/09/2012 05:25 PM, Rafael Antognolli wrote: >> Hey, >> >> On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michael >> wrote: >>> Ok, so I modified the evas_object_move and evas_object_geometry_get >>> functions to work with all evas objects now (not just smart obje

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Christopher Michael
On 06/09/2012 05:25 PM, Rafael Antognolli wrote: > Hey, > > On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michael > wrote: >> Ok, so I modified the evas_object_move and evas_object_geometry_get >> functions to work with all evas objects now (not just smart objects, but >> rectangles, etc, etc). Ever

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Tom Hacohen
On 06/09/12 20:25, Rafael Antognolli wrote: > Hey, > > On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michael > wrote: >> Ok, so I modified the evas_object_move and evas_object_geometry_get >> functions to work with all evas objects now (not just smart objects, but >> rectangles, etc, etc). Every ex

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Rafael Antognolli
Hey, On Thu, Sep 6, 2012 at 1:03 PM, Christopher Michael wrote: > Ok, so I modified the evas_object_move and evas_object_geometry_get > functions to work with all evas objects now (not just smart objects, but > rectangles, etc, etc). Every example in ecore_evas/src/examples works > well now witho

Re: [E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Tom Hacohen
On 06/09/12 19:03, Christopher Michael wrote: > Ok, so I modified the evas_object_move and evas_object_geometry_get > functions to work with all evas objects now (not just smart objects, but > rectangles, etc, etc). Every example in ecore_evas/src/examples works > well now without modification .

[E-devel] RFC: Framespace and Object Move

2012-09-06 Thread Christopher Michael
Ok, so I modified the evas_object_move and evas_object_geometry_get functions to work with all evas objects now (not just smart objects, but rectangles, etc, etc). Every example in ecore_evas/src/examples works well now without modification ... with ONE exception. (elm breakage because of this