You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
I have created a website, flex as front end and php as backend. The
screen resolution in which the screens were designed is "1280 by 800
pixels". But when it is opened in a lower screen resolution, some
parts on the right side of the screen & some parts in the bottom are
not shown. Could you please let me know on how to set the size of the
Flex containers/elements dynamically according to the user screen
resolution ?
Nitin Vaghela
unread,
Aug 27, 2008, 2:50:21 AM8/27/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flex_...@googlegroups.com
use vbox or hbox as main container.
Code
unread,
Aug 27, 2008, 7:43:18 AM8/27/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
Hi,
You must use absolute layout technique for placing the components in
the page. By this the page is automatically set in any screen
resolutions.
sulu
unread,
Aug 28, 2008, 6:20:59 PM8/28/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flex India Community
Hello All,
It works with Vbox/Hbox and scroll bar appears on different
resolutions. Thanks a lot.