Kevin Foley
Kevin Foley
@joshtynjala Did you determine that this issue cannot be fixed?
Ok, thanks for the info. For anyone else who runs into the same issue, it's fairly straightforward to create a hacky special case: if (screenDensity == 326) { if (_starling.nativeStage.fullScreenWidth...
I didn't realize it uses FlowLayout in that situation. In this case I'm looking for an easy way to control the exact number of buttons per row and column. We...
@joshtynjala Just stumbled on this old issue while looking for something else; maybe this issue is no longer relevant since you have the TextureCache for ImageLoaders?
My IDE (FlashDevelop) halts the compile when it detects this warning, and I have to click "Build" a second time to get past the warning. I'd rather not disable warnings...
The best solution I could find was to remove the MXML and do the equivalent thing in AS3.
@phiasco12 We found that this plugin is not compatible with Cordova 9.0 at all, and had to roll back to Cordova 8
We are also getting lots of new crashes with 2.4.1. This is one error I've seen repeatedly: NullReferenceException: Object reference not set to an instance of an object DarkRift.MemoryPool.ReturnInstance (System.Byte[]...
> Hello, any news regarding this feature, are there any plans to integrate it in the next release ? @luciusDXL ?
I used the same `d_` prefix for the CVARs as you've used for other CVARS. I'm guessing that the `d_` prefix stands for `display`, `draw`, or `debug`; in any case,...