Re: AIR app.xml

2014-12-11 Thread jude
This says it applies to Macbook Pro with a Retina display: If the requestedDisplayResolution element is nested in the initialWindow element, it applies to desktop AIR applications on MacBook Pro computers that support high-resolution displays. [1] It other words this setting does not apply to app

Re: AIR app.xml

2014-12-11 Thread Erik de Bruin
OK. Maybe file a JIRA documenting this issue and the workaround, with the suggestion someone look at the build script that adds AIR to the SDK to change that template? EdB On Thu, Dec 11, 2014 at 11:45 AM, Harbs wrote: > Alright. I’m feeling pretty stupid right now… > > That file was not in fl

Re: AIR app.xml

2014-12-11 Thread Harbs
Alright. I’m feeling pretty stupid right now… That file was not in flex-sdk. It was in the AIR SDK dependency. Unless we modify that file as part of the build script, I don’t see how we can change the default… On Dec 11, 2014, at 10:57 AM, Harbs wrote: > Could it be this file? > frameworks/AI

Re: AIR app.xml

2014-12-11 Thread Harbs
Not that I know of, but I am not familiar with the inner workings here… On Dec 11, 2014, at 12:30 PM, Erik de Bruin wrote: > Isn't there an 'auto-high' maybe. Some possible setting that is 'intelligent'?

Re: AIR app.xml

2014-12-11 Thread Harbs
I’m discussing Mac desktop, but there’s also a setting for iOS. AFAIK, this setting does not affect Windows or Linux at all. On Dec 11, 2014, at 12:29 PM, aYo ~ wrote: > Ah is this an IOS centric default? I am a Windows and Linux man, never used > a Mac and never developed for any Apple platfor

Re: AIR app.xml

2014-12-11 Thread Erik de Bruin
+1 on 'high' - but hey, I'm Dutch, that's our default anyway :-P Unless there are serious performance issues. Isn't there an 'auto-high' maybe. Some possible setting that is 'intelligent'? EdB On Thu, Dec 11, 2014 at 11:20 AM, Harbs wrote: > Any app run on a retina Mac needs it to be high. Th

Re: AIR app.xml

2014-12-11 Thread aYo ~
as long as the high setting is cross platform happy, I see no objection on my part to the change On 11 Dec 2014 11:22, "Harbs" wrote: > Any app run on a retina Mac needs it to be high. The average developer > will probably not know that (and might not even have a retina Mac to test > it on). I’m

Re: AIR app.xml

2014-12-11 Thread aYo ~
Ah is this an IOS centric default? I am a Windows and Linux man, never used a Mac and never developed for any Apple platform On 11 Dec 2014 11:22, "Harbs" wrote: > Any app run on a retina Mac needs it to be high. The average developer > will probably not know that (and might not even have a retin

Re: AIR app.xml

2014-12-11 Thread Harbs
To be clear: I’m talking about the requestedDisplayResolution inside the initialWindow tag. This one is for desktop apps. There’s another one inside the iPhone tag which I am not discussing. On Dec 11, 2014, at 12:20 PM, Harbs wrote: > Any app run on a retina Mac needs it to be high. The avera

Re: AIR app.xml

2014-12-11 Thread Harbs
Any app run on a retina Mac needs it to be high. The average developer will probably not know that (and might not even have a retina Mac to test it on). I’m not aware of any real problems with making it high by default. (If I’m wrong here, I’d really like to be corrected.) These seem like prett

Re: AIR app.xml

2014-12-11 Thread aYo ~
No objections on my part, but does it need to be changed? On 11 Dec 2014 10:23, "Harbs" wrote: > I just confirmed that the template used is the one in the built SDK here: > [SDK]/templates/air/descriptor-template.xml > > A made a change to one of the comments, and the change was reflected in > th

Re: AIR app.xml

2014-12-11 Thread Harbs
I just confirmed that the template used is the one in the built SDK here: [SDK]/templates/air/descriptor-template.xml A made a change to one of the comments, and the change was reflected in the app.xml of a new project. I have not studied the build scripts, but it seems like a fair assumption t

Re: AIR app.xml

2014-12-11 Thread Harbs
MacBook Pro 15 inch Retina Display. I think I found a template here frameworks/AIRSDK_Compiler/templates/air/descriptor-template.xml, but I don’t know if that’s the one which is actually used… On Dec 11, 2014, at 10:58 AM, OmPrakash Muppirala wrote: > On Dec 11, 2014 12:46 AM, "Harbs" wrote:

Re: AIR app.xml

2014-12-11 Thread Harbs
Could it be this file? frameworks/AIRSDK_Compiler/templates/air/descriptor-template.xml On Dec 11, 2014, at 10:46 AM, Harbs wrote: > Please forgive my question if it’s a dumb one, but I did not find this info > on a casual search… > > When a new project is created, where does the app.xml file

Re: AIR app.xml

2014-12-11 Thread OmPrakash Muppirala
On Dec 11, 2014 12:46 AM, "Harbs" wrote: > > Please forgive my question if it’s a dumb one, but I did not find this info on a casual search… > > When a new project is created, where does the app.xml file come from? Is that something controlled by the AIR package, Flash Builder, or Flex? > > The pr

AIR app.xml

2014-12-11 Thread Harbs
Please forgive my question if it’s a dumb one, but I did not find this info on a casual search… When a new project is created, where does the app.xml file come from? Is that something controlled by the AIR package, Flash Builder, or Flex? The primary reason I’m asking this question is because t