[flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Jason
Thanks for the effort, but it seems if I just don't try sticking
height/width on Application, things work fine.  Still don't know what
to make of that...

--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
> 
> Sorry Jason,
> 
> That was an ugly work-around.  This works better:
> 
> http://www.adobe.com/2006/mxml
>  "
> layout="absolute" height="50%" backgroundColor="0xFF">
>  backgroundColor="0x00FF00">
> 
> -TH
> 
> --- In flexcoders@yahoogroups.com, "Tim Hoff"  wrote:
> >
> > Here's a work-around:
> >
> > http://www.adobe.com/2006/mxml";
> > layout="vertical" width="100%" height="50%"
> > backgroundColor="0xFF"
> > paddingBottom="0" paddingTop="0"
> > paddingLeft="-8" paddingRight="-8">
> >
> > Pretty ugly though,
> > -TH
> >
> > --- In flexcoders@yahoogroups.com, "Jason" jep1975@ wrote:
> > >
> > > Sorry, change that grid height to 90%. Still the same bug, but at
> > > least it all adds to 100% now!
> > >
> > > It seems that any % other than 100% for the application height
> > causes
> > > this. Absolute numbers work, too. I wonder, should I even
> > specifying
> > > app height/width? It seems if I leave this off it assumes 100%
> > anyway.
> > >
> > > --- In flexcoders@yahoogroups.com, "Jason"  wrote:
> > > >
> > > > Using the following code, the initial load of the app shows a
> > little
> > > > dead area to the right side of the screen. As soon as you
> > resize the
> > > > browser window, it fixes and flows correctly.
> > > >
> > > > 
> > > > http://www.adobe.com/2006/mxml";
> > > > layout="absolute" width="100%" height="50%"
> > backgroundColor="0xFF">
> > > > 
> > > > 
> > > >  > backgroundColor="0xFF">
> > > > 
> > > > 
> > > > 
> > > > 
> > > > Pavement
> > > > 11.99
> > > > Slanted and
> > Enchanted
> > > > 
> > > > 
> > > > Pavement
> > > > Brighten the Corners
> > > > 11.99
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > >
> > >
> >
>







 Yahoo! Groups Sponsor ~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Michael Schmalle



Hi,

FYI

THe problem you are having is from the verticalScroll bar being taken into the startup measuremnts.

Not that I have a solution but,

add this;

 verticalScrollPolicy="off"

And you will see it work fine with the code you are using.

Peace, MikeOn 6/15/06, Tim Hoff <[EMAIL PROTECTED]> wrote:









  



Sorry Jason,
That was an ugly work-around.  This works better:
http://www.adobe.com/2006/mxml"
layout="absolute" height="50%" backgroundColor="0xFF">{Application.application.width}
"backgroundColor="0x00FF00">
-TH--- In flexcoders@yahoogroups.com
, "Tim Hoff" <[EMAIL PROTECTED]> wrote:>> Here's a work-around:> > 
http://www.adobe.com/2006/mxml"> layout="vertical" width="100%" height="50%" > backgroundColor="0xFF"> paddingBottom="0" paddingTop="0" 
> paddingLeft="-8" paddingRight="-8">> > Pretty ugly though,> -TH> > --- In 
flexcoders@yahoogroups.com, "Jason" jep1975@ wrote:> >> > Sorry, change that grid height to 90%. Still the same bug, but at> > least it all adds to 100% now!> > > > It seems that any % other than 100% for the application height 
> causes> > this. Absolute numbers work, too. I wonder, should I even > specifying> > app height/width? It seems if I leave this off it assumes 100% > anyway.> > > > --- In 
flexcoders@yahoogroups.com, "Jason"  wrote:> > >> > > Using the following code, the initial load of the app shows a 
> little> > > dead area to the right side of the screen. As soon as you > resize the> > > browser window, it fixes and flows correctly.> > > > > > > > > http://www.adobe.com/2006/mxml
"> > > layout="absolute" width="100%" height="50%" > backgroundColor="0xFF">> > > 
> > > > > > > backgroundColor="0xFF"> 
> > > > > > > > > > > > > > > Pavement
> > > 11.99> > > Slanted and > Enchanted> > > > > > > > > Pavement
> > > Brighten the Corners> > > 11.99> > > > > > > > > 
> > > > > > > > > > > > 
> > > > > >> >>

  













-- What goes up, does come down.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Tim Hoff



Sorry Jason,
That was an ugly work-around.  This works better:
http://www.adobe.com/2006/mxml"layout="absolute" height="50%" backgroundColor="0xFF">{Application.application.width}"backgroundColor="0x00FF00">
-TH--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote:>> Here's a work-around:> > > layout="vertical" width="100%" height="50%" > backgroundColor="0xFF"> paddingBottom="0" paddingTop="0" > paddingLeft="-8" paddingRight="-8">> > Pretty ugly though,> -TH> > --- In flexcoders@yahoogroups.com, "Jason" jep1975@ wrote:> >> > Sorry, change that grid height to 90%. Still the same bug, but at> > least it all adds to 100% now!> > > > It seems that any % other than 100% for the application height > causes> > this. Absolute numbers work, too. I wonder, should I even > specifying> > app height/width? It seems if I leave this off it assumes 100% > anyway.> > > > --- In flexcoders@yahoogroups.com, "Jason"  wrote:> > >> > > Using the following code, the initial load of the app shows a > little> > > dead area to the right side of the screen. As soon as you > resize the> > > browser window, it fixes and flows correctly.> > > > > > > > > > > > layout="absolute" width="100%" height="50%" > backgroundColor="0xFF">> > > > > > > > > > backgroundColor="0xFF"> > > > > > > > > > > > > > > > Pavement> > > 11.99> > > Slanted and > Enchanted> > > > > > > > > Pavement> > > Brighten the Corners> > > 11.99> > > > > > > > > > > > > > > > > > > > > > > > > > >> >>

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Tim Hoff
Here's a work-around:

http://www.adobe.com/2006/mxml";
layout="vertical" width="100%" height="50%" 
backgroundColor="0xFF"
paddingBottom="0" paddingTop="0" 
paddingLeft="-8" paddingRight="-8">

Pretty ugly though,
-TH

--- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote:
>
> Sorry, change that grid height to 90%.  Still the same bug, but at
> least it all adds to 100% now!
> 
> It seems that any % other than 100% for the application height 
causes
> this.  Absolute numbers work, too.  I wonder, should I even 
specifying
> app height/width?  It seems if I leave this off it assumes 100% 
anyway.
> 
> --- In flexcoders@yahoogroups.com, "Jason"  wrote:
> >
> > Using the following code, the initial load of the app shows a 
little
> > dead area to the right side of the screen.  As soon as you 
resize the
> > browser window, it fixes and flows correctly.
> > 
> > 
> > http://www.adobe.com/2006/mxml";
> > layout="absolute" width="100%" height="50%" 
backgroundColor="0xFF">
> >   
> > 
> >  
> > 
> > 
> > 
> > 
> > Pavement
> > 11.99
> > Slanted and 
Enchanted
> > 
> > 
> > Pavement
> > Brighten the Corners
> > 11.99
> > 
> > 
> > 
> > 
> > 
> > 
> >   
> > 
> >
>






 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Jason
Sorry, change that grid height to 90%.  Still the same bug, but at
least it all adds to 100% now!

It seems that any % other than 100% for the application height causes
this.  Absolute numbers work, too.  I wonder, should I even specifying
app height/width?  It seems if I leave this off it assumes 100% anyway.

--- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote:
>
> Using the following code, the initial load of the app shows a little
> dead area to the right side of the screen.  As soon as you resize the
> browser window, it fixes and flows correctly.
> 
> 
> http://www.adobe.com/2006/mxml";
> layout="absolute" width="100%" height="50%" backgroundColor="0xFF">
>   
> 
>  
> 
> 
> 
> 
> Pavement
> 11.99
> Slanted and Enchanted
> 
> 
> Pavement
> Brighten the Corners
> 11.99
> 
> 
> 
> 
> 
> 
>   
> 
>







 Yahoo! Groups Sponsor ~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Tim Hoff
Not sure without seeing it, but you could try changing to 
layout="vertical".  Also, you're buttons and grid add up to 105% 
height.

-TH

--- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote:
>
> Using the following code, the initial load of the app shows a 
little
> dead area to the right side of the screen.  As soon as you resize 
the
> browser window, it fixes and flows correctly.
> 
> 
> http://www.adobe.com/2006/mxml";
> layout="absolute" width="100%" height="50%" 
backgroundColor="0xFF">
>   
> 
>  
> 
> 
> 
> 
> Pavement
> 11.99
> Slanted and Enchanted
> 
> 
> Pavement
> Brighten the Corners
> 11.99
> 
> 
> 
> 
> 
> 
>   
> 
>






 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/