Android Question Error i find how i fix?

ibra939

Active Member
Licensed User
Longtime User
B4A Version: 9.30
Java Version: 8
Parsing code. (0.17s)
Building folders structure. (0.04s)
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
 

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Do you have another variable change which is a customtype?
the previous was a variable of type Change

not you want change to be a Float.


Upload a small project which shows the issue


i delete many screen activity but sitll problem
 
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Do you have another variable change which is a customtype?
the previous was a variable of type Change

not you want change to be a Float.


Upload a small project which shows the issue


the problem labirir
JdbcSQL
AppCompat
XUI
XUI Views

this libraries have that issue please if u have new update for those i need it because iam doing online system for pharmacy my final project
 
Upvote 0
Top