Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 304B510FB3 for ; Wed, 11 Sep 2013 13:20:32 +0000 (UTC) Received: (qmail 98017 invoked by uid 500); 11 Sep 2013 13:20:27 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 97939 invoked by uid 500); 11 Sep 2013 13:20:26 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 97902 invoked by uid 99); 11 Sep 2013 13:20:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 13:20:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mahnmal@gmail.com designates 74.125.82.179 as permitted sender) Received: from [74.125.82.179] (HELO mail-we0-f179.google.com) (74.125.82.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 13:20:21 +0000 Received: by mail-we0-f179.google.com with SMTP id x55so6784246wes.24 for ; Wed, 11 Sep 2013 06:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=V1fLYlu0/ovD1+F1SiucCsIgz/hORHn38KkgzvWc36g=; b=GvZj7CqKfX/x4R5kM4VxT3HbXqYweHyl5vc+qM4oWa9CqJLK+/KOGK5draiXXErVxR Dsz5CILCn8mhWFvNCVUtOTbXUux6KdLqdwy8rpPl7ppDMsbKfRDk4YQKk+VS7lalqpX0 3IXU6OFsv/QzYJmYkaSMQDKl+6xdOt1aR9/973H10S7Q1x48wFEeqWmcU1uZuOAWCJnG ppacoyLgE9m5KbR2c6sea8EwQaVLKYOeMlrApQUPIMxZR+JCGw/k+zuue1hN11Rrpfmh FP/XgaeVOUsRrMCb6DVf9+rsFrWM6HB+2CD0Esd95ly0fqaoTD4ef62jQTc+kQGPVxw6 YA1Q== X-Received: by 10.180.11.37 with SMTP id n5mr17278302wib.25.1378905600222; Wed, 11 Sep 2013 06:20:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.66 with HTTP; Wed, 11 Sep 2013 06:19:40 -0700 (PDT) In-Reply-To: References: From: John Cunliffe Date: Wed, 11 Sep 2013 15:19:40 +0200 Message-ID: Subject: Re: [?Falcon?] AdvandedDataGrid error To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=001a11c25b487aee7f04e61b7a65 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c25b487aee7f04e61b7a65 Content-Type: text/plain; charset=ISO-8859-1 Erik, I don't wanna know, how many nightmares the ADG has caused already now. ;) @YourQuestion Don't know, but seems highly likely, unless this is meant as: *columnIndicator = rowIndicators[columnIndex];* *if (rowIndicators && ( columnIndicator != null ))* Also, I'm working my way through your walker classes - and really like your work. Thanks to the good quality, I should be able to finish FalconDart faster than expected. The biggest benefit that I see, is that it will be able to translate many ( == all Halo components except ADG ) Flex UI classes as well - including custom UI component overwrites and compositions. The way I understand FlexJS, custom UI components have to be rewritten in JS, correct? regards John On Wed, Sep 11, 2013 at 3:08 PM, Erik de Bruin wrote: > Hi, > > While playing around with Falcon and the various projects in the SDK, > I got this error from Falcon: > > > /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as:7779 > Warning: Assignment within conditional. Did you mean == instead of =? > if (rowIndicators && (columnIndicator = rowIndicators[columnIndex])) > > This seems to be a valid error the should be fixed in the SDK, correct? > > EdB > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl > --001a11c25b487aee7f04e61b7a65--