xsharp.eu • Soon to say goodbye. - Page 3
Page 3 of 3

Soon to say goodbye.

Posted: Wed Mar 27, 2019 7:54 am
by MathiasHakansson
@Wolfgang.
I have found that the standard TextBox control in .net is not that bad. it listens to the numerical format that you have assignes to it and that's good enough for most business use. It does not have a picture clause that is equally easy to use, but in most cases you only want standard behaviour.

/MathasH

Soon to say goodbye.

Posted: Wed Mar 27, 2019 8:01 am
by wriedmann
Hi Matthias,

the standard textbox control works for users that have never used VO or Clipper applications with their picture clauses.
But if you are working in a accounting software, support for pictures like in VO is really helpful.
I have that on my todo list for years now..... for both WinForms and WPF.
Wolfgang

Soon to say goodbye.

Posted: Thu Mar 28, 2019 8:12 am
by Karl-Heinz
Hi Mathias,

the newer version works very well. It seems that it does not matter what type of VO code you pass to the X# compiler and X# runtime - it works !. At the weekend I´ll upload a X# Sle-App that proves that once again :-).

regards
Karl-Heinz

Soon to say goodbye.

Posted: Thu Mar 28, 2019 9:47 am
by MathiasHakansson
@Karl-Heinz
Nice!

Soon to say goodbye.

Posted: Thu Mar 28, 2019 3:17 pm
by Chris
Karl-Heinz wrote:Hi Mathias,

the newer version works very well. It seems that it does not matter what type of VO code you pass to the X# compiler and X# runtime - it works !. At the weekend I´ll upload a X# Sle-App that proves that once again :-).

regards
Karl-Heinz
This is a really nice compliment, thanks :)
We have put so much effort into this, to try and make X# compile as much existing code as possible without (or with minor) changes. Usually it's hard to demonstrate this, but glad it's apparent in this case!

Soon to say goodbye.

Posted: Sat Mar 30, 2019 8:22 am
by Karl-Heinz
@all

the attached XIDE App requires the X# Runtime and the X# VO-Dlls. The used #ifdef statements and the __XSHARP__ compiler macro separates the X# changes, so the code in the ClassMathiasSle.prg compiles with VO too. In the app you can compare how a Mathias Sle and a VO standard sle handle the input of a integer and a float number. I´m using the MathiasSle since many, many years and for sure, i´ll use it as long as i´ll use the x# VO-Dlls :-)

regards
Karl-Heinz