PDA

View Full Version : MaskedTextBox Control



axelmoe
19-04-2016, 10:22
Hi All,

at first many thanks for this great programming language!!:p

Hier my first question:
is it possible to implement the maksTextBox Controll, https://msdn.microsoft.com/en-us/library/kkx4h3az%28v=vs.100%29.aspx,
in thinbasic??

so it is possible for quite simply to check user input

Bets regards,

Axel

ErosOlmi
19-04-2016, 12:54
Ciao Axel,

I will see what I can do.
There is not a standard MaskedEdit Control in Windows.
The one you mentioned is for .Net environment but maybe I can do something dedicated to thinBasic.

Ciao
Eros

axelmoe
09-06-2017, 08:26
Ciao Eros,

is this item still on your agenda?

Kind regards

Axel

ErosOlmi
09-06-2017, 14:27
Ciao Axel,

well, I worked on that with some results but not enough to be published.
Attached an example of what I did so far (a script plus a DLL that contains experimental UI_MaskEdit function.
As you can see there are still problems I need to understand and resolve.
Strange is that if I use UI_MaskEdit from a compiled application it works well, if I use from a script it has some glitches.
Anyway I will try to work on it

Plus new functionalities for you in the next thinBasic release that I will publish next week I hope.
Quite complete ADODB module with many new functionalities all documented: see image.

So ... a little bit of patience.

Ciao
Eros

axelmoe
12-06-2017, 08:13
Ciao Eros ,

That looks fantastic.
I am waiting very excited onto the release and in the meantime I plan my next TB project.

kind regards,

Axel

axelmoe
09-03-2018, 10:46
Ciao Eros ,

any news??:)

BR

Axel

ErosOlmi
10-03-2018, 08:54
Ciao Axel,

you mean regarding MaskedEdit textbox?
Unfortunately not jet

I was making some experiments some months ago but then I didn't had time to go on. Are not working perfectly but not so far from an usable option.
Attached an example

Ciao
Eros

9831