i am new livecode app developer and developing a mobile app which needs to be multiresolutional and
fit according to display size. but when i use the image background it displays white space if display stretches beyond image size
is there any facility In RunRev to adjust view size as relative layout in android does.
To set the rect of an image object to the rect of the window, you can use
I’m not sure if this is sufficient. For multiple resolutions, usually I make multiple stacks. You might be able to do this:
Let me know if this solves the problem.