Please file a bug with a simple test case

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of danielvlopes
Sent: Saturday, October 06, 2007 3:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] BUG IN Flex Builder 3 Beta 2



Hello, flexbuilder 3 beta 2 had a bug in forms. This error arruined
layout of forms when happen.

In my case i had a component based in form and in this form i dont
specify the height because inside this form some formitem will be
create in repeart dinamically. If i not specify height all form item
labels no appear... but if i specify height everything appear but
scrollbar will be showed whe repeater create more formitems than height.

Problems, problems, problems....

The code of form component:
<mx:Form
xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> "
xmlns:com="com.*" 
xmlns="css.geral"
defaultButton="{btnCadastrar}" 
verticalGap="7" 
horizontalScrollPolicy="off" width="500" height="474">



 

Reply via email to