Derek Stavis

Results 63 comments of Derek Stavis

Hey, thanks for sending this! I'm currently using `make dev-x86` to compile and run the simulator on my M1 Mac: ``` $ make dev-x86 ... -- summary of build options:...

Closing this since the whole build process has changed. Please report back if you still have a problem

I got this working locally! Once https://github.com/lvgl/lvgl/pull/4462 lands in LVGL master it should be possible to load fonts using an API similar to the one below: More sizes and fonts:...

> > The caveat of this font loading work is that it will depend on LVGL master branch. This binding master currently points to LVGL v8. I genuinely do not...

There's no CSS in this binding, just style objects, so in that sense, a selector (cascading) reset is not possible. The best way to achieve this is to wrap this...

Closing this as there's a new build system in master branch. Please open a new issue if this is still happening!

Can you add an example of it working in the widget demo?

It would be helpful to have a complete stack trace to find where this is happening

There's a new build system in the master branch. Please open a new issue if it is not working on a Linux system.

I feel like this is out of scope for the current state of this binding, as it's right now closer to React Native's approach to integration than NativeScript's approach. Probably...