pol2095

Results 55 comments of pol2095

Air app use gtk2, Ubuntu app using scaleFactor seems use gtk3.

Any news about this Feature ? Using Fractional Scaling it's possible to solve the problem (tried on Ubuntu).

Any news of GTK3 on AIR SDK for Linux ? Why did you choose GTK3 and not GTK4 ?

I tried [spark.components.TextArea](https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/TextArea.html) using TLF, it doesn't have this behaviors, but [mx.controls.TextArea](https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/TextArea.html) using flash.text.TextField have the same behaviors. ``` ```

I see this memory leak when I send a ByteArray, I remember that placing the ByteArray in an Object avoids the problem : ``` mainToWorkerBytes.send( { bytes } ); ```...

A shareable ByteArray is not designed to be sent like in [#3869](https://github.com/airsdk/Adobe-Runtime-Support/issues/3869).

I see your example but I think it's impossible to define a shareable ByteArray in a method, a shareable ByteArray need : SharedProperty: Use `worker.setSharedProperty("key", bytes)` to pass the ByteArray...

Any news about Linux OS scaling ? Thanks. Same problem on Ubuntu ARM64.