Francisco García Collado
Francisco García Collado
The `VideoView` must to be a core NAppGUI component. Meanwhile, it could connect to a `View` through the native component. `view_native()` will return a `HWND`, `GtkWidget` or `NSView` depending on...
Hi! `tableview_select()` doesn't scroll. `tableview_focus_row()` does. https://nappgui.com/en/gui/tableview.html#f28
At the moment, NAppGUI regular expressions only accept these patterns: https://nappgui.com/en/core/regex.html#h1
Thanks for report. I will test NAppGUI with lastest CMake version.
Fixed in this commit: https://github.com/frang75/nappgui_src/commit/cda8a3fccf101ecae03a383fd481517518d70075 Thanks for reporting.
Hi @xbowzone Still no. `image_scale()` use drawing contexts to change the image dimensions. At the moment, the unique way to ensure a method is obtain the pixel buffer with `image_pixels`...
> Thanks @frang75 I'll take a look into it and try to find some third party lib with good docs. Also how to integrate for eg: mpv into nappgui to...
Hi @alex-s168 Please provide more context. Version of Windows, version of Visual Studio, version of CMake and logs.
Fixed in this commit: https://github.com/frang75/nappgui_src/commit/cda8a3fccf101ecae03a383fd481517518d70075 Thanks for reporting.
Hi @pb-lime! I suspect that your struct has this form: ``` struct Product { const char_t *name; const char_t *description; ... } ``` the pointer returned by `stm_read_chars()` is temporal....