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 0F63F10BE7 for ; Wed, 3 Dec 2014 10:43:33 +0000 (UTC) Received: (qmail 98034 invoked by uid 500); 3 Dec 2014 10:22:40 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 81791 invoked by uid 500); 3 Dec 2014 10:22:18 -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 67424 invoked by uid 99); 3 Dec 2014 08:48:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 08:48:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harbs.lists@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 08:47:45 +0000 Received: by mail-wi0-f176.google.com with SMTP id ex7so30578386wid.3 for ; Wed, 03 Dec 2014 00:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=5BvOYMwMAEy2I3sUNTixebqLRYruwG/GBf0Os4vmDsM=; b=jP6CfRPa02b0BLafFP7HxVRjrpF9D4sXaIhewJl1FSpv/2GJvEnM8Lzz0THoVEwrqf 8zy+thmFrnrObBYmlCQEmacW4azvBJTljmPLB6Zc5KgIoMFV4y/i3aeDyeZS8o1BVKxZ bV1KRDEgBXONKXF6Q10NPFDvf2GovQb9cAYnueZXd+xWuPAz4vc1UXBVR3t5lVuzsdxt 6P5YaDr25H+E6GGRCCpeWKIKH8+QjJjQXSOredtOSeg2DOExvfutzq4ylMEDoIhqXjwK OziR9w4fQrpmiPrRmc4tkfQcx2JfOg9SZ+oe4h/DpMPHThy4S7w443Ug4B4mlUFKquQr Gu1Q== X-Received: by 10.180.102.135 with SMTP id fo7mr11770230wib.79.1417596419679; Wed, 03 Dec 2014 00:46:59 -0800 (PST) Received: from [192.168.0.4] ([188.120.152.138]) by mx.google.com with ESMTPSA id iz19sm49806922wic.8.2014.12.03.00.46.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Dec 2014 00:46:59 -0800 (PST) From: Harbs Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: [TLF] Composing InlineGraphicElements Message-Id: <6D9C846F-269D-420C-BD4B-8D78F0FE850C@gmail.com> Date: Wed, 3 Dec 2014 10:46:51 +0200 To: "dev@flex.apache.org" Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Does anyone have experience with composing floats? I=92m currently trying to work out why a float is not composing = correctly. If there=92s anyone who has experience with that part of the = composer, it might make my job easier. Harbs=