[RPG]Image expand when tapped

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG]Image expand when tapped

Post by MegumiSawada »

Hi,

As it takes long to save a photo in size 640 * 480, the customer changed the size to 480 * 360 when saving image.
It takes shorter than before to save an image.
However, when tapping the image on the screen, the image is shown in 480 * 360 on next screen(which you can select "take new"/"select from gallery").
Is there anyway to show in bigger size than actual size when the image is tapped?
I was not able to find the way to expand the image to be shown.

DDS(extract):
Type : Image
NEWIMAGE.RESIZE.WIDTH : 640 (--> 480)
NEWIMAGE.RESIZE.HEIGHT : 480 (--> 360)
AUTOSCALE:ASPECT-FIT
AllowCHANGE: Yes
BlankImageResource:
"Attach_Photo_Here.png"

TIA.

Megumi
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

Re: [RPG]Image expand when tapped

Post by MegumiSawada »

no way at the moment
Post Reply