pol2095

Results 55 comments of pol2095

same issue, I created an [ANE](http://pol2095.free.fr/CameraOrientation/) to get available camera resolutions on Android, iOS, Windows, macOS and Linux. on iOS, my ANE return a max resolution 4032x3024 but ``` camera.setMode(4032,...

In [AIR 33.1.1.821 Release Notes](https://airsdk.harman.com/download/33.1.1.821) page 6 `AIR for Linux` `Currently only x86_64 support – ARM64 is planned and potentially 32-bit variants if needed`

You're right, when I drag a file over an Air app, the app crash.

For Windows a property in NativeWindow like this : `var processId:int = stage.nativeWindow.processId;` and to use it in the extension : `IntPtr^ m_hwnd = IntPtr(processId);`

Any news about HWND, please get the HWND in as3 only for Windows, it's easier to implement. On Mac it's possible to get the window, iOS and Android not necessary...

I see AIR 50.0.0.1 BETA, does it support this feature and how to use it on Windows ?

Thanks, this line is necessary ? `::SetWindowPos(hWnd, NULL, value, value, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE);` and what is-it `value` ?