how to image element into a box
By Dinh Linh
14 Jan 2016 06:58
English
5 Replies
Evas_Object *image = elm_image_add(box);
evas_object_show(image);
elm_box_pack_end(box, image);
char image_path[] = "opt/usr/apps/org.example.bai1/shared/res/myfirstproject.png";
elm_image_file_set(image, image_path, NULL);
is that image_path wrong? i don't know how to get image's source. can someone help me?
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.