Andrzej Kilijański

Results 44 comments of Andrzej Kilijański

Can't reproduce do you have any example code?

@triplejam I tried in debug and release. Can't reproduce. What are the steps to reproduce this error?

@triplejam Thanks for the clarification. Now I can reproduce this :)

I have the same problem on linux with SDL output. Sometimes the window opens empty and I have to change its size to see the content (GeForce 1060 so I...

DlangUI uses nine patch drawables like in android: https://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch

@aberba This file choose a drawable (graphics) for widget based on state for example enabled, disabled, pressed, hover etc.

@triplejam I tested your algorithm for writing lines and found a few problems. Do you tried to add one very long line? One that will occupy the entire control area,...

Yes it works good then. If there is a lot of lines you don't see that scrollbars problem but you never know what user write in editbox :)

> Other problem I'm facing is how to scale VerticalLayout contents so that they can fit the draw area? To illustrate the problem let's say in my phone screen text...

There are `systemScreenDPI`, `overrideScreenDPI` and `SCREEN_DPI()` in types.d. They are working in SDL platform for example. If you use font size in points and make `overrideScreenDPI` (and `Platform.instance.onThemeChanged();` after this)...