The "..." bug

N1c0_ds

Active Member
Licensed User
The device IDE will completely crash when you try to type two or more dots in a row. Only killing the task could stop it.
 

klaus

Expert
Licensed User
Longtime User
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.
 

N1c0_ds

Active Member
Licensed User
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.
 

agraham

Expert
Licensed User
Longtime User
When I place a full stop between n and " I get a pop up list.
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.
 

sitajony

Active Member
Licensed User
Hi, have you an object named "Loading"? Maybe that the DOT after "Loading" try to run a function in the paramettre .Text of Label named "Label"...
Can you Upload your SBP File?
 

cpp4cisab

New Member
The ... bug is still lurking

Device:HTC Gene (p3400i), WM6.1 fresh install, Basic4ppc 6.9

Typing two consecutive dots in any place in code hangs the device, the moment second dot is typed.
 

richt

Member
Licensed User
I'm unable to reproduce this bug and I use '...' in my status messages all over my code.

Cheers,
Rich
 
Top