Re: [flexcoders] LinkBar questions - Flex 1.5

2006-02-16 Thread Joe Berkovitz
The problem is the "100%" specifications on everything.  Something has 
to limit the HBox's width to the ViewStack's width, otherwise the whole 
Application will grow to a size that contains everything without scrolling.

Try this:



... .  ..   .j


Graham, Jason wrote:
> Heres basically what I did, the LinkBar still forces the application to 
> resize to the length of the link bar.  TabBar has the same behavior.  I 
> tried hScrollPolicy=”auto” also, tried putting the hScrollPolicy on the 
> linkbar as well.  Still no work, the HBox doesn’t seem to have any affect.
> 
>  
> 
> 
> 
> http://www.macromedia.com/2003/mxml";
> 
>   
>   
> xmlns="*">
> 
> 
> 
>  
> 
> 
> 
>  
> 
>  width="100%" height="100%">
> 
>  width="100%" height="100%">
> 
>  height="100%">
> 
>  width="100%" height="100%">
> 
>  width="100%" height="100%">
> 
>  width="100%" height="100%">
> 
>  width="100%" height="100%">
> 
>  width="100%" height="100%">
> 
>      width="100%" height="100%">
> 
> 
> 
> 
> 
>  
> 
> 
> 
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> *On Behalf Of *JesterXL
> *Sent:* Wednesday, February 15, 2006 8:01 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [flexcoders] LinkBar questions - Flex 1.5
> 
>  
> 
> Bug?  :: shugs ::
> 
>  
> 
> Fix?  Throw it in an HBox with hScrollPolicy = "auto"
> 
>  
> 
>  
> 
> - Original Message -
> 
> *From:* Graham, Jason <mailto:[EMAIL PROTECTED]>
> 
> *To:* flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>
> 
> *Sent:* Wednesday, February 15, 2006 8:40 PM
> 
> *Subject:* [flexcoders] LinkBar questions - Flex 1.5
> 
>  
> 
> The LinkBar appears not to scroll, if I hook it up to a view stack with 
> say 15 items in the view stack it causes the application to resize to 
> the length of the LinkBar which can be very long.
> 
>  
> 
> Is this a bug?  Is there a way to fix this?  I have tried to turn on the 
> hScrollPolicy to no avail. 
> 
>  
> 
> THanks
> 
> 
> 
> 
> --
> 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 
> <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>
>  
>   Computer software development 
> <http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>
>  
>   Software design and development 
> <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>
>  
> 
> Macromedia flex 
> <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw>
>  
>   Software development best practice 
> <http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>
>  
> 
> 
> 
> 
> YAHOO! GROUPS LINKS
> 
> *  Visit your group "flexcoders
>   <http://groups.yahoo.com/group/flexcoders>" on the web.
>
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
>   <mailto:[EMAIL PROTECTED]>
>
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>   Service <http://docs.yahoo.com/info/terms/>.
> 
> 
> 
> 


--
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] LinkBar questions - Flex 1.5

2006-02-15 Thread Graham, Jason










Heres basically what I did, the LinkBar
still forces the application to resize to the length of the link bar. 
TabBar has the same behavior.  I tried hScrollPolicy=”auto”
also, tried putting the hScrollPolicy on the linkbar as well.  Still no
work, the HBox doesn’t seem to have any affect.

 





    xmlns="*">



 



 



    

    

    

    

    

    

    

    





 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Wednesday, February 15, 2006
8:01 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] LinkBar
questions - Flex 1.5



 



Bug?  :: shugs ::





 





Fix?  Throw it in an HBox with hScrollPolicy =
"auto"





 





 





- Original Message - 



From: Graham, Jason






To: flexcoders@yahoogroups.com






Sent: Wednesday,
February 15, 2006 8:40 PM





Subject: [flexcoders]
LinkBar questions - Flex 1.5







 



The LinkBar appears not to scroll, if I hook it up to a view
stack with say 15 items in the view stack it causes the application to resize
to the length of the LinkBar which can be very long.

 

Is this a bug?  Is there a way to fix this?  I
have tried to turn on the hScrollPolicy to no avail.  

 

THanks









--
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.



  











Re: [flexcoders] LinkBar questions - Flex 1.5

2006-02-15 Thread JesterXL





Bug?  :: shugs ::
 
Fix?  Throw it in an HBox with hScrollPolicy = 
"auto"
 
 
- Original Message - 
From: Graham, Jason 

To: flexcoders@yahoogroups.com 
Sent: Wednesday, February 15, 2006 8:40 PM
Subject: [flexcoders] LinkBar questions - Flex 1.5


The LinkBar appears not to scroll, 
if I hook it up to a view stack with say 15 items in the view stack it causes 
the application to resize to the length of the LinkBar which can be very 
long.
 
Is this a bug?  Is there a way 
to fix this?  I have tried to turn on the hScrollPolicy to no avail.  

 
THanks





--
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.