I follow the tutorials to display an image using the `elm_image_add` function to put an image in background of the default Watch Face template provided in Tizen Studio 4.1
But I can’t get to have it displayed. Here are the main parts of the application. The load_image receives the application `appdata` which has a reference to the `win` window object and also the `conform` conformant object. But the image is not displayed (note the `elm_image_file_set` is returning `true`.
Using image in Watch Face
Hi,
I follow the tutorials to display an image using the `elm_image_add` function to put an image in background of the default Watch Face template provided in Tizen Studio 4.1
But I can’t get to have it displayed. Here are the main parts of the application. The load_image receives the application `appdata` which has a reference to the `win` window object and also the `conform` conformant object. But the image is not displayed (note the `elm_image_file_set` is returning `true`.
Then in the `create_base_gui` function I added the Image section and call to `evas_object_show` to show the image:
The image is not displayed. Anything I am doing wrong?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio