Quote:
Originally Posted by klaus
I tried your example on my Qtek9090, without any problem ?!
Are you shure that it's
Label.Text="Loading..."
and not
Labe1.Text="Loading..."
After having typed the dot after Label. do you get the popup menu with the parameter list ?
If no, that means that the name of your Label Control is wrong ?
Best regards.
|
Just an example. In my case, it's LblLoading.Text="Loading..." and it bugs at the second dot after "Loading"
This works with other labels too.