Here is my example

    http://pastebin.com/PHewxt3e


On 12/16/2012 12:50 PM, Carsten Haitzler (The Rasterman) wrote:
> On Sun, 16 Dec 2012 12:32:16 +0200 Yakov Goldberg <yako...@samsung.com> said:
>
>> Hello,
>> Got some issue with call order for evas_object_resize() and
>> elm_object_text_set();
>>
>> Didn't dig into it yet.
>>
>>
>>    // Text is not sent in this case.
>>    bt = elm_button_add(win);
>>    evas_object_resize(bt, 100, 30);
>>    elm_object_text_set(bt, "button");
>>    evas_object_show(bt);
>>
>>    // Ok
>>    bt = elm_button_add(win);
>>    elm_object_text_set(bt, "button");
>>    evas_object_resize(bt, 100, 30);
>>    evas_object_show(bt);
>>
>> Is it expected behaviour?
>> Does call order really matter?
>
> this is insanely odd - it shouldnt matter at all. (call order) here. settigns
> text... and resizing... just is setting current state... :/
>
>


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to