Hello, I just installed flex 3 beta 2 and I pulled in some current flex 2 projects to judge the compatibility.
Of all our projects, the ONLY issue was that fact that the Grid class is now deprecated in favor of constraintRows, etc. I watched the movie found here: http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions#Enhanced_Constraints_.28Updated_for_Beta_2.29 and I understand how neat the new constraint layout is, but it's not cool enough to break all my code. I don't understand why we can't have both. Could somebody at Adobe tell me how to layout a basic table with visible borders and cell padding dynamically, in AS code and not the WYSIWYG stuff using the constraint layout? Please reconsider axing the Grid classes. Sometimes it's nice to do things the easy way ;) Thanks.

