Nikolay Sukharev
Nikolay Sukharev
I checked that using latest Jenkins release (2705). Nothing added to externs files now. ```js /** * Generated by Apache Royale Compiler from ExternalWithoutDependency.as * ExternalWithoutDependency * * @fileoverview *...
I am finding that feature very useful in CI for running tests or other related jobs since the latest MacOS and Windows have strict restrictions on how windowed desktop applications...
I tried that feature for the Linux version of SDK (33.1.1.575). ```as3 package { import flash.display.Sprite; import flash.desktop.NativeApplication; public class App extends Sprite { public function App() { trace("Hello, Linux!");...
You can use [g_log_set_default_handler](https://docs.gtk.org/glib/func.log_set_default_handler.html) to turn off gtk logs by passing noop logger function.