Hi thanks alot , It is a great , i have found a great information in your reply as well as in the link , i have downloaded the examples and i have tested them. that is what i was looking for ...................
Thankssssssssssssssssssss. --- In [email protected], "danapayne" <dana.pa...@...> wrote: > > You have to add a <constraintcolumns> and/or <constraintrows> block and then > identify individual constraint column and/or rows (give them an id). You can > then tie elements to those constraints but you're still using top, left, > bottom, etc. and then the number of pixels away separated by a colon, it's > just that you're not limited to the parent containers borders. > > Here's a link to an Adobe article on how to use them: > http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Enhanced_Constraints > > Dana > > --- In [email protected], "anitha2324" <anitha2324@> wrote: > > > > Thanks alot for the reply , > > > > but how i can avoid using (left,top,bottom) , what are the advance > > constraint? > > > > > > > > > > --- In [email protected], Alex Harui <aharui@> wrote: > > > > > > Try to avoid using left, right, top,bottom. You can use advanced > > > constraints if you need to, but try using %width/%height only first > > > > > > Alex Harui > > > Flex SDK Developer > > > Adobe Systems Inc.<http://www.adobe.com/> > > > Blog: http://blogs.adobe.com/aharui > > > > > > From: [email protected] [mailto:[email protected]] On > > > Behalf Of anitha2324 > > > Sent: Saturday, June 27, 2009 12:11 AM > > > To: [email protected] > > > Subject: [flexcoders] dynamic dimension of the page > > > > > > > > > > > > > > > > > > Hi All, > > > > > > I am making a flex web page the following is some part of this page > > > > > > <mx:VBox id="boxPersonalImages" > > > verticalGap="0" > > > height="80%" > > > width="60%" > > > > > > left="10" > > > bottom="160" > > > horizontalAlign="left" > > > > > > > <containers:CoverFlowContainer id="SildeOfImges" > > > width="100%" > > > height="100%" > > > horizontalGap="60" > > > borderStyle="none" > > > segments="6" > > > reflectionEnabled="false"> > > > </containers:CoverFlowContainer> > > > > > > </mx:VBox> > > > > > > > > > <mx:Image id="AdsImagesComponent" > > > width="25%" > > > height="25%" > > > right="10" > > > top="150"/> > > > <mx:VBox width="100%" > > > height="20%" > > > id="hMsg" > > > backgroundColor="#FFFFFF" > > > horizontalCenter="10" > > > bottom="150"> > > > <mx:TextArea id="customerMessageTextAreaComponent" > > > width="100%" > > > height="100%" > > > fontSize="36" > > > textAlign="center" > > > fontFamily="Times New Roman" > > > wordWrap="true" > > > editable="false" borderStyle="none"/> > > > </mx:VBox> > > > > > > > > > <mx:VBox height="10%" > > > width="50%" > > > id="hLog2" > > > left="30" > > > bottom="25"> > > > <mx:Label id="shortCodeLabelComponent" > > > width="100%" > > > height="10%" > > > fontSize="50" > > > color="#000000"/> > > > </mx:VBox> > > > <mx:VBox height="10%" > > > width="35%" > > > id="hLog" > > > left="2%" > > > bottom="25"> > > > <mx:Image id="operatorLogoImageComponent" > > > width="110" > > > height="75"/> > > > > > > </mx:VBox> > > > > > > , actually i have completed the page and i have run it on my stystem and > > > it works fine , but when i run in another pc > > > the page did not display correctly and some part of this plage has not > > > been displayed because the resolution of this screen is different from > > > the resolution of my screen , so how i do fix this issue > > > so that my page can be displayed correctly regardless of the screen > > > resolution , I have tried to use the % like height="34%" but not all the > > > properties are accepting the % (such top , right) > > > > > > any one can help to solve this issue > > > > > >

