On Wed, Oct 19, 2011 at 6:59 PM, Daniel Juyung Seo <seojuyu...@gmail.com> wrote:
> This looks wrong.
> Normally, elm set an object as "resize object" or "sub object" or
> "hover object" of its parent object.
> Only one object can be a "resize object" of a parent object.
> Many objects can be "sub objects" of a parent object.
> Anyhow why did you add that code? If there is missing handling, we
> need to fix that.

Thanks for the explanation. Basically because i am hunting a strange
bug where window don't have their resize property correctly set. So I
will correct that with the information you gave me.

Thanks

> Daniel Juyung Seo (SeoZ)
>
> On Wed, Oct 19, 2011 at 10:02 PM, Cedric BAIL <cedric.b...@free.fr> wrote:
>> On Wed, Oct 19, 2011 at 2:49 PM, Carsten Haitzler <ras...@rasterman.com> 
>> wrote:
>>> On Wed, 19 Oct 2011 05:14:31 -0700 "Enlightenment SVN"
>>> <no-re...@enlightenment.org> said:
>>>
>>> are.. you... SUUUUUUUUUUUUUUUUUUUUUUUUURE? :)
>>
>> Not that much in fact !
>>
>>>> Log:
>>>> elementary: forgotten child of elm_box.
>>>>
>>>>
>>>> Author:       cedric
>>>> Date:         2011-10-19 05:14:31 -0700 (Wed, 19 Oct 2011)
>>>> New Revision: 64174
>>>> Trac:         http://trac.enlightenment.org/e/changeset/64174
>>>>
>>>> Modified:
>>>>   trunk/elementary/src/lib/elm_box.c
>>>>
>>>> Modified: trunk/elementary/src/lib/elm_box.c
>>>> ===================================================================
>>>> --- trunk/elementary/src/lib/elm_box.c        2011-10-19 09:50:55 UTC (rev
>>>> 64173) +++ trunk/elementary/src/lib/elm_box.c 2011-10-19 12:14:31 UTC
>>>> (rev 64174) @@ -371,6 +371,7 @@
>>>>     evas_object_event_callback_add(wd->box, 
>>>> EVAS_CALLBACK_CHANGED_SIZE_HINTS,
>>>>                                    _changed_size_hints, obj);
>>>>     elm_widget_resize_object_set(obj, wd->box);
>>>> +   elm_widget_sub_object_add(obj, wd->box);
>>>>
>>>>     evas_object_smart_callback_add(obj, "sub-object-del", _sub_del, obj);
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> All the data continuously generated in your IT infrastructure contains a
>>>> definitive record of customers, application performance, security
>>>> threats, fraudulent activity and more. Splunk takes this data and makes
>>>> sense of it. Business sense. IT sense. Common sense.
>>>> http://p.sf.net/sfu/splunk-d2d-oct
>>>> _______________________________________________
>>>> enlightenment-svn mailing list
>>>> enlightenment-...@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>>>
>>>
>>>
>>> --
>>> ------------- Codito, ergo sum - "I code, therefore I am" --------------
>>> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure contains a
>>> definitive record of customers, application performance, security
>>> threats, fraudulent activity and more. Splunk takes this data and makes
>>> sense of it. Business sense. IT sense. Common sense.
>>> http://p.sf.net/sfu/splunk-d2d-oct
>>> _______________________________________________
>>> enlightenment-devel mailing list
>>> enlightenment-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>>
>>>
>>
>>
>>
>> --
>> Cedric BAIL
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2d-oct
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>



-- 
Cedric BAIL

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to