size of stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
size of stack
When I use this code to resize the stack
set the fullScreenmode of me to "exactFit"
The stack is very larger then the mobile screen.
What I use to resize the stack according to mobile type?
set the fullScreenmode of me to "exactFit"
The stack is very larger then the mobile screen.
What I use to resize the stack according to mobile type?
-
- Posts: 746
- Joined: Sun Feb 04, 2007 11:01 pm
Re: size of stack
What is the size of your stack? For example, iPhone 4 is 320x480. fullScreenMode does not resize the stack is only changes how the interface is displayed.
Tom
MacBook Pro OS Mojave 10.14
MacBook Pro OS Mojave 10.14
Re: size of stack
500 x 670
I need resize the stack and its card and its controls(image, text, lable...)
I make the app for desktop and mobile.
What's your advise?
Thanks
I need resize the stack and its card and its controls(image, text, lable...)
I make the app for desktop and mobile.
What's your advise?
Thanks
-
- Posts: 746
- Joined: Sun Feb 04, 2007 11:01 pm
Re: size of stack
Your going to need 2 apps. One for DT and one for mobile. Mobile controls are handled differently that those on a desktop app. I would build the DT app and then see how much of the code can then be used on mobile and adjust your mobile code from that point.
http://lessons.livecode.com
http://lessons.livecode.com
Tom
MacBook Pro OS Mojave 10.14
MacBook Pro OS Mojave 10.14
Re: size of stack
ok,
What's the suitable size for mobiles with different sizes, Ipad and Tablet?
How can I resize according to screen size?
What's the suitable size for mobiles with different sizes, Ipad and Tablet?
How can I resize according to screen size?
-
- Posts: 746
- Joined: Sun Feb 04, 2007 11:01 pm
Re: size of stack
I go through it when I build application for mobile.
I do not find answer of my question.
I resize the stack now to 320 x 480.
It is small for some sets.
What do I do?
I do not find answer of my question.
I resize the stack now to 320 x 480.
It is small for some sets.
What do I do?
Re: size of stack
on mobile the stack without code in on preOpenStack appears like that
on preOpenStack
set the fullScreenmode of me to "exactFit"
end preOpenStack
It is appeared like that
with condeon preOpenStack
set the fullScreenmode of me to "exactFit"
end preOpenStack
It is appeared like that