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 C86EA17E09 for ; Tue, 3 Mar 2015 17:01:36 +0000 (UTC) Received: (qmail 4822 invoked by uid 500); 3 Mar 2015 17:01:14 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 4794 invoked by uid 500); 3 Mar 2015 17:01:14 -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 4782 invoked by uid 99); 3 Mar 2015 17:01:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 17:01:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of megharajdeepak@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 17:01:08 +0000 Received: by iebtr6 with SMTP id tr6so59983515ieb.7 for ; Tue, 03 Mar 2015 09:00:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AW48CDP7sRiOVyKnvcf3wxfgum0r8KD20JNHm5ALtz8=; b=Ps6/vnSFcu7v/+OrSQ8PO7zTa1nOs4tJKEnSerpHJg43B8JhqqHNtzGbGh5QkbQwmx PoDL/dVp22BCFKc/OipSl9yI+TcbYilNYDFwE5Sz1xbvU0xLgIK2AGxjyrjeKHa4mxt8 uXHz1A0cfTNQXDn8zOU6VxyxHbh7PusdNJdpf8pEoVlnn5+p/iNkfgEQHaNc2hNMEe8R gkm/YzYfxOtbG7In7i+B2bK3qHuWObMZkUKDlyAC0HVLJs6m6Fro0+HTRkcBVpFMwNkM 8ZRwZ/VX/YJI3oBKvK9aPwLIb1zecyodjXk5A1xuzZNFk9bPWBBigd3wjMpJZK7CYAMj cVBA== MIME-Version: 1.0 X-Received: by 10.50.28.8 with SMTP id x8mr3344489igg.19.1425402048035; Tue, 03 Mar 2015 09:00:48 -0800 (PST) Received: by 10.64.10.164 with HTTP; Tue, 3 Mar 2015 09:00:47 -0800 (PST) Received: by 10.64.10.164 with HTTP; Tue, 3 Mar 2015 09:00:47 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Mar 2015 22:30:47 +0530 Message-ID: Subject: Re: runtimeDPIProvider in mx:Application? From: Deepak MS To: users@flex.apache.org Content-Type: multipart/alternative; boundary=089e015386d6bc43180510654627 X-Virus-Checked: Checked by ClamAV on apache.org --089e015386d6bc43180510654627 Content-Type: text/plain; charset=UTF-8 Hmmm okay. I'll give it a try and let you know. Just hope it works. On 3 Mar 2015 21:21, "Alex Harui" wrote: > Try the latest AIR SDK? > > On 3/3/15, 5:28 AM, "Deepak MS" wrote: > > > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core > >/RuntimeDPIProvider.html > >I have tried this on Flex 4 application(4.13, FP15, AIR15) and I'm afraid > >it isn't working as expected. I tried to create a runtime class and DPI > >value was overridden. But still there is no change. All screen elements > >look very small than normal. > > > >Has anybody come across this case on laptops(high DPI\retina display\HD)? > > > >On iPad retina display, it works out of the box without any > >runtimedpiprovider class when I use flex 4.13 but not on this laptop. When > >I checked Capabilites.screenDPI, I get the value as 72. Looks like value > >returned isn't correct nor is it getting overridden. > > > >Any ideas? > > > >PS: I'm testing this on Dell latitude E7440. > > --089e015386d6bc43180510654627--