Search found 2887 matches

by wriedmann
Mon Mar 07, 2016 9:58 am
Forum: Suggestions
Topic: enhanced WPF and MVVM support for X#
Replies: 8
Views: 3890

enhanced WPF and MVVM support for X#

<r>Hi Robert,<br/> <QUOTE><s>[quote]</s>> Base Classes for Viewmodel, Command etc.<br/> I am not sure if it is a good idea to add these to our product. There are many solutions already on the market.<e>[/quote]</e></QUOTE> This is true. But one to find this out looses a lot of time reading, trying, ...
by wriedmann
Mon Mar 07, 2016 7:10 am
Forum: Suggestions
Topic: enhanced WPF and MVVM support for X#
Replies: 8
Views: 3890

enhanced WPF and MVVM support for X#

<t>Dear development team,<br/> <br/> X# should have some advantage over other development tools, to make it interesting non only for Xbase programmers, but also for new customers coming maybe from C# or VB.NET.<br/> <br/> The strongest advantage Clipper had over its competitors (many years ago) was ...
by wriedmann
Thu Feb 25, 2016 7:06 am
Forum: Product
Topic: I like the stronger checks of the X# compiler
Replies: 2
Views: 3069

I like the stronger checks of the X# compiler

Hi Chris,

new and stronger compilers help us programmers to write more stable programs - I like them.

Thanks to your team for this check!

Wolfgang
by wriedmann
Wed Feb 24, 2016 1:19 pm
Forum: Product
Topic: I like the stronger checks of the X# compiler
Replies: 2
Views: 3069

I like the stronger checks of the X# compiler

<r>Hi,<br/> <br/> compiling this code:<br/> <CODE><s>[code]</s>nLen := oParameter:Count - 1 for nI := 0 upto nLen cKey:= cKey cParameter:Replace( "@" + cKey + "@", oParameter[cKey] ) next<e>[/code]</e></CODE> gave me the compiler warnings<br/> <br/> warning XS1717: Assignment made to same variable; ...
by wriedmann
Wed Feb 17, 2016 8:08 am
Forum: Examples
Topic: httpListener, AsyncCallback syntax
Replies: 20
Views: 9668

httpListener, AsyncCallback syntax

<r>// C# code see here:<br/> // <URL url="http://mikehadlow.blogspot.it/2006/07/playing-with-httpsys.html"><LINK_TEXT text="http://mikehadlow.blogspot.it/2006/07/p ... tpsys.html">http://mikehadlow.blogspot.it/2006/07/playing-with-httpsys.html</LINK_TEXT></URL><br/> // <br/> // to make it run withou...
by wriedmann
Wed Jan 27, 2016 4:46 am
Forum: Suggestions
Topic: Samples Forum
Replies: 2
Views: 2379

Samples Forum

<t>Hi Robert,<br/> <br/> thank you!<br/> <br/> I will try to put there also a few things I need often, in the hope to help also others. A good sample would be your "anonymous method" answer.<br/> <br/> My idea goes further: if you look at the PHP documentation: for most functions there are user comm...
by wriedmann
Mon Jan 25, 2016 1:25 pm
Forum: Suggestions
Topic: Samples Forum
Replies: 2
Views: 2379

Samples Forum

<t>Hi Robert,<br/> <br/> it would be very interesting for documentation to have a "samples" forum - where samples of language use could be shared.<br/> <br/> It is a major problem for me when working in X#/Vulcan, that implementation samples are so rare.<br/> <br/> Wolfgang <br/> <br/> P.S. I could ...