Resizing group to match size of device screen
Posted: Sun Jan 06, 2013 2:54 pm
Hi Everyone,
Since there are several possible apple ios screen sizes, I would like to find out how to determine what the height and width of the device screen size is.
This will help me to resize images, groups, etc. based on what the device is since I don't know what the user installs the app onto.
I have used this which is good for the card but I would also like to adjust the card size based on the device screen size.
Thanks.
Since there are several possible apple ios screen sizes, I would like to find out how to determine what the height and width of the device screen size is.
This will help me to resize images, groups, etc. based on what the device is since I don't know what the user installs the app onto.
I have used this which is good for the card but I would also like to adjust the card size based on the device screen size.
Code: Select all
on preOpenStack
set the width of group "big ben group" to the width of this cd
set the height of group "big ben group" to the height of this cd
end preOpenStack