Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2B8B183A4 for ; Tue, 14 Jul 2015 20:11:26 +0000 (UTC) Received: (qmail 47514 invoked by uid 500); 14 Jul 2015 20:11:26 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 47483 invoked by uid 500); 14 Jul 2015 20:11:26 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 47466 invoked by uid 99); 14 Jul 2015 20:11:26 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 20:11:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BF3011801DB for ; Tue, 14 Jul 2015 20:11:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ct-Wkgy7BV-G for ; Tue, 14 Jul 2015 20:11:15 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id A7D9643DF7 for ; Tue, 14 Jul 2015 20:11:15 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 93D3523846CA for ; Tue, 14 Jul 2015 13:11:09 -0700 (PDT) Date: Tue, 14 Jul 2015 13:11:08 -0700 (PDT) From: kamcknig To: users@flex.apache.org Message-ID: In-Reply-To: <004601d0be6f$5fd02c30$1f708490$@crmantra.com> References: <1436901230457-10754.post@n4.nabble.com> <004601d0be6f$5fd02c30$1f708490$@crmantra.com> Subject: RE: Can't get Flex binding to work without warnings MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Yes its already set to be Bindable Best On Jul 14, 2015 3:58 PM, "Kunal Jaura [via Apache Flex Users]" < ml-node+s2333346n10755h59@n4.nabble.com> wrote: > Hi, > > Have tried making the dataProvider variable 'dependantXML' bindable? I've > had that work for me. > > Cheers > Kunal Jaura | Director of Architecture | www.CRMantra.com | office +1 > (415) > 839 9672 | mobile +1 (415) 272 4868 | [hidden email] > > > > > -----Original Message----- > From: kamcknig [mailto:[hidden email] > ] > Sent: Tuesday, July 14, 2015 12:14 PM > To: [hidden email] > Subject: Can't get Flex binding to work without warnings > > I'm trying to get some databinding working and it keeps throwing warnings. > > I have the following MXML (PSEUDO CODE): > > > .... > text="{deRep.currentItem..RELATIONSHIP.@dep_cust_rel_type}" ... > /> > .... >