Bug? Bug in Accessibility Library; mis-spelling

Scotter

Active Member
Licensed User
Using the Accessibility library, when creating the accessibility object, the only way it works is to spell it "accessiblity" <-- notice the missing "i".
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
Indeed a bug. Fixed in v1.01 which will be included in B4A v8.80.

There will be a new type available named Accessibility. The old one will be kept for backward compatibility.
In v8.80 BETA #2, using the mis-spelled type ("Accessiblity") results in a compiler error - so there is no backward compatibility.

error: cannot find symbol
anywheresoftware.b4a.objects.Accessibility.Accessibility2 _access = null;
^
symbol: class Accessibility2
location: class Accessibility

- Colin.
 
Top