Re: can't change the text property at runtime
pinEdit
can't change the text property at runtime
simha
07-12-2010, 2:17
I use a pintexx and i can't change the text I assigned to the pinedit.
pinedit.Text="aaa"
pinedit.Text="bbb"
the displayed text is aaa and not bbb.
thanks for your help
simha
Re: can't change the text property at runtime
simha
07-12-2010, 4:08
more exactly,
this code is in a function.
the first time the text will be changed,
but after this, if we call the function the text will not be changed
Re: can't change the text property at runtime
simha
07-13-2010, 1:07
the mode was HTML and not edit.
I changed it and it's Ok.
thanks