Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E97399A9 for ; Sun, 18 Mar 2012 03:03:53 +0000 (UTC) Received: (qmail 43523 invoked by uid 500); 18 Mar 2012 03:03:53 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 43469 invoked by uid 500); 18 Mar 2012 03:03:52 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 43458 invoked by uid 99); 18 Mar 2012 03:03:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2012 03:03:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2012 03:03:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3BA252388865; Sun, 18 Mar 2012 03:03:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1302055 - /incubator/flex/whiteboard/quetwo/MobileAlert/src/org/apache/spark/components/MobileAlert.as Date: Sun, 18 Mar 2012 03:03:31 -0000 To: flex-commits@incubator.apache.org From: quetwo@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120318030331.3BA252388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: quetwo Date: Sun Mar 18 03:03:30 2012 New Revision: 1302055 URL: http://svn.apache.org/viewvc?rev=1302055&view=rev Log: Added auto-select for Mobile Alert iOS Button Skin Modified: incubator/flex/whiteboard/quetwo/MobileAlert/src/org/apache/spark/components/MobileAlert.as Modified: incubator/flex/whiteboard/quetwo/MobileAlert/src/org/apache/spark/components/MobileAlert.as URL: http://svn.apache.org/viewvc/incubator/flex/whiteboard/quetwo/MobileAlert/src/org/apache/spark/components/MobileAlert.as?rev=1302055&r1=1302054&r2=1302055&view=diff ============================================================================== --- incubator/flex/whiteboard/quetwo/MobileAlert/src/org/apache/spark/components/MobileAlert.as (original) +++ incubator/flex/whiteboard/quetwo/MobileAlert/src/org/apache/spark/components/MobileAlert.as Sun Mar 18 03:03:30 2012 @@ -33,6 +33,7 @@ package org.apache.spark.components import org.apache.spark.components.skins.AndroidAlertSkin; import org.apache.spark.components.skins.AndroidButtonSkin; import org.apache.spark.components.skins.AppleOSAlertSkin; + import org.apache.spark.components.skins.AppleOSButtonSkin; import org.apache.spark.components.supportClasses.SkinnablePopUpComponent; import spark.components.Button; @@ -278,6 +279,7 @@ package org.apache.spark.components { // we are on an iOS device forcedSkin = AppleOSAlertSkin; + mobileAlert.buttonStyle = AppleOSButtonSkin; } else