You're right ! Working perfectly now !
I was associating my image with the canvas... that couldn't work..
Thanks a lot !
2008/12/13 Gustavo Sverzut Barbieri
> On Sat, Dec 13, 2008 at 9:04 AM, Vincent Pomageot
> wrote:
> > Thanks for your answer Gustavo !
> > I've tried the new evas_object_image
On Sat, Dec 13, 2008 at 9:04 AM, Vincent Pomageot
wrote:
> Thanks for your answer Gustavo !
> I've tried the new evas_object_image_filled_add() and it works well I
> think... for someone who want to fill the complete evas canvas with an image
> and resize it when one or the other is resized.
> Wha
Thanks for your answer Gustavo !
I've tried the new evas_object_image_filled_add() and it works well I
think... for someone who want to fill the complete evas canvas with an image
and resize it when one or the other is resized.
What I wanted to do was to fill the part:swallow with my image in order
On Fri, Dec 12, 2008 at 6:07 PM, Vincent Pomageot
wrote:
> Hi devs !
>
> I'm begining to play with edje and have difficulties to swallow an
> evas_object_image into an edje part swallow.
> I'm under the impression I have to call evas_object_image_fill_set() before
> swalloing the image into the ed
Hi devs !
I'm begining to play with edje and have difficulties to swallow an
evas_object_image into an edje part swallow.
I'm under the impression I have to call evas_object_image_fill_set() before
swalloing the image into the edje but I must do something wrong because
either my image isn't scaled