Results 401 comments of Ian Harrigan

I think a `CanvasView` would be a nice component to implement, that would use sometype of generic api that could be implemented in all backends... something like `Graphics extends GraphicsBase`...

I have a general idea for this, here is my outline (im only detailing openfl and html5 here, but the same idea applies to all): * CanvasView extends Component to...

Im going to close this as there are various discussions about it on the forum (PS: i think he meant "custom" :)

One thing that is certainly worth considering is performance - intoxopox writes a very involved application that uses A LOT of drawing. It would be interesting (important) to verify what...

can you tell me what the following properties return; ```haxe Screen.instance.dpi Screen.instance.width Screen.instance.height Screen.instance.isRetina Toolkit.scale Toolkit.scaleX Toolkit.scaleY Toolkit.autoScale Toolkit.autoScaleDPIThreshold ``` Also, are you using haxeui-html5? Or haxeui-openfl targeting html (js)?...

ok, so just to check, if you set `Tookit.autoScale = false` _before_ you call `Toolkit.init()` then does the screen seem fine?

OK, cool ... im going to reopen this as it would be more correct for autoScale to understand its a retina display

Worth adding that clicking outside a focusable object that accepts text input (like textfield / textarea) on html5 has issues: the field remains visually focused (haxeui thinks its still focused),...

Ok, this is fine, but this will need to be applied to every backend or it will break... I wonder if it makes sense to create a class for this...