Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC9D79CD5 for ; Sat, 10 Mar 2012 07:41:27 +0000 (UTC) Received: (qmail 2618 invoked by uid 500); 10 Mar 2012 07:41:27 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 2574 invoked by uid 500); 10 Mar 2012 07:41:26 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 2552 invoked by uid 99); 10 Mar 2012 07:41:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 07:41:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 07:41:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6BDCB17694 for ; Sat, 10 Mar 2012 07:41:02 +0000 (UTC) Date: Sat, 10 Mar 2012 07:41:01 +0000 (UTC) From: "Haykel Ben Jemia (Updated) (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <1921255072.47425.1331365262443.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <761620123.46370.1331339577103.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (FLEX-28) In Flash Builder4.5 or 4.6 can't use Style metadata type=Array MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLEX-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haykel Ben Jemia updated FLEX-28: --------------------------------- Attachment: style-metadata-type-array.diff Here is the patch. > In Flash Builder4.5 or 4.6 can't use Style metadata type=Array > -------------------------------------------------------------- > > Key: FLEX-28 > URL: https://issues.apache.org/jira/browse/FLEX-28 > Project: Apache Flex > Issue Type: Bug > Components: Project Management > Environment: Builder4.5 or 4.6 Flex SDK4.X > Reporter: hanjn > Assignee: Bertrand Delacretaz > Attachments: style-metadata-type-array.diff > > > In Flash Builder4.5 or 4.6 if use Style metadata type=Array,Flash Builder waring type can not Array. > example follow code > // Insert the [Style] metadata tag to define the name, type > // and other information about the style property for the > // MXML compiler. > [Style(name="fillColors",type="Array",format="Color",inherit="no")] > [Style(name="alphas",type="Array",format="Number",inherit="no")] > public class StyledRectangle extends UIComponent > { -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira