[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Report Line
[Thread Prev] | [Thread Next]
- Subject: Report Line
- From: Fabien Bodard <gambas.fr@xxxxxxxxx>
- Date: Sun, 5 Oct 2025 17:33:35 +0200
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
I'm happy to share this piece of code with you. It's a simple idea that, with time, is starting to take shape and become useful... at least for me. It's a simple old-school wisiwig editor, but with a more rigid structure, which simplifies the report generation code. Rather than talk about it, I prefer to let you explore the concept. For now, only the editing part exists, and it's still not quite finished (small bugs, and undo isn't quite finished yet). The data management part will come later. Many of my little tools (classes) will be useful to you in your own projects. I'm thinking, among others, of the PropertyEditor, FFontSelector, and certainly others to come. Here the project : https://gitlab.com/gambix/reportline Feel free to report all the problems and suggestions :-). Best Regards, -- Fabien Bodard
Re: Report Line | Fabien Bodard <gambas.fr@xxxxxxxxx> |