density mapped images

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bohmgyorgy1990
Posts: 23
Joined: Wed Feb 19, 2014 2:33 am

density mapped images

Post by bohmgyorgy1990 » Sat May 03, 2014 11:57 pm

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

bohmgyorgy1990
Posts: 23
Joined: Wed Feb 19, 2014 2:33 am

Re: density mapped images

Post by bohmgyorgy1990 » Wed May 21, 2014 3:21 pm

i still working on this problem. Any idea ?

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: density mapped images

Post by Simon » Thu May 22, 2014 12:19 am

Hi George,
I ran a test on Android and it's working here.
Please try the stack attached

Simon
Attachments
density_test.zip
LC 6.5
(13.09 KiB) Downloaded 238 times
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

bohmgyorgy1990
Posts: 23
Joined: Wed Feb 19, 2014 2:33 am

Re: density mapped images

Post by bohmgyorgy1990 » Wed May 28, 2014 1:46 am

Now working perfectly, thank you :)

Bests

Post Reply