Re: [Gambas-user] Possible bug with Text property of MaskBox

2015-03-13 Thread Benoît Minisini
Le 13/03/2015 14:40, Benoît Minisini a écrit : > Le 13/03/2015 12:01, John Rose a écrit : >> On 10/03/15 17:21, John Rose wrote: >> >>> I've found what I think is a bug on the Text property of the Maskbox >>> control. When I set it with a Text property (conforming to its Mask >>> property), it show

Re: [Gambas-user] Possible bug with Text property of MaskBox

2015-03-13 Thread Benoît Minisini
Le 13/03/2015 12:01, John Rose a écrit : > On 10/03/15 17:21, John Rose wrote: > >> I've found what I think is a bug on the Text property of the Maskbox >> control. When I set it with a Text property (conforming to its Mask >> property), it shows as blank at runtime. However, if I set it by code >>

Re: [Gambas-user] Possible bug with Text property of MaskBox

2015-03-13 Thread John Rose
On 10/03/15 17:21, John Rose wrote: > I've found what I think is a bug on the Text property of the Maskbox > control. When I set it with a Text property (conforming to its Mask > property), it shows as blank at runtime. However, if I set it by code > to the same value, it works OK. Test project at

[Gambas-user] Possible bug with Text property of MaskBox

2015-03-10 Thread John Rose
I've found what I think is a bug on the Text property of the Maskbox control. When I set it with a Text property (conforming to its Mask property), it shows as blank at runtime. However, if I set it by code to the same value, it works OK. Test project attached. Please confirm if it is a bug or just