Page 3 of 3
Wishlist X#
Posted: Sat Sep 10, 2022 12:43 pm
by FFF
Wolfgang,
that i'd like to see "live" - will you show that at the summit in Memmingen? I'm surely not the only one interested! Would love to get some "VO-StandardMDI like" base template.
Wishlist X#
Posted: Sat Sep 10, 2022 1:48 pm
by ic2
Hello Wolfgang,
I know I can do almost anything in Xide including code based WPF. But I want to see it in a Designer. Despite VS being poor I can at least do that.
Dick
Wishlist X#
Posted: Sat Sep 10, 2022 2:06 pm
by wriedmann
Hi Karl,
if there is a request to do that I can do it.... but my session is about another thing - and this application is a good example for using different databases: as storage it uses a PostgreSQL database, but it reads some data from an ADS database (used mainly by VO applications), and other data from a MS SQL Server database (used by Combit cRM), and the plan is to write some data also to ADS where i will be used by VO applications.
My plan some time ago was to write a framework in the XSharp.Tools project and use that as base for such a sample application.
But missing time and too many new projects have suspended that, and I have to admit that also my programming style has changed over the years: first I used a standard DataTable object as model for the browse views, but now I have changed to an ObservableCollection of the single models.
This application may also be a sample how to build a window with as less code as possible - writing these windows in XAML would be a nightmare, but in pure code they are much easier to maintain.
Wolfgang