Hello All,
Why everytime I activate XUIViews libraries, the following log notification appears:
but if XUIViews is disabled my code can run
Why everytime I activate XUIViews libraries, the following log notification appears:
B4X:
Compiling code. Error
Error compiling program.
Error description: Current declaration does not match previous one.
Previous: {Type=Change,Rank=0, RemoteObject=False}
Current: {Type=Float,Rank=0, RemoteObject=True}
Error occurred on line: 76
Dim change As Float = (DateTime.Now - LastTime) / 1000 * ValueChangePerSecond
but if XUIViews is disabled my code can run