- This topic has 6 replies, 4 voices, and was last updated 14 years, 1 month ago by
support-michael.
-
AuthorPosts
-
mvenugopMemberI would like to buy this product and I have created a sample app and it works fine in regular mode but not in Landscape.
do you have any plans to fix the landscape mode. If so what is the timeline.January 17, 2011 at 3:27 pm #313772
support-michaelKeymasterLandscape support will be out next week as part of the MobiOne 1.1 release. The release will include the ability to generate code that looks good in landscape on the iphone as well as other WebKit-based smartphone browsers.
Wayne
Genuitec Mobile TeamJanuary 31, 2011 at 10:30 am #314085
Albatros78ParticipantHow the landscape mode in 1.1 will do?
An option on each page like: Landscape support (Yes/No) ???
global option ???? possible to decide if all pages into same project support landcape mode or not ?Like that it could be possible to decide which page can support landscape or not in same project
January 31, 2011 at 12:23 pm #314088
support-michaelKeymasterActually MobiOne 1.1 will provide a layout manager that allows you to specify how the component is automatically resized when the display changes size, e.g., landscape is a different aspect ratio from portrait. See the screenshot below for the auto-resize property settings.
See attachment auto-resize.png
Wayne
Genuitec Mobile TeamAttachments:
You must be logged in to view attached files.March 1, 2011 at 4:48 pm #314882
support-michaelKeymasterUpdate: designs can now be created that render nicely in landscape mode. Adding Fixed tag to thread title.
Wayne
Genuitec Mobile TeamMay 31, 2011 at 6:07 am #317173
mrsamMemberHi Wayne,
What about icons created? will they be rearrange automaticaly according to Landscape size?
For example;
In Potrait there are 4 icons created in 1st row and 4 icons on 2nd row. Can icons move automatically in landscape? What I’m expecting is 6 icons in the first row and 2 in the 2nd row in Landscape mode.
Thank you.
May 31, 2011 at 8:04 am #317176
support-michaelKeymaster@mrsam
The current layout manager is a simplified version struts-springs layout strategy. It enables absolute and proportional positioning and sizing of components. What is needed for automatic reordering of components in row/column is a Row Layout manager. We have this on our todo list. That is is a long way of saying “no” your scenario is not yet supported. -
AuthorPosts