Page 1 of 1

Stack resize problem

Posted: Fri Oct 19, 2012 4:30 pm
by info26
I need to hav an application/stack then is reside for any tabley display

I try with LC geometry, after I have dowload the demo of Native Geomtry in LC test work fine, in Android simulator no.
Dom't resize the object ancd I try that mobGui is in conflict with Native Geometry

If I don't ceck use geometry the object don't resize, if i ceck geometry seems that work bettr but when I go to a card to another no resize take effect

Have you some suggestions

Thank's

Re: Stack resize problem

Posted: Fri Oct 19, 2012 4:54 pm
by gpb01
Hi,
the best solution is that you write YOUR resize procedure ...

... e.g. here http://forums.runrev.com/viewtopic.php?f=49&t=13085 you have a sample of a CardScaler for iOS Retina<>NonRetina display :)

Guglielmo

Re: Stack resize problem

Posted: Sun Oct 21, 2012 2:56 pm
by qberty1337
Use your own function.

on ResizeStack
//resize your objects here
end ResizeStack

when switching to landscape and back to portrait, those messages are called. You can use them to manually resize things.