Android Question Error in first time compilation with ver 3.82

rafaelcamara

Member
Licensed User
Longtime User
Please, I updated the B4A to the 3.82 version and I can not run my project is returning this error, can someone help me
Thank U

Parsing code. 1.08
Compiling code. 2.48
Compiling layouts code. 0.57
Generating R file. 0.54
Compiling debugger engine code. 5.20
Compiling generated Java code. Error
B4A line: 845
conect.xData = DateTime.Date(DateTime.Now)
javac 1.6.0_24
src\Sag\Mobile\main.java:814: mostCurrent has private access in Sag.Mobile.conect
mostCurrent._conect.mostCurrent._xdata = anywheresoftware.b4a.keywords.Common.DateTime.Date(anywheresoftware.b4a.keywords.Common.DateTime.getNow());
 

DonManfred

Expert
Licensed User
Longtime User
xData in conect seems to be declared as private. That means; only conect methods can access this variable.
 
Upvote 0

rafaelcamara

Member
Licensed User
Longtime User
but I declared as dim xdata the string in conect which is a module in the previous version worked, I did not now give this error. Can be Windows 8? I moved recentendemente? Or the recent changes to the B4A changed some way to declare global variables
 
Upvote 0
Top