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?

Yakov

------------------------------------------------------------------------------
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