Wishlist X#

This forum is meant for questions and discussions about the X# language and tools
FFF
Posts: 1580
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Wishlist X#

Post 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.
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
ic2
Posts: 1858
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

Wishlist X#

Post 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
User avatar
wriedmann
Posts: 3755
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Wishlist X#

Post 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
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply