Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A76531041D for ; Thu, 27 Feb 2014 08:52:30 +0000 (UTC) Received: (qmail 38231 invoked by uid 500); 27 Feb 2014 08:52:28 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 37805 invoked by uid 500); 27 Feb 2014 08:52:22 -0000 Mailing-List: contact issues-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 issues@flex.apache.org Received: (qmail 37781 invoked by uid 99); 27 Feb 2014 08:52:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 08:52:19 +0000 Date: Thu, 27 Feb 2014 08:52:19 +0000 (UTC) From: "OmPrakash Muppirala (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-34109) Bevel 120DPI back-arrow design problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-34109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13914228#comment-13914228 ] OmPrakash Muppirala commented on FLEX-34109: -------------------------------------------- Thanks Morten! > Bevel 120DPI back-arrow design problem > -------------------------------------- > > Key: FLEX-34109 > URL: https://issues.apache.org/jira/browse/FLEX-34109 > Project: Apache Flex > Issue Type: Bug > Components: Mobile: ActionBar > Affects Versions: Apache Flex 4.11.0 > Environment: Air Mobile, AIR 4.0, units with DPI120 (fx old iPads) > Reporter: Morten Gorm Madsen > Assignee: OmPrakash Muppirala > Fix For: Apache Flex 4.12.0 > > Attachments: SampleMobileProject.fxp, arrow.png, arrow.png > > > The beveled navigation button (back button) needs a little fixup on 120DPI. It has a triangle sticking out. > Apply following to your css to get the beveled action buttons: > ActionBar{ > defaultButtonAppearance: beveled; > } > Problem located: > spark.skins.mobile120.assets.BeveledBackButton_up.fxg > spark.skins.mobile120.assets.BeveledBackButton_down.fxg > Workarround: > Monkey patching a file to use mobile160 assets. See below. > BeveledBackButtinSkin.as (DPIClassification.DPI_120) > upBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_up; > downBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_down; -- This message was sent by Atlassian JIRA (v6.1.5#6160)