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 D865317DC9 for ; Wed, 1 Apr 2015 01:28:08 +0000 (UTC) Received: (qmail 69159 invoked by uid 500); 1 Apr 2015 01:28:08 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 69128 invoked by uid 500); 1 Apr 2015 01:28:08 -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 69115 invoked by uid 99); 1 Apr 2015 01:28:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2015 01:28:08 +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 (athena.apache.org: domain of eh.fxdev@gmail.com designates 209.85.192.53 as permitted sender) Received: from [209.85.192.53] (HELO mail-qg0-f53.google.com) (209.85.192.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2015 01:28:01 +0000 Received: by qgh3 with SMTP id 3so30950436qgh.2 for ; Tue, 31 Mar 2015 18:25:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3oSnHI7Wq6wXldHOSxBvk7gFHaqkct+uGErFh030S6o=; b=SvWrFU6LxrsfSR4PKA8e6OkMT4dJ8WmRNw18r3uoZP0VY3wvKOlbt3G3Of47I79Po5 xZFpGVE5+iAvRlgqiW5y5vzTnArNokVlO3MPp/kX3bURBA0flPiBXHOwwxi1LpgJutR1 kxZYFNMNDt5vxxfeMVL2SCl0/IvSvpCn+ssJaRmcLs2Hfnn5Uj/P/tsiJhQ8FuGLwGVs ab8ESuZbrS9ww3omOYvQGKbduQ79mf6om5sxpDUcH2w6MU6RWOzEVH7vZ01uOCK8KKPc a+43meJSeaFPABWUrvcAltscufmSVK5GHu7oG8E37IvCGE0iNhpuZ+FfiyeDeH1/9evZ /88Q== X-Received: by 10.140.84.116 with SMTP id k107mr50375054qgd.45.1427851526129; Tue, 31 Mar 2015 18:25:26 -0700 (PDT) Received: from [192.168.1.2] (pool-173-73-38-198.washdc.fios.verizon.net. [173.73.38.198]) by mx.google.com with ESMTPSA id g21sm265291qhc.35.2015.03.31.18.25.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 31 Mar 2015 18:25:25 -0700 (PDT) Message-ID: <551B48FF.20109@gmail.com> Date: Tue, 31 Mar 2015 21:25:19 -0400 From: Eric Reply-To: users@flex.apache.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: users@flex.apache.org Subject: Re: Remove image border in Flex 3 References: <551B40C8.6060606@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I think something else must be going on there... I've never seen that and can't reproduce it now. You're 100% sure it's not in the image? (I only ask because you seem uncertain...try a different viewer, something other than Windows preview which has a white background.) Are they inside a same-sized container that might have a border set? Or in a container with padding? Image doesn't even have a borderStyle property. -Eric On 3/31/2015 9:02 PM, mark goldin wrote: > No, at runtime. > > On Tue, Mar 31, 2015 at 7:50 PM, Eric wrote: > >> Do you mean in FlashBuilder design mode? You can't remove those (and they >> won't show in the application). If you mean in the application while >> running, I can't reproduce that (3.5 and 4.0) and can't recall it being an >> issue. >> -Eric >> >> >> On 3/31/2015 1:52 PM, mark goldin wrote: >> >>> I am using images that do not have a border. At least, that's how I see >>> them in Windows. But when placed on Flex 3 screen I see a while border >>> around it. How can I remove it? >>> >>> Thanks >>> >>> >> >