I'm afraid that I don't know which version of Windows Mobile introduced this as I haven't used every version. Memory, which may be faulty after all the intervening years, says that 6.0 and probably 6.1 were OK. However, I was revisiting some old software on my current WM 6.5 Professional the other day and found that Checkboxes in either of the above controls no longer work. If you click on an embedded checkbox, the tick sign appears but then immediately disappears!
Here is a test program (and an attached version to save you doing the set up! You'll have to rename it to a .spb file though because the uploader won't accept that extension, which seems rather odd given the nature of this part of the forum)
Sub App_Start
tv.New1("form1",0,0,100,100)
tv.CheckBoxes=True
node1.New1
node1.value=tv.AddNewNode("red")
Form1.Show
End Sub
Needless to say this works fine on a PC, but not on a device. In case it's relevant, I'm using an HTC HD2.
This is a real killer because every WM app ever written using these controls which also uses Checkboxes is now useless, unless you have a seriously old device.
I understand that it is far too late to have anything done about this, but I thought people should know, just in case I'm not the only person on the planet still using WM 6.5.
Cheers all
Here is a test program (and an attached version to save you doing the set up! You'll have to rename it to a .spb file though because the uploader won't accept that extension, which seems rather odd given the nature of this part of the forum)
Sub App_Start
tv.New1("form1",0,0,100,100)
tv.CheckBoxes=True
node1.New1
node1.value=tv.AddNewNode("red")
Form1.Show
End Sub
Needless to say this works fine on a PC, but not on a device. In case it's relevant, I'm using an HTC HD2.
This is a real killer because every WM app ever written using these controls which also uses Checkboxes is now useless, unless you have a seriously old device.
I understand that it is far too late to have anything done about this, but I thought people should know, just in case I'm not the only person on the planet still using WM 6.5.
Cheers all