Page 1 of 1

density mapped images

Posted: Sat May 03, 2014 11:57 pm
by bohmgyorgy1990
Hy!

I would like to use density mapped images in my application. I looked this lesson lessons.runrev.com/s/lessons/m/15262/l/156530-how-do-i-support-different-device-screen-densities.

i do the following steps.

i have a stack mystack.livecode in a folder ( myapp -> myapp/mystack.livecode )
i have the image files ( myapp/images/abc.png ... /abc@extra-high.png and etc )

i have included a referenced image in my main card ( name: images/abc.png ; source: ./images/abc.png ).
in standalone aplication settings/copy files menu i have added this images/* folder into my stack.

and every device where i use this application, the other images is not included, everytime i see the abc.png image.

can anyone help to me what i doing wrong?

Kind Regards

George

Re: density mapped images

Posted: Wed May 21, 2014 3:21 pm
by bohmgyorgy1990
i still working on this problem. Any idea ?

Re: density mapped images

Posted: Thu May 22, 2014 12:19 am
by Simon
Hi George,
I ran a test on Android and it's working here.
Please try the stack attached

Simon

Re: density mapped images

Posted: Wed May 28, 2014 1:46 am
by bohmgyorgy1990
Now working perfectly, thank you :)

Bests