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.
Not on either of my devices I'm afraidJust an example. In my case, it's LblLoading.Text="Loading..." and it bugs at the second dot after "Loading"
One of my devices is a Diamond. Have you an sbp file that exhibits the problem when you type into it that you can post so I can try it on my Diamond in case the behaviour is dependant on something else in the code?and my Diamond
Are you sure you don't have a control called "open"? It didn't happen for me until I named a control "open" then I got the popup. The autocomplete seems not very (at all!) context sensitive.When I place a full stop between n and " I get a pop up list.
Probably not really a bug. I guess that the autocomplete needs whitespace at the beginning of a word and double quotes doesn't count as whitespace and so doesn't match "open".Sort of a bug