Andrew Frost

Results 646 comments of Andrew Frost

Sure ... just for completeness (in case anyone is interested): > for 32-bit builds new type could use Number under the hood We can't use "Number" to represent a 64-bit...

Thanks -> quick update, having looked back on this thread: we did look at moving the avmplus into using 64-bit atom types on a 32-bit build, but that just raises...

This one again :-( `> Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.` This is related to the fact that the gradle plug-in...

@AndrewKeplinger is there any chance you could provide a test case for this? thanks

I take the point on Linux, but am wondering whether we should keep the `HTMLLoader.isSupported` true even when it's just backed by the native StageWebView..

Yes, right now we're looking to keep `HTMLLoader.isSupported` to be true on Windows/macOS, if you need to know whether the functionality is backed by the WebKit or the StageWebView component...

So presumably this is just for a handle you’d use from within a native extension, maybe it could be a method added to the FRE... set of APIs called from...

Passing the NativeWindow object in to the ANE function makes the most sense to me, we can check the code but I can’t imagine it will be that difficult to...

Hi Thanks for the reminder on this one, we have just been discussing it and looking into it a little. I think the danger is that providing the native window...

@2jfw all the windows would be running in the same process so if you want the OS process ID, you can just use normal functions like `GetCurrentProcessId()` (for Win32) or...