They are deprecated, not gone. You can use them in 3.0 and they should work, but they'll be gone in 4.0. However, I recommend that you file a bug with a scenario that justifies keeping Grid around.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of supertodda Sent: Wednesday, October 03, 2007 4:18 PM To: [email protected] Subject: [flexcoders] Flex 3 Beta 2 - Deprecated Grid Class Help 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#Enhanc ed_Constraints_.28Updated_for_Beta_2.29 <http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions#Enhan ced_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.

