Francisco García Collado

Results 135 comments of Francisco García Collado

Hi @PascalQuesseveur! Thank you for the feedback Yes, I plan to improve the TableView control so that it allows working with trees. The idea is to start development in April....

WIP. ![wip](https://github.com/user-attachments/assets/bf433b02-7855-4215-b0bc-be9f9262fe19)

WIP. ![wip2](https://github.com/user-attachments/assets/57af32d1-734a-4ac1-9499-1e85f519362f)

WIP ![wip3](https://github.com/user-attachments/assets/6d2a725b-18c0-4b66-90c1-75c625cee476)

Hi @chipzhang , thanks for the feedback! It's a very interesting feature, but unfortunately, I don't think it can fit into the development plan for this year. The planned new...

Also referenced here: https://github.com/frang75/nappgui_src/discussions/88

Hi @MastersoftDev Unfortunately, NAppGUI does not include database connectors. We have to do the database/GUI mapping manually.

A good starting point is Data Binding. https://nappgui.com/en/gui/gbind.html This will keep the data structures in sync with the interface. Later you can update the database from the structures in C.