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-01 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

Retina display support

2014-05-29 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

Re: Controlling font size as per system DPI in Windows

2014-04-01 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

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 s

Problem using nsCOMPtr

2012-11-06 Thread bhargava . animesh29
Hi, I have a legacy code which uses Firefox as embedded browser for the application. I migrated code from gecko 1.9 to gecko 2.0 . There were no issues for win32 platform but for win64 there seems to be an issue. I have build the source code to get gecko SDK for win64.The code gets build proper