Francisco García Collado
Francisco García Collado
Hi again @rochus-keller ! I've been taking a look at your Oberon project and I find it very interesting. I will delve into it over the next few days. I...
Hi @rochus-keller! I can't download the OberonIDE_win32.zip file. On the other hand, if I understand it correctly, the Oberon compiler generates a C file, which is the one that is...
> I was able to adapt the NAppGUI.pro file to macOS and generate the dylib. Great! I'll try to download later and check the .dmg > The bad news: it...
Titanic effort in record time. Congratulations on your progress @rochus-keller! Yes it's correct. A NAppGUI application does not show any menu by default (not even the Apple standard). It must...
Yes! I want to avoid the use of an extra parameter (like DLL_EXPORT) for each function. I will check the support for .def files in CMake and cross-platform. Thanks @rochus-keller!
Hi @mohad12211! Yes NAppGUI is a project in constant evolution. These features will be added in future revisions.
Hi @hippie68! First of all, thank you very much for your feedback. The binaries you mention correspond to `nrc` (NAppGUI Resource Compiler), a utility that is used by CMake to...
The files `res_assert.c` and `res_assert.h` are automatically generated at build time by nrc (NAppGUI Resource Compiler) when running the CMake script. I attach them here, but they are considered "generated...
Related with https://github.com/frang75/nappgui_src/issues/74 WIP
This feature is officially supported in this commit: https://github.com/frang75/nappgui_src/commit/1b6d902b8b3e19ddb185154ae3488a5c6637b02b Using this new function: `layout_panel_replace()` Documentation: https://nappgui.com/en/gui/layout.html#h6.1