Re: Retina display support

2014-06-03 Thread bhargava . animesh29
Ok. I'll work to integrate sdk version =18 and see if that works.
Just curious as to how it is working in one application. Any idea?
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Retina display support

2014-06-02 Thread bhargava . animesh29
Hi Markus,

We already have this setting in Info.plist of app. I have tried both values 
NSApplication and GeckoNSApplication but no effect . Is there anything else 
that needs to be done.

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Retina display support

2014-05-30 Thread bhargava . animesh29
Hi,

I have two different applications , both of them use gecko SDK version 2.0  for 
embedded browser. On retina machine , one of the applications shows clear 
retina supported text while other browser on other application shows blurred 
text on retina machine.
I am not sure what is missing that i am seeing two different behaviors . Any 
idea on this would really help.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Controlling font size as per system DPI in Windows

2014-04-02 Thread bhargava . animesh29
On Tuesday, April 1, 2014 5:56:53 PM UTC+5:30, Jonathan Kew wrote:
 
 
  Hi,
 
 
 
  We have a property in greprefs.js layout.css.dpi by which we can
 
  control pixel size , but this doesn't work in Windows. There is
 
  another property layout.css.devPixelsPerPx which control font size
 
  in Windows but this needs to be modified each time as per system DPI.
 
  I need to show font size as per system DPI. How can this be achieved?
 
  I am using gecko SDK 14.0.1.
 
 
 
 Set layout.css.devPixelsPerPx to -1.0. However, I expect this will be 
 
 quite buggy in 14.0.1; you need a newer version of Gecko (at least Gecko 
 
 22 or thereabouts, IIRC) for better Windows DPI-setting support.
 
 
 
 See https://bugzilla.mozilla.org/show_bug.cgi?id=820679 and its 
 
 dependencies.
 
 
 
 JK

I did the concerned change in greprefs.js file but nothing happened . Font size 
is same for all resolutions.
pref(layout.css.devPixelsPerPx, -1.0);
Am i missing something here . Please help.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Controlling font size as per system DPI in Windows

2014-04-01 Thread bhargava . animesh29
Hi,

We have a property in greprefs.js layout.css.dpi by which we can control 
pixel size , but this doesn't work in Windows. There is another property 
layout.css.devPixelsPerPx which control font size in Windows but this needs 
to be modified each time as per system DPI. I need to show font size as per 
system DPI. How can this be achieved? I am using gecko SDK 14.0.1.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform