[flexcoders] Re: Close gap between HBoxes placed in VBox?

2008-05-14 Thread chigwell23
Hi Dale,

No padding values set according to FlexProperties.

--- In flexcoders@yahoogroups.com, Dale Fraser [EMAIL PROTECTED] wrote:

 Change the padding
 
  
 
  
 
 Regards
 
 Dale Fraser
 
  http://learncf.com/ http://learncf.com
 
  http://flexcf.com/ http://flexcf.com
 
  
 
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of chigwell23
 Sent: Wednesday, 14 May 2008 5:47 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Close gap between HBoxes placed in VBox?
 
  
 
 When e.g. 3 HBoxes at 100%/100% are placed within a VBox, they are
 separated by small gaps vertically. Is there any way to close these
 gaps? TIA,
 
 Mic.





[flexcoders] Re: Close gap between HBoxes placed in VBox?

2008-05-14 Thread chigwell23
Thanks Dale - I skipped over this property as it showed no value in
FlexProperties ... setting it to 0 closed the gap. What value is the
default, that creates a gap but does not register in FlexProperties?

Mic.

--- In flexcoders@yahoogroups.com, Dale Fraser [EMAIL PROTECTED] wrote:

 On the VBOX
 
  
 
 verticalGap=0
 
  
 
 Regards
 
 Dale Fraser
 
  http://learncf.com/ http://learncf.com
 
  http://flexcf.com/ http://flexcf.com
 
  
 
  
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of chigwell23
 Sent: Wednesday, 14 May 2008 6:22 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Close gap between HBoxes placed in VBox?
 
  
 
 Hi Dale,
 
 No padding values set according to FlexProperties.
 
 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com ,
 Dale Fraser dale@ wrote:
 
  Change the padding
  
  
  
  
  
  Regards
  
  Dale Fraser
  
  http://learncf.com/ http://learncf.com
  
  http://flexcf.com/ http://flexcf.com
  
  
  
  
  
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com ]
 On
  Behalf Of chigwell23
  Sent: Wednesday, 14 May 2008 5:47 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] Close gap between HBoxes placed in VBox?
  
  
  
  When e.g. 3 HBoxes at 100%/100% are placed within a VBox, they are
  separated by small gaps vertically. Is there any way to close these
  gaps? TIA,
  
  Mic.
 





RE: [flexcoders] Re: Close gap between HBoxes placed in VBox?

2008-05-14 Thread Dale Fraser
On the VBOX

 

verticalGap=0

 

Regards

Dale Fraser

 http://learncf.com/ http://learncf.com

 http://flexcf.com/ http://flexcf.com

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of chigwell23
Sent: Wednesday, 14 May 2008 6:22 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Close gap between HBoxes placed in VBox?

 

Hi Dale,

No padding values set according to FlexProperties.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
Dale Fraser [EMAIL PROTECTED] wrote:

 Change the padding
 
 
 
 
 
 Regards
 
 Dale Fraser
 
 http://learncf.com/ http://learncf.com
 
 http://flexcf.com/ http://flexcf.com
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ]
On
 Behalf Of chigwell23
 Sent: Wednesday, 14 May 2008 5:47 PM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] Close gap between HBoxes placed in VBox?
 
 
 
 When e.g. 3 HBoxes at 100%/100% are placed within a VBox, they are
 separated by small gaps vertically. Is there any way to close these
 gaps? TIA,
 
 Mic.


 



[flexcoders] Re: Close gap between HBoxes placed in VBox?

2008-05-14 Thread titerm
Try to set verticalGap=0 on vbox 


--- In flexcoders@yahoogroups.com, chigwell23 [EMAIL PROTECTED] wrote:

 When e.g. 3 HBoxes at 100%/100% are placed within a VBox, they are
 separated by small gaps vertically. Is there any way to close these
 gaps? TIA,
 
 Mic.