Bernhard

Results 122 comments of Bernhard

Okay i will take a look at it. It's probably a good idea to add some new features to the Sound API of StageXL. It didn't get much love for...

Hi, sorry for the late reply. Yes that would be an interesting project, but someone would need to invest a lot of time to build something like this. You may...

Hi, yes you are correct - this line causes the scrolling. I think it was necessary to receive keyboard events, if your would not call the focus() method explicitly, then...

Hi, Yes you can do this! Please take a look at the StageRenderMode enum. You can set the stage.renderMode property to one of the following values: 1) Auto - you...

The starling framework in v2.0 implemented auto-magic idle mode :) But you won't get it for free, basically every change to one of the DisplayObject or DisplayObjectContainer properties and several...

I will work on this feature over the weekend. The code will be very similar to the one fromNils, i will keep you posted.

There is a very simple trick. First you set stage.RenderMode to StageRenderMode.AUTO_INVALID which will only render the Stage if someone called the stage.invalidate() method. Next, you derive your own Juggler...

I think you are probably right. The same is true for other constructors too. We will go to version 1.0 soon and we should fix this before we do that.

Hi, yes this is an issue. At the time we were implementing the HiDpi support we were mainly thinking about mobile devices where most of them use a 2x or...

Okay i have pushed a commit with better support for different HiDpi images. before (still possible, but deprecated) StageXL.bitmapDataLoadOptions.maxPixelRatio = 3; /// 1x resolution files are named "{imageName}@1x.png" /// 2x...