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 B601B200C41 for ; Fri, 24 Mar 2017 15:26:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B4767160B93; Fri, 24 Mar 2017 14:26:23 +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 04880160B82 for ; Fri, 24 Mar 2017 15:26:22 +0100 (CET) Received: (qmail 54625 invoked by uid 500); 24 Mar 2017 14:26:22 -0000 Mailing-List: contact commits-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 commits@flex.apache.org Received: (qmail 54617 invoked by uid 99); 24 Mar 2017 14:26:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2017 14:26:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1E4F0DFFDA; Fri, 24 Mar 2017 14:26:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pent@apache.org To: commits@flex.apache.org Message-Id: <31dbd33f63914faaa6b825246c68619c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - Updated DataBindingExample to work with recent changes. Date: Fri, 24 Mar 2017 14:26:22 +0000 (UTC) archived-at: Fri, 24 Mar 2017 14:26:23 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop 7af092b10 -> ca93c2c8d Updated DataBindingExample to work with recent changes. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ca93c2c8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ca93c2c8 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ca93c2c8 Branch: refs/heads/develop Commit: ca93c2c8db02caf7b74e4a2c6a5c802307c26d39 Parents: 7af092b Author: Peter Ent Authored: Fri Mar 24 10:26:20 2017 -0400 Committer: Peter Ent Committed: Fri Mar 24 10:26:20 2017 -0400 ---------------------------------------------------------------------- .../src/main/flex/MyInitialView.mxml | 79 ++++++++++---------- 1 file changed, 41 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ca93c2c8/examples/flexjs/DataBindingExample/src/main/flex/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataBindingExample/src/main/flex/MyInitialView.mxml b/examples/flexjs/DataBindingExample/src/main/flex/MyInitialView.mxml index 9adb77d..c8d4b81 100644 --- a/examples/flexjs/DataBindingExample/src/main/flex/MyInitialView.mxml +++ b/examples/flexjs/DataBindingExample/src/main/flex/MyInitialView.mxml @@ -71,6 +71,10 @@ limitations under the License. @namespace basic "library://ns.apache.org/flexjs/basic"; + .inner { + width: 400px; + } + .output { font-size: 20px; } @@ -80,16 +84,16 @@ limitations under the License. } .leftSide { - margin: 5px; - width: 200px; + flex-grow: 1; + margin: 6px; } .symbolInput { } .rightSide { - margin: 5px; - width: 200px; + flex-grow: 1; + margin: 6px; } .quoteButton { @@ -109,41 +113,40 @@ limitations under the License. - - - - - - - - - - - - - - + + + + - - - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + - - - + + +