Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 20AEF200CD2 for ; Thu, 27 Jul 2017 16:13:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1F0F216AD1B; Thu, 27 Jul 2017 14:13:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 65E5616AD15 for ; Thu, 27 Jul 2017 16:13:40 +0200 (CEST) Received: (qmail 84013 invoked by uid 500); 27 Jul 2017 14:13:39 -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 84002 invoked by uid 99); 27 Jul 2017 14:13:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2017 14:13:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C8E2DC25BB for ; Thu, 27 Jul 2017 14:13:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.314 X-Spam-Level: ** X-Spam-Status: No, score=2.314 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id k6D4rY70wcM9 for ; Thu, 27 Jul 2017 14:13:27 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 90BDD5F3D1 for ; Thu, 27 Jul 2017 14:13:27 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 2455256A20EED for ; Thu, 27 Jul 2017 07:13:27 -0700 (MST) Date: Thu, 27 Jul 2017 07:13:26 -0700 (PDT) From: Olaf Krueger To: users@flex.apache.org Message-ID: <1501164806425-15546.post@n4.nabble.com> In-Reply-To: <1501163672901-15545.post@n4.nabble.com> References: <1501148363353-15523.post@n4.nabble.com> <1501149132115-15526.post@n4.nabble.com> <1501150757441-15531.post@n4.nabble.com> <1501151932721-15536.post@n4.nabble.com> <1501156191344-15539.post@n4.nabble.com> <1501157073430-15541.post@n4.nabble.com> <1501160379760-15542.post@n4.nabble.com> <1501161122994-15543.post@n4.nabble.com> <1501163264947-15544.post@n4.nabble.com> <1501163672901-15545.post@n4.nabble.com> Subject: Re: [FlexJS][MDL] Bind data via bead or classic braces? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 27 Jul 2017 14:13:41 -0000 This is the relevant code which includes the binding which doesn't work for me [1] Cause I remember there were some issues with binding in the past I've tried different things: public/private var, {this.users}/{users}... ArrayList is still not working for me for whatever reason, even if I populate the dataProvider directly. (Yes, I've added "DataItemRendererFactoryForArrayList" to the css ) I probably miss something. Thanks, Olaf [1] https://github.com/ok-at-github/FlexJSMDLTableDemo/blob/master/src/org/UsersList.mxml -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-MDL-Bind-data-via-bead-or-classic-braces-tp15508p15546.html Sent from the Apache Flex Users mailing list archive at Nabble.com.